meta.licenses -> license

This commit is contained in:
Joachim Fasting
2015-04-21 18:05:19 +02:00
parent 5c6dd54183
commit 8488d133f3
18 changed files with 18 additions and 18 deletions

View File

@@ -513,7 +513,7 @@ stdenv.mkDerivation rec {
No matter if they were designed by some standards committee, the community or
a corporation.
'';
licenses = (
license = (
if nonfreeLicensing then
licenses.unfreeRedistributable
else if version3Licensing then

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://github.com/redis/hiredis;
description = "Minimalistic C client for Redis >= 1.2";
licenses = licenses.bsd3;
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
};

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = {
description = "This project is a QML port of qtermwidget";
homepage = "https://github.com/Swordifish90/qmltermwidget";
licenses = with stdenv.lib.licenses; [ gpl2 ];
license = with stdenv.lib.licenses; [ gpl2 ];
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ skeidel ];
};

View File

@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://qpdf.sourceforge.net/;
description = "A C++ library and set of programs that inspect and manipulate the structure of PDF files";
licenses = licenses.artistic2;
license = licenses.artistic2;
maintainers = maintainers.abbradar;
platforms = platforms.all;
};

View File

@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
description = "An open source library to extract valid data from within an Open Street Map input file";
homepage = https://www.gaia-gis.it/fossil/readosm;
license = [ "GPLv2+" "LGPLv2+" "MPL1.1" ];
licenses = with stdenv.lib.licenses; [ mpl11 gpl2Plus lgpl21Plus ];
license = with stdenv.lib.licenses; [ mpl11 gpl2Plus lgpl21Plus ];
};
}

View File

@@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
meta = {
description = "A complete sqlite3-compatible CLI front-end for libspatialite";
homepage = https://www.gaia-gis.it/fossil/spatialite-tools;
licenses = with stdenv.lib.licenses; [ mpl11 gpl2Plus lgpl21Plus ];
license = with stdenv.lib.licenses; [ mpl11 gpl2Plus lgpl21Plus ];
};
}