quill: remove with lib
from meta
This commit is contained in:
parent
b5938e6b8c
commit
97954a8515
@ -62,12 +62,12 @@ rustPlatform.buildRustPackage rec {
|
||||
libiconv
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://github.com/dfinity/quill";
|
||||
changelog = "https://github.com/dfinity/quill/releases/tag/v${version}";
|
||||
description = "Minimalistic ledger and governance toolkit for cold wallets on the Internet Computer";
|
||||
mainProgram = "quill";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ imalison ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ imalison ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user