polyml: fix bogus license attribute

This commit is contained in:
Peter Simons 2012-09-06 18:46:54 +02:00
parent 94da2e30dd
commit ef649da119

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation {
Poly/ML is a full implementation of Standard ML. Poly/ML is a full implementation of Standard ML.
''; '';
homepage = http://www.polyml.org/; homepage = http://www.polyml.org/;
license = stdenv.lib.licenses.lgpl; license = stdenv.lib.licenses.lgpl21;
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
maintainers = [ #Add your name here! maintainers = [ #Add your name here!
stdenv.lib.maintainers.z77z stdenv.lib.maintainers.z77z