summary refs log tree commit diff
path: root/pkgs/development/tools/parsing
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-11-03 18:28:13 +0000
committerLudovic Courtès <ludo@gnu.org>2008-11-03 18:28:13 +0000
commitd7a1a64e5776a085ce504cd9fe6777eec020a11d (patch)
tree447777efe26254c07d35dc05cfead39f244dfc08 /pkgs/development/tools/parsing
parentc0960419b25830a1bf0c787d8c14130d718029de (diff)
GNU Bison 2.3: Fix `meta.license'.
svn path=/nixpkgs/trunk/; revision=13182
Diffstat (limited to 'pkgs/development/tools/parsing')
-rw-r--r--pkgs/development/tools/parsing/bison/bison-2.3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/parsing/bison/bison-2.3.nix b/pkgs/development/tools/parsing/bison/bison-2.3.nix
index 63ae886c32fde..4081f03cea8ff 100644
--- a/pkgs/development/tools/parsing/bison/bison-2.3.nix
+++ b/pkgs/development/tools/parsing/bison/bison-2.3.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
 
     homepage = http://www.gnu.org/software/bison/;
 
-    license = "GPLv3+";
+    license = "GPLv2+";
   };
 } // {
   glrSupport = true;