quill: remove with lib from meta

This commit is contained in:
Noa Aarts 2024-11-18 10:49:13 +01:00
parent b5938e6b8c
commit 97954a8515
No known key found for this signature in database
GPG Key ID: 1850932741EFF672

View File

@ -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 ];
};
}