treewide: fix licence -> license occurences

This commit is contained in:
Robin Gloster 2016-09-19 12:52:22 +02:00
parent 4725a092db
commit 30accf4d3e
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
5 changed files with 9 additions and 9 deletions

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Small desktop application launcher with reasonable memory footprint";
homepage = https://gitlab.com/fehlstart/fehlstart;
licence = licenses.gpl3;
license = licenses.gpl3;
maintainers = [ maintainers.mounium ];
platforms = platforms.all;
};

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation {
a specific OS or host. Supplies a method of encrypting confidential data so it
can safely be stored in your repository.
'';
licence = stdenv.lib.licenses.gpl3;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.unix;
};
}

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Icons based on Breeze and Super Flat Remix";
homepage = https://github.com/manjaro/artwork-maia;
licence = licenses.free;
license = licenses.free;
maintainers = [ maintainers.mounium ];
platforms = platforms.all;
};

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A Material Design-like flat theme for GTK3, GTK2, and GNOME Shell";
homepage = https://github.com/nana-4/Flat-Plat;
licence = licenses.gpl2;
license = licenses.gpl2;
maintainers = [ maintainers.mounium ];
platforms = platforms.all;
};

View File

@ -6689,7 +6689,7 @@ in modules // {
description = "High-level FTP client library (virtual file system and more)";
homepage = https://pypi.python.org/pypi/ftputil;
platforms = platforms.linux;
license = licenses.bsd2; # "Modified BSD licence, says pypi"
license = licenses.bsd2; # "Modified BSD license, says pypi"
};
};
@ -7475,7 +7475,7 @@ in modules // {
meta = {
description = "Library to apply JSON Patches according to RFC 6902";
homepage = "https://github.com/stefankoegl/python-json-patch";
license = stdenv.lib.licenses.bsd2; # "Modified BSD licence, says pypi"
license = stdenv.lib.licenses.bsd2; # "Modified BSD license, says pypi"
};
};
@ -7490,7 +7490,7 @@ in modules // {
meta = {
description = "Resolve JSON Pointers in Python";
homepage = "https://github.com/stefankoegl/python-json-pointer";
license = stdenv.lib.licenses.bsd2; # "Modified BSD licence, says pypi"
license = stdenv.lib.licenses.bsd2; # "Modified BSD license, says pypi"
};
};
@ -18019,7 +18019,7 @@ in modules // {
meta = {
description = "Meta-commands handler for Postgres Database";
homepage = https://pypi.python.org/pypi/pgspecial;
licence = licenses.bsd3;
license = licenses.bsd3;
maintainers = with maintainers; [ nckx ];
};
};
@ -29715,7 +29715,7 @@ in modules // {
meta = {
description = "Python test runner";
homepage = "https://github.com/CleanCut/green";
licence = licenses.mit;
license = licenses.mit;
};
};