summary refs log tree commit diff
path: root/pkgs/applications/window-managers/cwm/default.nix
diff options
context:
space:
mode:
authorMichał Krzysztof Feiler <m@mikf.pl>2019-09-29 13:56:54 +0200
committerMichał Krzysztof Feiler <m@mikf.pl>2019-09-29 17:35:55 +0200
commit0b0f805882bf7d168540b1a0342517bf941925cd (patch)
treef848898e66d6306643183e3b72bc93d8141a3fd7 /pkgs/applications/window-managers/cwm/default.nix
parentd8dda825a730f384d1dd522c32d529750ab8d604 (diff)
downloadnixpkgs-0b0f805882bf7d168540b1a0342517bf941925cd.tar
nixpkgs-0b0f805882bf7d168540b1a0342517bf941925cd.tar.gz
nixpkgs-0b0f805882bf7d168540b1a0342517bf941925cd.tar.bz2
nixpkgs-0b0f805882bf7d168540b1a0342517bf941925cd.tar.lz
nixpkgs-0b0f805882bf7d168540b1a0342517bf941925cd.tar.xz
nixpkgs-0b0f805882bf7d168540b1a0342517bf941925cd.tar.zst
nixpkgs-0b0f805882bf7d168540b1a0342517bf941925cd.zip
cwm: added maintainer "mkf", firstly declaring in maintainer-list
(cherry picked from commit 5de195fc681a6d663769c35091ba21962180583d)
(cherry picked from commit 0838eeb0edf0f2e842c3a006de32b27c1bc3dca9)
Diffstat (limited to 'pkgs/applications/window-managers/cwm/default.nix')
-rw-r--r--pkgs/applications/window-managers/cwm/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/window-managers/cwm/default.nix b/pkgs/applications/window-managers/cwm/default.nix
index 84df53b8c8d..c109cd5cb68 100644
--- a/pkgs/applications/window-managers/cwm/default.nix
+++ b/pkgs/applications/window-managers/cwm/default.nix
@@ -19,9 +19,9 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A lightweight and efficient window manager for X11";
-    homepage = "https://github.com/leahneukirchen/cwm";
-    maintainers = with maintainers; [ "0x4A6F" ];
-    license = licenses.isc;
-    platforms = platforms.linux;
+    homepage    = "https://github.com/leahneukirchen/cwm";
+    maintainers = with maintainers; [ "0x4A6F" mkf ];
+    license     = licenses.isc;
+    platforms   = platforms.linux;
   };
 }