From ef649da11977556dce3cf0498f508b999dfe08f3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Sep 2012 18:46:54 +0200 Subject: [PATCH] polyml: fix bogus license attribute --- pkgs/development/compilers/polyml/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/polyml/default.nix b/pkgs/development/compilers/polyml/default.nix index 2654fd513e5..dfdc50cd827 100644 --- a/pkgs/development/compilers/polyml/default.nix +++ b/pkgs/development/compilers/polyml/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation { Poly/ML is a full implementation of Standard ML. ''; homepage = http://www.polyml.org/; - license = stdenv.lib.licenses.lgpl; + license = stdenv.lib.licenses.lgpl21; platforms = with stdenv.lib.platforms; linux; maintainers = [ #Add your name here! stdenv.lib.maintainers.z77z