summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOleksii Filonenko <brightone@protonmail.com>2019-11-24 20:05:06 +0200
committerOleksii Filonenko <brightone@protonmail.com>2019-11-24 20:05:06 +0200
commite367b8bdcdb64fc9d72e5365f63b71d7de598385 (patch)
tree6eeb9a852a03896a8c5e719b389e161c56d62225 /pkgs
parente114d848a1b43d1158ad749dd15e5c4696d01845 (diff)
downloadnixpkgs-e367b8bdcdb64fc9d72e5365f63b71d7de598385.tar
nixpkgs-e367b8bdcdb64fc9d72e5365f63b71d7de598385.tar.gz
nixpkgs-e367b8bdcdb64fc9d72e5365f63b71d7de598385.tar.bz2
nixpkgs-e367b8bdcdb64fc9d72e5365f63b71d7de598385.tar.lz
nixpkgs-e367b8bdcdb64fc9d72e5365f63b71d7de598385.tar.xz
nixpkgs-e367b8bdcdb64fc9d72e5365f63b71d7de598385.tar.zst
nixpkgs-e367b8bdcdb64fc9d72e5365f63b71d7de598385.zip
spotifyd: add filalex77 to maintainers
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/spotifyd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/spotifyd/default.nix b/pkgs/applications/audio/spotifyd/default.nix
index c3935106204..36ab017c5cb 100644
--- a/pkgs/applications/audio/spotifyd/default.nix
+++ b/pkgs/applications/audio/spotifyd/default.nix
@@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
     description = "An open source Spotify client running as a UNIX daemon";
     homepage = "https://github.com/Spotifyd/spotifyd";
     license = with licenses; [ gpl3 ];
-    maintainers = [ maintainers.anderslundstedt maintainers.marsam ];
+    maintainers = with maintainers; [ anderslundstedt filalex77 marsam ];
     platforms = platforms.unix;
   };
 }