summary refs log tree commit diff
path: root/pkgs/applications/audio/google-play-music-desktop-player
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-12-05 23:20:11 +0100
committerGraham Christensen <graham@grahamc.com>2017-12-07 07:50:47 -0500
commit6f5d989478bf3d05648ec469a110a56d4fc7395d (patch)
tree48a8bbaffa5ddb46804cc9b1554fb0327d327830 /pkgs/applications/audio/google-play-music-desktop-player
parentae7e3a3a41f0fce455c5ac961026de0f9b51d97a (diff)
downloadnixpkgs-6f5d989478bf3d05648ec469a110a56d4fc7395d.tar
nixpkgs-6f5d989478bf3d05648ec469a110a56d4fc7395d.tar.gz
nixpkgs-6f5d989478bf3d05648ec469a110a56d4fc7395d.tar.bz2
nixpkgs-6f5d989478bf3d05648ec469a110a56d4fc7395d.tar.lz
nixpkgs-6f5d989478bf3d05648ec469a110a56d4fc7395d.tar.xz
nixpkgs-6f5d989478bf3d05648ec469a110a56d4fc7395d.tar.zst
nixpkgs-6f5d989478bf3d05648ec469a110a56d4fc7395d.zip
treewide: checkMeta fixes for x86_64-linux
Diffstat (limited to 'pkgs/applications/audio/google-play-music-desktop-player')
-rw-r--r--pkgs/applications/audio/google-play-music-desktop-player/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/google-play-music-desktop-player/default.nix b/pkgs/applications/audio/google-play-music-desktop-player/default.nix
index 9d9af631183..83df4b33940 100644
--- a/pkgs/applications/audio/google-play-music-desktop-player/default.nix
+++ b/pkgs/applications/audio/google-play-music-desktop-player/default.nix
@@ -74,6 +74,6 @@ stdenv.mkDerivation {
     description = "A beautiful cross platform Desktop Player for Google Play Music";
     license = stdenv.lib.licenses.mit;
     platforms = [ "x86_64-linux" ];
-    maintainers = stdenv.lib.maintainers.SuprDewd;
+    maintainers = [ stdenv.lib.maintainers.SuprDewd ];
   };
 }