summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2016-11-20 18:05:18 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2016-11-20 18:06:03 +0100
commitf7e0bc2ae7333c29f3d0c7120f65297d491b63e9 (patch)
treeafad01cd2ebe757bc65f27363d90a198e9f93815 /pkgs/applications/window-managers
parent9c5a9f32c6b6bec467e8a963456a21174d47e55e (diff)
downloadnixlib-f7e0bc2ae7333c29f3d0c7120f65297d491b63e9.tar
nixlib-f7e0bc2ae7333c29f3d0c7120f65297d491b63e9.tar.gz
nixlib-f7e0bc2ae7333c29f3d0c7120f65297d491b63e9.tar.bz2
nixlib-f7e0bc2ae7333c29f3d0c7120f65297d491b63e9.tar.lz
nixlib-f7e0bc2ae7333c29f3d0c7120f65297d491b63e9.tar.xz
nixlib-f7e0bc2ae7333c29f3d0c7120f65297d491b63e9.tar.zst
nixlib-f7e0bc2ae7333c29f3d0c7120f65297d491b63e9.zip
Make all meta.maintainers attributes lists
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/compton/git.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/compton/git.nix b/pkgs/applications/window-managers/compton/git.nix
index 61b356311785..159468f79047 100644
--- a/pkgs/applications/window-managers/compton/git.nix
+++ b/pkgs/applications/window-managers/compton/git.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation {
       additional features, such as additional effects, and a fork at a
       well-defined and proper place.
     '';
-    maintainers = maintainers.ertes;
+    maintainers = [ maintainers.ertes ];
     platforms = platforms.linux;
   };
 }