summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/window-managers/cwm/default.nix
diff options
context:
space:
mode:
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 84df53b8c8d7..c109cd5cb68a 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;
};
}