maintainers: remove diniamo
This commit is contained in:
committed by
Matthieu Coudron
parent
39411a8e12
commit
3139deb8ca
@@ -997,13 +997,6 @@
|
||||
name = "Robin Stumm";
|
||||
source = "nixpkgs";
|
||||
};
|
||||
diniamo = {
|
||||
email = "diniamo53@gmail.com";
|
||||
github = "diniamo";
|
||||
githubId = 55629891;
|
||||
name = "diniamo";
|
||||
source = "nixpkgs";
|
||||
};
|
||||
donovanglover = {
|
||||
github = "donovanglover";
|
||||
githubId = 2374245;
|
||||
|
||||
@@ -19,7 +19,7 @@ let
|
||||
tomlType = tomlFormat.type;
|
||||
in
|
||||
{
|
||||
meta.maintainers = with lib.maintainers; [ diniamo ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
options.programs.spotify-player = {
|
||||
enable = mkEnableOption "spotify-player";
|
||||
|
||||
Reference in New Issue
Block a user