polyml: fix bogus license attribute
This commit is contained in:
parent
94da2e30dd
commit
ef649da119
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue