We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
with lib
1 parent b5938e6 commit 97954a8Copy full SHA for 97954a8
pkgs/tools/security/quill/default.nix
@@ -62,12 +62,12 @@ rustPlatform.buildRustPackage rec {
62
libiconv
63
];
64
65
- meta = with lib; {
+ meta = {
66
homepage = "https://github.com/dfinity/quill";
67
changelog = "https://github.com/dfinity/quill/releases/tag/v${version}";
68
description = "Minimalistic ledger and governance toolkit for cold wallets on the Internet Computer";
69
mainProgram = "quill";
70
- license = licenses.asl20;
71
- maintainers = with maintainers; [ imalison ];
+ license = lib.licenses.asl20;
+ maintainers = with lib.maintainers; [ imalison ];
72
};
73
}
0 commit comments