mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
ncspot: add getchoo as maintainer
This commit is contained in:
parent
dc2097df2e
commit
1bf991d3ee
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user