about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-10-26 20:54:55 +0200
committerJan Tojnar <jtojnar@gmail.com>2022-10-26 20:54:57 +0200
commit561ee34df0f59ca37266a5898790226c6b7b8cbb (patch)
treeca939178f5a530119e1399c5ad83555d44a2171a /pkgs/applications
parenta0b2ba0397eaf6de80afea95ac8423decace1256 (diff)
spot: remove myself from maintainers
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/spot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/spot/default.nix b/pkgs/applications/audio/spot/default.nix
index af1dfb01e9aea..31724eff9dc37 100644
--- a/pkgs/applications/audio/spot/default.nix
+++ b/pkgs/applications/audio/spot/default.nix
@@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
     description = "Native Spotify client for the GNOME desktop";
     homepage = "https://github.com/xou816/spot";
     license = licenses.mit;
-    maintainers = with maintainers; [ jtojnar tomfitzhenry ];
+    maintainers = with maintainers; [ tomfitzhenry ];
     platforms = platforms.linux;
   };
 }