mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
cloak: remove use of with lib;
This commit is contained in:
parent
c21f7c9c8a
commit
6463fe689a
1 changed files with 3 additions and 3 deletions
|
@ -21,11 +21,11 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script { };
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
homepage = "https://github.com/evansmurithi/cloak";
|
homepage = "https://github.com/evansmurithi/cloak";
|
||||||
description = "Command-line OTP authenticator application";
|
description = "Command-line OTP authenticator application";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with maintainers; [ mvs ];
|
maintainers = with lib.maintainers; [ mvs ];
|
||||||
mainProgram = "cloak";
|
mainProgram = "cloak";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue