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