clean: change to bsd2 license
Clean is released under the bsd2 license as can be seen here: https://clean.cs.ru.nl/Download_Clean For the full license, see: https://ftp.cs.ru.nl/Clean/Clean30/CleanLicenseConditions.txt
This commit is contained in:
parent
2a88ea4333
commit
2e698f6ba7
@ -1,7 +1,8 @@
|
|||||||
{ lib, stdenv, fetchurl }:
|
{ lib, stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "clean-3.0";
|
pname = "clean";
|
||||||
|
version = "3.0";
|
||||||
|
|
||||||
src =
|
src =
|
||||||
if stdenv.hostPlatform.system == "i686-linux" then (fetchurl {
|
if stdenv.hostPlatform.system == "i686-linux" then (fetchurl {
|
||||||
@ -45,8 +46,8 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
homepage = "http://wiki.clean.cs.ru.nl/Clean";
|
homepage = "http://wiki.clean.cs.ru.nl/Clean";
|
||||||
license = lib.licenses.lgpl21;
|
license = lib.licenses.bsd2;
|
||||||
maintainers = [ lib.maintainers.kkallio ];
|
maintainers = [ lib.maintainers.erin ];
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user