summary refs log tree commit diff
path: root/pkgs/applications/window-managers/sxhkd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/sxhkd/default.nix')
-rw-r--r--pkgs/applications/window-managers/sxhkd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/sxhkd/default.nix b/pkgs/applications/window-managers/sxhkd/default.nix
index 03563a4f812..af368d0a042 100644
--- a/pkgs/applications/window-managers/sxhkd/default.nix
+++ b/pkgs/applications/window-managers/sxhkd/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
   meta = {
     description = "Simple X hotkey daemon";
     homepage = "http://github.com/baskerville/sxhkd";
-    license = "BSD";
+    license = stdenv.lib.licenses.bsd2;
     platforms = stdenv.lib.platforms.linux;
   };
 }