quill: remove with lib from meta

This commit is contained in:
Noa Aarts
2024-11-18 12:13:40 +01:00
parent b5938e6b8c
commit 97954a8515
+3 -3
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 ];
};
}