Turn some license strings into lib.licenses values
This commit is contained in:
committed by
Peter Simons
parent
50f548771e
commit
7a45996233
@@ -65,7 +65,7 @@ stdenv.mkDerivation ({
|
||||
kernels (such as Linux).
|
||||
'';
|
||||
|
||||
license = "GPLv2+";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
|
||||
homepage = http://www.gnu.org/software/hurd/;
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ stdenv.mkDerivation ({
|
||||
meta = {
|
||||
description = "GNU Hurd's libpthread";
|
||||
|
||||
license = "LGPLv2+";
|
||||
license = stdenv.lib.licenses.lgpl2Plus;
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||
};
|
||||
|
||||
@@ -41,7 +41,7 @@ stdenv.mkDerivation ({
|
||||
were added using glue code, i.e., a Linux emulation layer in Mach.
|
||||
'';
|
||||
|
||||
license = "GPLv2+";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
|
||||
homepage = http://www.gnu.org/software/hurd/microkernel/mach/gnumach.html;
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ stdenv.mkDerivation {
|
||||
Mach-based inter-process communication.
|
||||
'';
|
||||
|
||||
license = "GPLv2+";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
|
||||
homepage = http://www.gnu.org/software/hurd/microkernel/mach/mig/gnu_mig.html;
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
homepage = http://www.nongnu.org/hurdextras/;
|
||||
|
||||
license = "GPLv3+";
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||
};
|
||||
|
||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
homepage = http://www.gnu.org/software/hurd/hurd/translator/unionfs.html;
|
||||
|
||||
license = "GPLv2+";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user