maintainers: remove diniamo

This commit is contained in:
diniamo
2026-07-19 21:31:31 +02:00
committed by Matthieu Coudron
parent 39411a8e12
commit 3139deb8ca
2 changed files with 1 additions and 8 deletions
-7
View File
@@ -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;
+1 -1
View File
@@ -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";