summary refs log tree commit diff
path: root/pkgs/applications/window-managers/openbox/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/openbox/default.nix')
-rw-r--r--pkgs/applications/window-managers/openbox/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/openbox/default.nix b/pkgs/applications/window-managers/openbox/default.nix
index 56a5f0e3e2cea..fad5b8010ea4a 100644
--- a/pkgs/applications/window-managers/openbox/default.nix
+++ b/pkgs/applications/window-managers/openbox/default.nix
@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
   meta = {
     description = "X window manager for non-desktop embedded systems";
     homepage = http://openbox.org/;
-    license = "GPLv2+";
+    license = stdenv.lib.licenses.gpl2Plus;
   };
 }