about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/bspwm/default.nix
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2014-09-13 13:51:39 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2014-09-13 13:52:02 +0200
commit8d67b9a240ebb7836b4c1532a4661c3d77eec795 (patch)
tree1f679c87e02864a54a285af715daf6c67dd22b80 /pkgs/applications/window-managers/bspwm/default.nix
parentf5c43d9f621fa71120be3d01ae55bd8cebe3717d (diff)
transformed meta.maintainers of some packages into lists
Diffstat (limited to 'pkgs/applications/window-managers/bspwm/default.nix')
-rw-r--r--pkgs/applications/window-managers/bspwm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/bspwm/default.nix b/pkgs/applications/window-managers/bspwm/default.nix
index 24789f37ba7eb..0b36d922df4c4 100644
--- a/pkgs/applications/window-managers/bspwm/default.nix
+++ b/pkgs/applications/window-managers/bspwm/default.nix
@@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "A tiling window manager based on binary space partitioning";
-    homepage = "http://github.com/baskerville/bspwm";
-    maintainers = stdenv.lib.maintainers.meisternu;
+    homepage = http://github.com/baskerville/bspwm;
+    maintainers = [ stdenv.lib.maintainers.meisternu ];
     license = "BSD";
     platforms = stdenv.lib.platforms.linux;
   };