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

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; meta = with stdenv.lib;
{ description = "Auditory binaural-beat generator"; { description = "Auditory binaural-beat generator";
homepage = http://gnaural.sourceforge.net/; homepage = http://gnaural.sourceforge.net/;
licenses = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.emery ]; maintainers = [ maintainers.emery ];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://apitrace.github.io; homepage = https://apitrace.github.io;
description = "Tools to trace OpenGL, OpenGL ES, Direct3D, and DirectDraw APIs"; description = "Tools to trace OpenGL, OpenGL ES, Direct3D, and DirectDraw APIs";
licenses = with licenses; mit; license = with licenses; mit;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
eye-candy, customizable, and reasonably lightweight. eye-candy, customizable, and reasonably lightweight.
''; '';
homepage = "https://github.com/Swordifish90/cool-retro-term"; homepage = "https://github.com/Swordifish90/cool-retro-term";
licenses = with stdenv.lib.licenses; [ gpl2 gpl3 ]; license = with stdenv.lib.licenses; [ gpl2 gpl3 ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ skeidel ]; maintainers = with stdenv.lib.maintainers; [ skeidel ];
}; };

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://sourceforge.net/projects/pidgin-latex/; homepage = http://sourceforge.net/projects/pidgin-latex/;
description = "LaTeX rendering plugin for Pidgin IM"; description = "LaTeX rendering plugin for Pidgin IM";
licenses = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = maintainers.abbradar; maintainers = maintainers.abbradar;
}; };

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
app), available for Linux and Windows. app), available for Linux and Windows.
''; '';
homepage = "http://zealdocs.org/"; homepage = "http://zealdocs.org/";
licenses = with stdenv.lib.licenses; [ gpl3 ]; license = with stdenv.lib.licenses; [ gpl3 ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ skeidel ]; maintainers = with stdenv.lib.maintainers; [ skeidel ];
}; };

View file

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

View file

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

View file

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

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://qpdf.sourceforge.net/; homepage = http://qpdf.sourceforge.net/;
description = "A C++ library and set of programs that inspect and manipulate the structure of PDF files"; 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; maintainers = maintainers.abbradar;
platforms = platforms.all; 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"; 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; homepage = https://www.gaia-gis.it/fossil/readosm;
license = [ "GPLv2+" "LGPLv2+" "MPL1.1" ]; 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 = { meta = {
description = "A complete sqlite3-compatible CLI front-end for libspatialite"; description = "A complete sqlite3-compatible CLI front-end for libspatialite";
homepage = https://www.gaia-gis.it/fossil/spatialite-tools; 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 ];
}; };
} }

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "An OCaml non-blocking streaming codec to decode and encode the JSON data format"; description = "An OCaml non-blocking streaming codec to decode and encode the JSON data format";
homepage = http://erratique.ch/software/jsonm; homepage = http://erratique.ch/software/jsonm;
licenses = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ vbgl ]; maintainers = with stdenv.lib.maintainers; [ vbgl ];
platforms = ocaml.meta.platforms; platforms = ocaml.meta.platforms;
}; };

View file

@ -17,7 +17,7 @@ goPackages.buildGoPackage rec {
meta = with lib; { meta = with lib; {
description = "Export Mesos metrics to Prometheus"; description = "Export Mesos metrics to Prometheus";
homepage = https://github.com/prometheus/mesos_exporter; homepage = https://github.com/prometheus/mesos_exporter;
licenses = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ benley ]; maintainers = with maintainers; [ benley ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -20,7 +20,7 @@ goPackages.buildGoPackage rec {
meta = with lib; { meta = with lib; {
description = "Receives StatsD-style metrics and exports them to Prometheus"; description = "Receives StatsD-style metrics and exports them to Prometheus";
homepage = https://github.com/prometheus/statsd_bridge; homepage = https://github.com/prometheus/statsd_bridge;
licenses = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ benley ]; maintainers = with maintainers; [ benley ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
systems. systems.
''; '';
homepage = "https://www.mirbsd.org/mksh.htm"; homepage = "https://www.mirbsd.org/mksh.htm";
licenses = "custom"; license = "custom";
maintainers = [ maintainers.AndersonTorres ]; maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -89,7 +89,7 @@ in stdenv.mkDerivation rec {
meta = { meta = {
homepage = "http://pipelight.net/"; homepage = "http://pipelight.net/";
licenses = with stdenv.lib.licenses; [ mpl11 gpl2 lgpl21 ]; license = with stdenv.lib.licenses; [ mpl11 gpl2 lgpl21 ];
description = "A wrapper for using Windows plugins in Linux browsers"; description = "A wrapper for using Windows plugins in Linux browsers";
maintainers = with stdenv.lib.maintainers; [skeidel]; maintainers = with stdenv.lib.maintainers; [skeidel];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
homepage = "https://geti2p.net"; homepage = "https://geti2p.net";
description = "Applications and router for I2P, anonymity over the Internet"; description = "Applications and router for I2P, anonymity over the Internet";
maintainers = [ stdenv.lib.maintainers.joelmo ]; maintainers = [ stdenv.lib.maintainers.joelmo ];
licenses = licenses.gpl2; license = licenses.gpl2;
# TODO: support other systems, just copy appropriate lib/wrapper.. to $out # TODO: support other systems, just copy appropriate lib/wrapper.. to $out
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://track.privacysolutions.no/projects/i2pd"; homepage = "https://track.privacysolutions.no/projects/i2pd";
description = "Minimal I2P router written in C++"; description = "Minimal I2P router written in C++";
licenses = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ edwtjo ]; maintainers = with maintainers; [ edwtjo ];
platforms = platforms.linux; platforms = platforms.linux;
}; };