lrcget: add maintainer Scrumplex
Scrumplex has volunteered to be a co-maintainer in https://github.com/NixOS/nixpkgs/pull/318068#issuecomment-2268520944
This commit is contained in:
@@ -108,7 +108,10 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/tranxuanthang/lrcget";
|
||||
changelog = "https://github.com/tranxuanthang/lrcget/releases/tag/${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ anas ];
|
||||
maintainers = with lib.maintainers; [
|
||||
anas
|
||||
Scrumplex
|
||||
];
|
||||
mainProgram = "lrcget";
|
||||
platforms = with lib.platforms; unix ++ windows;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user