about summary refs log tree commit diff
path: root/pkgs/applications/audio/spot/default.nix
diff options
context:
space:
mode:
authorTom Fitzhenry <tom@tom-fitzhenry.me.uk>2023-07-23 12:21:28 +1000
committerTom Fitzhenry <tom@tom-fitzhenry.me.uk>2023-07-23 12:39:57 +1000
commitcb470d61c3fd1ea3f0c02350c2cabdd7928d931d (patch)
treedd988bc0efc80b3ca424cff424a166aa6051741d /pkgs/applications/audio/spot/default.nix
parent5c9830a303923f76589c5e58bccda54a8966cadb (diff)
remove tomfitzhenry@ as maintainer for some packages
Motivation: Over the foreseeable future I'll have less time to do
maintenance, so I'm reducing the set of packages I maintain to just
those that I use.
Diffstat (limited to 'pkgs/applications/audio/spot/default.nix')
-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 1935b3fcf22d9..d9a0babb6840e 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; [ tomfitzhenry ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.linux;
   };
 }