Fix some "meta.licenses" attributes
This commit is contained in:
parent
a17b090f99
commit
e07ce3314d
|
@ -105,7 +105,7 @@ stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
homepage = http://www.gnu.org/software/gnuzilla/;
|
homepage = http://www.gnu.org/software/gnuzilla/;
|
||||||
licenses = [ "GPLv2+" "LGPLv2+" "MPLv1+" ];
|
license = [ "GPLv2+" "LGPLv2+" "MPLv1+" ];
|
||||||
|
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = stdenv.lib.platforms.gnu;
|
platforms = stdenv.lib.platforms.gnu;
|
||||||
|
|
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "A browser plugin to manage Swedish BankID:s";
|
description = "A browser plugin to manage Swedish BankID:s";
|
||||||
homepage = http://fribid.se;
|
homepage = http://fribid.se;
|
||||||
licenses = [ "GPLv2" "MPLv1" ];
|
license = [ "GPLv2" "MPLv1" ];
|
||||||
maintainers = [ stdenv.lib.maintainers.edwtjo ];
|
maintainers = [ stdenv.lib.maintainers.edwtjo ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
|
|
|
@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "A browser plugin that uses mplayer to play digital media from websites";
|
description = "A browser plugin that uses mplayer to play digital media from websites";
|
||||||
homepage = http://mplayerplug-in.sourceforge.net/;
|
homepage = http://mplayerplug-in.sourceforge.net/;
|
||||||
licenses = [ "GPLv2+" "LGPLv2+" "MPLv1+" ];
|
license = [ "GPLv2+" "LGPLv2+" "MPLv1+" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://caml.inria.fr/ocaml;
|
homepage = http://caml.inria.fr/ocaml;
|
||||||
licenses = [ "QPL" /* compiler */ "LGPLv2" /* library */ ];
|
license = [ "QPL" /* compiler */ "LGPLv2" /* library */ ];
|
||||||
description = "Objective Caml, the most popular variant of the Caml language";
|
description = "Objective Caml, the most popular variant of the Caml language";
|
||||||
|
|
||||||
longDescription =
|
longDescription =
|
||||||
|
|
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://caml.inria.fr/ocaml;
|
homepage = http://caml.inria.fr/ocaml;
|
||||||
licenses = [ "QPL" /* compiler */ "LGPLv2" /* library */ ];
|
license = [ "QPL" /* compiler */ "LGPLv2" /* library */ ];
|
||||||
description = "OCaml, the most popular variant of the Caml language";
|
description = "OCaml, the most popular variant of the Caml language";
|
||||||
|
|
||||||
longDescription =
|
longDescription =
|
||||||
|
|
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://caml.inria.fr/ocaml;
|
homepage = http://caml.inria.fr/ocaml;
|
||||||
licenses = [ "QPL" /* compiler */ "LGPLv2" /* library */ ];
|
license = [ "QPL" /* compiler */ "LGPLv2" /* library */ ];
|
||||||
description = "OCaml, the most popular variant of the Caml language";
|
description = "OCaml, the most popular variant of the Caml language";
|
||||||
|
|
||||||
longDescription =
|
longDescription =
|
||||||
|
|
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://caml.inria.fr/ocaml;
|
homepage = http://caml.inria.fr/ocaml;
|
||||||
licenses = [ "QPL" /* compiler */ "LGPLv2" /* library */ ];
|
license = [ "QPL" /* compiler */ "LGPLv2" /* library */ ];
|
||||||
description = "OCaml, the most popular variant of the Caml language";
|
description = "OCaml, the most popular variant of the Caml language";
|
||||||
|
|
||||||
longDescription =
|
longDescription =
|
||||||
|
|
|
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://okmij.org/ftp/ML/index.html#ber-metaocaml";
|
homepage = "http://okmij.org/ftp/ML/index.html#ber-metaocaml";
|
||||||
licenses = [ "QPL" /* compiler */ "LGPLv2" /* library */ ];
|
license = [ "QPL" /* compiler */ "LGPLv2" /* library */ ];
|
||||||
description = "a conservative extension of OCaml with the primitive type of code values, and three basic multi-stage expression forms: Brackets, Escape, and Run";
|
description = "a conservative extension of OCaml with the primitive type of code values, and three basic multi-stage expression forms: Brackets, Escape, and Run";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
homepage = http://cairographics.org/;
|
homepage = http://cairographics.org/;
|
||||||
|
|
||||||
licenses = [ "LGPLv2+" "MPLv1" ];
|
license = [ "LGPLv2+" "MPLv1" ];
|
||||||
|
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
|
|
|
@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
homepage = http://cairographics.org/;
|
homepage = http://cairographics.org/;
|
||||||
|
|
||||||
licenses = [ "LGPLv2+" "MPLv1" ];
|
license = [ "LGPLv2+" "MPLv1" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,6 +52,6 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
homepage = http://www.mozilla.org/rhino/;
|
homepage = http://www.mozilla.org/rhino/;
|
||||||
|
|
||||||
licenses = [ "MPLv1.1" /* or */ "GPLv2+" ];
|
license = [ "MPLv1.1" /* or */ "GPLv2+" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
homepage = http://www.bluez.org/;
|
homepage = http://www.bluez.org/;
|
||||||
|
|
||||||
licenses = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||||
zip/unzip tools.
|
zip/unzip tools.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
licenses = [ "LGPLv2+" "MPLv1.1" ];
|
license = [ "LGPLv2+" "MPLv1.1" ];
|
||||||
|
|
||||||
homepage = http://zziplib.sourceforge.net/;
|
homepage = http://zziplib.sourceforge.net/;
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ stdenv.mkDerivation {
|
||||||
to OCaml code. Menhir was designed and implemented by François Pottier
|
to OCaml code. Menhir was designed and implemented by François Pottier
|
||||||
and Yann Régis-Gianas.
|
and Yann Régis-Gianas.
|
||||||
'';
|
'';
|
||||||
licenses = [ "QPL" /* generator */ "LGPLv2" /* library */ ];
|
license = [ "QPL" /* generator */ "LGPLv2" /* library */ ];
|
||||||
platforms = ocaml.meta.platforms;
|
platforms = ocaml.meta.platforms;
|
||||||
maintainers = [
|
maintainers = [
|
||||||
stdenv.lib.maintainers.z77z
|
stdenv.lib.maintainers.z77z
|
||||||
|
|
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Utilities to facilitate the installation of Python packages";
|
description = "Utilities to facilitate the installation of Python packages";
|
||||||
homepage = http://pypi.python.org/pypi/setuptools;
|
homepage = http://pypi.python.org/pypi/setuptools;
|
||||||
licenses = [ "PSF" "ZPL" ];
|
license = [ "PSF" "ZPL" ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,7 +46,7 @@ let version = "5.18"; in
|
||||||
documentation of program options.
|
documentation of program options.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
licenses = ["GPLv3+" "LGPLv3+" ];
|
license = ["GPLv3+" "LGPLv3+" ];
|
||||||
|
|
||||||
homepage = http://www.gnu.org/software/autogen/;
|
homepage = http://www.gnu.org/software/autogen/;
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||||
bzip2.
|
bzip2.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
licenses = [ "GPLv2+" "LGPLv2.1+" ];
|
license = [ "GPLv2+" "LGPLv2.1+" ];
|
||||||
maintainers = with stdenv.lib.maintainers; [ sander ];
|
maintainers = with stdenv.lib.maintainers; [ sander ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
|
|
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://isync.sourceforge.net/;
|
homepage = http://isync.sourceforge.net/;
|
||||||
description = "Free IMAP and MailDir mailbox synchronizer";
|
description = "Free IMAP and MailDir mailbox synchronizer";
|
||||||
licenses = [ "GPLv2+" ];
|
license = [ "GPLv2+" ];
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.viric ];
|
maintainers = [ stdenv.lib.maintainers.viric ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
|
|
@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.courier-mta.org/maildrop/;
|
homepage = http://www.courier-mta.org/maildrop/;
|
||||||
description = "Mail filter/mail delivery agent that is used by the Courier Mail Server";
|
description = "Mail filter/mail delivery agent that is used by the Courier Mail Server";
|
||||||
licenses = [ "GPLv3" ];
|
license = [ "GPLv3" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||||
message handling system.
|
message handling system.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
licenses = [ "LGPLv3+" /* libraries */ "GPLv3+" /* tools */ ];
|
license = [ "LGPLv3+" /* libraries */ "GPLv3+" /* tools */ ];
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||||
|
|
||||||
|
|
|
@ -4368,7 +4368,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
Sigma/Foveon and Sony.
|
Sigma/Foveon and Sony.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
licenses = [ "GPLv1+" /* or */ "Artistic" ];
|
license = [ "GPLv1+" /* or */ "Artistic" ];
|
||||||
|
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
|
Loading…
Reference in New Issue