Skip to content

Commit 97954a8

Browse files
committed
quill: remove with lib from meta
1 parent b5938e6 commit 97954a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/security/quill/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ rustPlatform.buildRustPackage rec {
6262
libiconv
6363
];
6464

65-
meta = with lib; {
65+
meta = {
6666
homepage = "https://github.com/dfinity/quill";
6767
changelog = "https://github.com/dfinity/quill/releases/tag/v${version}";
6868
description = "Minimalistic ledger and governance toolkit for cold wallets on the Internet Computer";
6969
mainProgram = "quill";
70-
license = licenses.asl20;
71-
maintainers = with maintainers; [ imalison ];
70+
license = lib.licenses.asl20;
71+
maintainers = with lib.maintainers; [ imalison ];
7272
};
7373
}

0 commit comments

Comments
 (0)