summary refs log tree commit diff
path: root/pkgs/applications/window-managers/fvwm
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-03-01 20:38:23 +0100
committerLluís Batlle i Rossell <viric@viric.name>2013-03-01 20:38:23 +0100
commit089fd0a76912b554fa83710442645060706417c9 (patch)
tree5b5d8b458f0b81bc9d8e0daab20add5143f7035d /pkgs/applications/window-managers/fvwm
parent5097ff2b1ad694e5dc4bc330b0655f833dfe9d3d (diff)
downloadnixpkgs-089fd0a76912b554fa83710442645060706417c9.tar
nixpkgs-089fd0a76912b554fa83710442645060706417c9.tar.gz
nixpkgs-089fd0a76912b554fa83710442645060706417c9.tar.bz2
nixpkgs-089fd0a76912b554fa83710442645060706417c9.tar.lz
nixpkgs-089fd0a76912b554fa83710442645060706417c9.tar.xz
nixpkgs-089fd0a76912b554fa83710442645060706417c9.tar.zst
nixpkgs-089fd0a76912b554fa83710442645060706417c9.zip
fvwm: updating license to gplv2+
I looked at some src, and it mentions "or later".
Diffstat (limited to 'pkgs/applications/window-managers/fvwm')
-rw-r--r--pkgs/applications/window-managers/fvwm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/fvwm/default.nix b/pkgs/applications/window-managers/fvwm/default.nix
index dd9e11328ef..33acd000270 100644
--- a/pkgs/applications/window-managers/fvwm/default.nix
+++ b/pkgs/applications/window-managers/fvwm/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = "http://fvwm.org";
     description = "A multiple large virtual desktop window manager";
-    license = "GPLv2";
+    license = "GPLv2+";
   };
 }