about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2024-04-14 23:41:21 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2024-04-16 23:28:00 +0530
commitcf1752d253c2ac1cf17b1d4aa551d5cb14782f17 (patch)
treee53438d89c4ea8ed348ad5524891c628f7edbfc9 /pkgs/applications/audio
parentfa0d4eaa9b31d7e6f334e5c39011e7448fc67436 (diff)
spot: make msfjarvis the maintainer
Diffstat (limited to 'pkgs/applications/audio')
-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 183aae58d167a..0e79962ba2dbf 100644
--- a/pkgs/applications/audio/spot/default.nix
+++ b/pkgs/applications/audio/spot/default.nix
@@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
     mainProgram = "spot";
     homepage = "https://github.com/xou816/spot";
     license = licenses.mit;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ msfjarvis ];
     platforms = platforms.linux;
   };
 }