ncspot: add getchoo as maintainer

This commit is contained in:
seth 2024-10-16 20:00:00 -04:00
parent dc2097df2e
commit 1bf991d3ee
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -94,7 +94,10 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/hrkfdn/ncspot";
changelog = "https://github.com/hrkfdn/ncspot/releases/tag/v${version}";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ liff ];
maintainers = with lib.maintainers; [
liff
getchoo
];
mainProgram = "ncspot";
};
}