meta.licenses -> license
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user