meta.licenses -> license
This commit is contained in:
parent
5c6dd54183
commit
8488d133f3
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib;
|
||||
{ description = "Auditory binaural-beat generator";
|
||||
homepage = http://gnaural.sourceforge.net/;
|
||||
licenses = licenses.gpl2;
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.emery ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://apitrace.github.io;
|
||||
description = "Tools to trace OpenGL, OpenGL ES, Direct3D, and DirectDraw APIs";
|
||||
licenses = with licenses; mit;
|
||||
license = with licenses; mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||
eye-candy, customizable, and reasonably lightweight.
|
||||
'';
|
||||
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;
|
||||
maintainers = with stdenv.lib.maintainers; [ skeidel ];
|
||||
};
|
||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://sourceforge.net/projects/pidgin-latex/;
|
||||
description = "LaTeX rendering plugin for Pidgin IM";
|
||||
licenses = licenses.gpl2;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = maintainers.abbradar;
|
||||
};
|
||||
|
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
||||
app), available for Linux and Windows.
|
||||
'';
|
||||
homepage = "http://zealdocs.org/";
|
||||
licenses = with stdenv.lib.licenses; [ gpl3 ];
|
||||
license = with stdenv.lib.licenses; [ gpl3 ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ skeidel ];
|
||||
};
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "An OCaml non-blocking streaming codec to decode and encode the JSON data format";
|
||||
homepage = http://erratique.ch/software/jsonm;
|
||||
licenses = stdenv.lib.licenses.bsd3;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = with stdenv.lib.maintainers; [ vbgl ];
|
||||
platforms = ocaml.meta.platforms;
|
||||
};
|
||||
|
@ -17,7 +17,7 @@ goPackages.buildGoPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Export Mesos metrics to Prometheus";
|
||||
homepage = https://github.com/prometheus/mesos_exporter;
|
||||
licenses = licenses.asl20;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ benley ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
@ -20,7 +20,7 @@ goPackages.buildGoPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Receives StatsD-style metrics and exports them to Prometheus";
|
||||
homepage = https://github.com/prometheus/statsd_bridge;
|
||||
licenses = licenses.asl20;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ benley ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
systems.
|
||||
'';
|
||||
homepage = "https://www.mirbsd.org/mksh.htm";
|
||||
licenses = "custom";
|
||||
license = "custom";
|
||||
maintainers = [ maintainers.AndersonTorres ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
@ -89,7 +89,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
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";
|
||||
maintainers = with stdenv.lib.maintainers; [skeidel];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://geti2p.net";
|
||||
description = "Applications and router for I2P, anonymity over the Internet";
|
||||
maintainers = [ stdenv.lib.maintainers.joelmo ];
|
||||
licenses = licenses.gpl2;
|
||||
license = licenses.gpl2;
|
||||
# TODO: support other systems, just copy appropriate lib/wrapper.. to $out
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://track.privacysolutions.no/projects/i2pd";
|
||||
description = "Minimal I2P router written in C++";
|
||||
licenses = licenses.gpl2;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ edwtjo ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user