about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2020-06-11 17:45:19 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2020-06-11 18:27:34 +0200
commitb2955e5000f54e89ec14fba648fb4589e09e0430 (patch)
tree5a0187f0af2d9260e34c05a1e33356b059a50ce5 /pkgs/applications
parent22ff32d74087650d70e0464199b4d49c3f953189 (diff)
tinywm: add license
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/window-managers/tinywm/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/tinywm/default.nix b/pkgs/applications/window-managers/tinywm/default.nix
index 0e30857267bd6..d6ff4ad51a2ec 100644
--- a/pkgs/applications/window-managers/tinywm/default.nix
+++ b/pkgs/applications/window-managers/tinywm/default.nix
@@ -42,10 +42,11 @@ stdenv.mkDerivation rec {
       - Resize windows interactively with Alt+Button3 drag (right mouse button)
       - Raise windows with Alt+F1 (not high on usability I know, but I needed a
         keybinding in there somewhere)
-      - Focus windows with the mouse pointer (X does this on its own)      
+      - Focus windows with the mouse pointer (X does this on its own)
     '';
     homepage = "http://incise.org/tinywm.html";
     maintainers = with maintainers; [ AndersonTorres ];
     platforms = libX11.meta.platforms;
+    license = licenses.publicDomain;
   };
 }