Don't use "with licenses;" for single licences

And don't use square brackets on such lines.
This commit is contained in:
Tobias Geerinckx-Rice 2015-05-28 19:20:29 +02:00
parent 831d597bfa
commit 158e1cfdd0
139 changed files with 164 additions and 164 deletions

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
ALSA or JACK as sound input library. ALSA or JACK as sound input library.
''; '';
homepage = http://home.gna.org/fmit/index.html; homepage = http://home.gna.org/fmit/index.html;
license = with licenses; gpl3Plus; license = licenses.gpl3Plus;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
used to estimate the musical key of many different audio formats. used to estimate the musical key of many different audio formats.
''; '';
homepage = https://github.com/EvanPurkhiser/keyfinder-cli; homepage = https://github.com/EvanPurkhiser/keyfinder-cli;
license = with licenses; gpl3Plus; license = licenses.gpl3Plus;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
efficient workflow tool. efficient workflow tool.
''; '';
homepage = http://www.ibrahimshaath.co.uk/keyfinder/; homepage = http://www.ibrahimshaath.co.uk/keyfinder/;
license = with licenses; gpl3Plus; license = licenses.gpl3Plus;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -46,7 +46,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A hackable text editor for the 21st Century"; description = "A hackable text editor for the 21st Century";
homepage = https://atom.io/; homepage = https://atom.io/;
license = [ licenses.mit ]; license = licenses.mit;
maintainers = [ maintainers.offline ]; maintainers = [ maintainers.offline ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
a special case of text editing. a special case of text editing.
''; '';
homepage = http://emacs-jabber.sourceforge.net/; homepage = http://emacs-jabber.sourceforge.net/;
license = with licenses; gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ astsmtl ]; maintainers = with maintainers; [ astsmtl ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };

View file

@ -26,6 +26,6 @@ trivialBuild rec {
meta = with lib; { meta = with lib; {
description = "An analog indicator of the position in the buffer"; description = "An analog indicator of the position in the buffer";
homepage = https://github.com/TeMPOraL/nyan-mode/; homepage = https://github.com/TeMPOraL/nyan-mode/;
license = with licenses; gpl3Plus; license = licenses.gpl3Plus;
}; };
} }

View file

@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "the next generation code editor"; description = "the next generation code editor";
homepage = http://www.lighttable.com/; homepage = http://www.lighttable.com/;
license = [ licenses.gpl3 ]; license = licenses.gpl3;
}; };
} }

View file

@ -190,7 +190,7 @@ composableDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "The most popular clone of the VI editor"; description = "The most popular clone of the VI editor";
homepage = http://www.vim.org; homepage = http://www.vim.org;
license = with licenses; [ vim ]; license = licenses.vim;
maintainers = with maintainers; [ lovek323 ]; maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "The most popular clone of the VI editor"; description = "The most popular clone of the VI editor";
homepage = http://www.vim.org; homepage = http://www.vim.org;
license = with licenses; [ vim ]; license = licenses.vim;
maintainers = with maintainers; [ lovek323 ]; maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Vim - the text editor - for Mac OS X"; description = "Vim - the text editor - for Mac OS X";
homepage = https://github.com/b4winckler/macvim; homepage = https://github.com/b4winckler/macvim;
license = with licenses; [ vim ]; license = licenses.vim;
maintainers = with maintainers; [ cstrahan ]; maintainers = with maintainers; [ cstrahan ];
platforms = platforms.darwin; platforms = platforms.darwin;
}; };

View file

@ -118,7 +118,7 @@ composableDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "The most popular clone of the VI editor (Qt GUI fork)"; description = "The most popular clone of the VI editor (Qt GUI fork)";
homepage = https://bitbucket.org/equalsraf/vim-qt/wiki/Home; homepage = https://bitbucket.org/equalsraf/vim-qt/wiki/Home;
license = with licenses; [ vim ]; license = licenses.vim;
maintainers = with maintainers; [ smironov ttuegel ]; maintainers = with maintainers; [ smironov ttuegel ];
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";
license = with licenses; mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
interface is well tested. interface is well tested.
''; '';
homepage = https://launchpad.net/simple-scan; homepage = https://launchpad.net/simple-scan;
license = with licenses; gpl3Plus; license = licenses.gpl3Plus;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
# Quicker to unpack locally than load Hydra # Quicker to unpack locally than load Hydra
hydraPlatforms = []; hydraPlatforms = [];
maintainers = with stdenv.lib.maintainers; [raskin]; maintainers = with stdenv.lib.maintainers; [raskin];
license = with stdenv.lib.licenses; lgpl21Plus; license = stdenv.lib.licenses.lgpl21Plus;
description = "GraphViz graph viewer/navigator"; description = "GraphViz graph viewer/navigator";
}; };
} }

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://eaglemode.sourceforge.net"; homepage = "http://eaglemode.sourceforge.net";
description = "Zoomable User Interface"; description = "Zoomable User Interface";
license = with licenses; gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ viric ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };

View file

@ -176,7 +176,7 @@ a.composableDerivation.composableDerivation {} (fix: {
meta = { meta = {
description = "free Geographic Information System (GIS) software used for geospatial data management and analysis, image processing, graphics/maps production, spatial modeling, and visualization"; description = "free Geographic Information System (GIS) software used for geospatial data management and analysis, image processing, graphics/maps production, spatial modeling, and visualization";
homepage = http://grass.itc.it/index.php; homepage = http://grass.itc.it/index.php;
license = [ "GPL" ]; license = "GPL";
broken = true; broken = true;
}; };

View file

@ -13,7 +13,7 @@ bundlerEnv {
meta = with lib; { meta = with lib; {
description = "Simple, blog aware, static site generator"; description = "Simple, blog aware, static site generator";
homepage = http://jekyllrb.com/; homepage = http://jekyllrb.com/;
license = with licenses; mit; license = licenses.mit;
maintainers = with maintainers; [ pesterhazy ]; maintainers = with maintainers; [ pesterhazy ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
detects a new entry it'll emit only that new entry. detects a new entry it'll emit only that new entry.
''; '';
homepage = http://www.vanheusden.com/rsstail/; homepage = http://www.vanheusden.com/rsstail/;
license = with licenses; gpl2Plus; license = licenses.gpl2Plus;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.creytiv.com/baresip.html"; homepage = "http://www.creytiv.com/baresip.html";
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [raskin]; maintainers = with stdenv.lib.maintainers; [raskin];
license = with stdenv.lib.licenses; bsd3; license = stdenv.lib.licenses.bsd3;
inherit version; inherit version;
downloadPage = "http://www.creytiv.com/pub/"; downloadPage = "http://www.creytiv.com/pub/";
updateWalker = true; updateWalker = true;

View file

@ -12,7 +12,7 @@ bundlerEnv {
meta = with lib; { meta = with lib; {
description = "A curses threads-with-tags style email client"; description = "A curses threads-with-tags style email client";
homepage = http://supmua.org; homepage = http://supmua.org;
license = with licenses; gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ cstrahan lovek323 ]; maintainers = with maintainers; [ cstrahan lovek323 ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Graphical NoMachine NX3 remote desktop client"; description = "Graphical NoMachine NX3 remote desktop client";
homepage = http://x2go.org/; homepage = http://x2go.org/;
license = with licenses; gpl2; license = licenses.gpl2;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -25,7 +25,7 @@ buildGoPackage rec {
meta = { meta = {
homepage = http://syncthing.net/; homepage = http://syncthing.net/;
description = "Replaces Dropbox and BitTorrent Sync with something open, trustworthy and decentralized"; description = "Replaces Dropbox and BitTorrent Sync with something open, trustworthy and decentralized";
license = with lib.licenses; mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ matejc ]; maintainers = with lib.maintainers; [ matejc ];
platforms = with lib.platforms; unix; platforms = with lib.platforms; unix;
}; };

View file

@ -11,6 +11,6 @@ stdenv.mkDerivation rec {
description = ''Lambda calculus interpreter''; description = ''Lambda calculus interpreter'';
maintainers = with stdenv.lib.maintainers; [raskin]; maintainers = with stdenv.lib.maintainers; [raskin];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
license = with stdenv.lib.licenses; gpl3; license = stdenv.lib.licenses.gpl3;
}; };
} }

View file

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
description = ''Simple Theorem Prover''; description = ''Simple Theorem Prover'';
maintainers = with stdenv.lib.maintainers; [mornfall]; maintainers = with stdenv.lib.maintainers; [mornfall];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
license = with stdenv.lib.licenses; mit; license = stdenv.lib.licenses.mit;
}; };
} }

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Computer algebra system for high-performance number theory computations"; description = "Computer algebra system for high-performance number theory computations";
homepage = "http://pari.math.u-bordeaux.fr/"; homepage = "http://pari.math.u-bordeaux.fr/";
license = with licenses; gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ ertes raskin ]; maintainers = with maintainers; [ ertes raskin ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://speedcrunch.digitalfanatics.org"; homepage = "http://speedcrunch.digitalfanatics.org";
license = with licenses; gpl2Plus; license = licenses.gpl2Plus;
description = "A fast power user calculator"; description = "A fast power user calculator";
longDescription = '' longDescription = ''
SpeedCrunch is a fast, high precision and powerful desktop calculator. SpeedCrunch is a fast, high precision and powerful desktop calculator.

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://www.gromacs.org"; homepage = "http://www.gromacs.org";
license = with licenses; gpl2; license = licenses.gpl2;
description = "Molecular dynamics software package"; description = "Molecular dynamics software package";
longDescription = '' longDescription = ''
GROMACS is a versatile package to perform molecular dynamics, GROMACS is a versatile package to perform molecular dynamics,

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
homepage = http://www.catb.org/~esr/src/; homepage = http://www.catb.org/~esr/src/;
license = [ stdenv.lib.licenses.bsd3 ]; license = stdenv.lib.licenses.bsd3;
maintainers = [ stdenv.lib.maintainers.shlevy ]; maintainers = [ stdenv.lib.maintainers.shlevy ];

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
videos to MPEG4, MP3 or other formats in just one easy step. videos to MPEG4, MP3 or other formats in just one easy step.
''; '';
homepage = http://clipgrab.org/; homepage = http://clipgrab.org/;
license = with licenses; gpl3Plus; license = licenses.gpl3Plus;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -21,6 +21,6 @@ stdenv.mkDerivation rec{
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Tools for generating DVD files to be played on standalone DVD players"; description = "Tools for generating DVD files to be played on standalone DVD players";
homepage = http://dvdauthor.sourceforge.net/; homepage = http://dvdauthor.sourceforge.net/;
license = with licenses; gpl2; license = licenses.gpl2;
}; };
} }

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "VirtualBox client with remote management"; description = "VirtualBox client with remote management";
homepage = http://remotebox.knobgoblin.org.uk/; homepage = http://remotebox.knobgoblin.org.uk/;
license = with licenses; gpl2Plus; license = licenses.gpl2Plus;
longDescription = '' longDescription = ''
VirtualBox is traditionally considered to be a virtualization solution VirtualBox is traditionally considered to be a virtualization solution
aimed at the desktop. While it is certainly possible to install aimed at the desktop. While it is certainly possible to install

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Highly configurable, dynamic window manager for X"; description = "Highly configurable, dynamic window manager for X";
homepage = http://awesome.naquadah.org/; homepage = http://awesome.naquadah.org/;
license = with licenses; gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ lovek323 ]; maintainers = with maintainers; [ lovek323 ];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://tools.suckless.org/tabbed; homepage = http://tools.suckless.org/tabbed;
description = "Simple generic tabbed fronted to xembed aware applications"; description = "Simple generic tabbed fronted to xembed aware applications";
license = with licenses; mit; license = licenses.mit;
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ viric ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://vwm.sourceforge.net/; homepage = http://vwm.sourceforge.net/;
description = "Dynamic window manager for the console"; description = "Dynamic window manager for the console";
license = with licenses; gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ viric ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
app), available for Linux and Windows. app), available for Linux and Windows.
''; '';
homepage = "http://zealdocs.org/"; homepage = "http://zealdocs.org/";
license = with stdenv.lib.licenses; [ gpl3 ]; license = 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

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
EGA/VGA-bold for 8x14 and 8x16. EGA/VGA-bold for 8x14 and 8x16.
''; '';
homepage = http://www.is-vn.bg/hamster/; homepage = http://www.is-vn.bg/hamster/;
license = with licenses; [ gpl2Plus ]; license = licenses.gpl2Plus;
maintainers = with maintainers; [ astsmtl ]; maintainers = with maintainers; [ astsmtl ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation {
inherit version; inherit version;
description = "GeoLite Legacy IP geolocation databases"; description = "GeoLite Legacy IP geolocation databases";
homepage = https://geolite.maxmind.com/download/geoip; homepage = https://geolite.maxmind.com/download/geoip;
license = with licenses; cc-by-sa-30; license = licenses.cc-by-sa-30;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -26,7 +26,7 @@ in
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A repository of data files describing media player capabilities"; description = "A repository of data files describing media player capabilities";
homepage = "http://www.freedesktop.org/wiki/Software/media-player-info/"; homepage = "http://www.freedesktop.org/wiki/Software/media-player-info/";
license = with licenses; [ bsd3 ]; license = licenses.bsd3;
maintainer = with maintainers; [ ttuegel ]; maintainer = with maintainers; [ ttuegel ];
}; };
} }

View file

@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
description = "Gnome docking library"; description = "Gnome docking library";
homepage = https://developer.gnome.org/gdl/; homepage = https://developer.gnome.org/gdl/;
maintainers = [ maintainers.lethalman ]; maintainers = [ maintainers.lethalman ];
license = [ licenses.gpl2 ]; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/kripken/emscripten; homepage = https://github.com/kripken/emscripten;
description = "An LLVM-to-JavaScript Compiler"; description = "An LLVM-to-JavaScript Compiler";
maintainers = with maintainers; [ bosu ]; maintainers = with maintainers; [ bosu ];
license = with licenses; ncsa; license = licenses.ncsa;
}; };
} }

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = https://github.com/zsaleeba/picoc; homepage = https://github.com/zsaleeba/picoc;
downloadPage = https://code.google.com/p/picoc/downloads/list; downloadPage = https://code.google.com/p/picoc/downloads/list;
license = with licenses; bsd3; license = licenses.bsd3;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
license = with licenses; [ ruby ]; license = licenses.ruby;
homepage = "http://www.ruby-lang.org/en/"; homepage = "http://www.ruby-lang.org/en/";
description = "The Ruby language"; description = "The Ruby language";
maintainers = with maintainers; [ lovek323 ]; maintainers = with maintainers; [ lovek323 ];

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
inherit version; inherit version;
description = "Brokken's Own Base Classes And Templates"; description = "Brokken's Own Base Classes And Templates";
downloadPage = http://sourceforge.net/projects/bobcat/files/; downloadPage = http://sourceforge.net/projects/bobcat/files/;
license = with licenses; gpl3; license = licenses.gpl3;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://www.highscore.de/boost/process0.5/"; homepage = "http://www.highscore.de/boost/process0.5/";
description = "Library to manage system processes"; description = "Library to manage system processes";
license = with licenses; boost; license = licenses.boost;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];
}; };

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "the Git linkable library"; description = "the Git linkable library";
homepage = http://libgit2.github.com/; homepage = http://libgit2.github.com/;
license = with stdenv.lib.licenses; gpl2; license = stdenv.lib.licenses.gpl2;
platforms = with stdenv.lib.platforms; all; platforms = with stdenv.lib.platforms; all;
}; };
} }

View file

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
''; '';
# http://www.open-mpi.org/projects/hwloc/license.php # http://www.open-mpi.org/projects/hwloc/license.php
license = with licenses; bsd3; license = licenses.bsd3;
homepage = http://www.open-mpi.org/projects/hwloc/; homepage = http://www.open-mpi.org/projects/hwloc/;

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/open-source-parsers/jsoncpp; homepage = https://github.com/open-source-parsers/jsoncpp;
description = "A simple API to manipulate JSON data in C++"; description = "A simple API to manipulate JSON data in C++";
maintainers = with stdenv.lib.maintainers; [ ttuegel ]; maintainers = with stdenv.lib.maintainers; [ ttuegel ];
license = with stdenv.lib.licenses; [ mit ]; license = stdenv.lib.licenses.mit;
branch = "1.6"; branch = "1.6";
}; };
} }

View file

@ -113,7 +113,7 @@ let
meta = meta =
let inherit (builtins.parseDrvName super.extra-cmake-modules.name) version; in let inherit (builtins.parseDrvName super.extra-cmake-modules.name) version; in
{ {
license = with stdenv.lib.licenses; [ bsd2 ]; license = stdenv.lib.licenses.bsd2;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ ttuegel ]; maintainers = with stdenv.lib.maintainers; [ ttuegel ];
homepage = "http://www.kde.org"; homepage = "http://www.kde.org";

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Emulate a Cisco-style telnet command-line interface"; description = "Emulate a Cisco-style telnet command-line interface";
homepage = http://sites.dparrish.com/libcli; homepage = http://sites.dparrish.com/libcli;
license = with licenses; lgpl21Plus; license = licenses.lgpl21Plus;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Musical key detection for digital audio (C++ library)"; description = "Musical key detection for digital audio (C++ library)";
homepage = http://www.ibrahimshaath.co.uk/keyfinder/; homepage = http://www.ibrahimshaath.co.uk/keyfinder/;
license = with licenses; gpl3Plus; license = licenses.gpl3Plus;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://libpseudo.sourceforge.net/; homepage = http://libpseudo.sourceforge.net/;
description = "Simple, thread-safe messaging between threads"; description = "Simple, thread-safe messaging between threads";
license = with licenses; gpl2Plus; license = licenses.gpl2Plus;
}; };
} }

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
the domain in a user interface or sorting domain lists by site. the domain in a user interface or sorting domain lists by site.
''; '';
homepage = http://rockdaboot.github.io/libpsl/; homepage = http://rockdaboot.github.io/libpsl/;
license = with licenses; mit; license = licenses.mit;
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.creytiv.com/re.html"; homepage = "http://www.creytiv.com/re.html";
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [raskin]; maintainers = with stdenv.lib.maintainers; [raskin];
license = with stdenv.lib.licenses; bsd3; license = stdenv.lib.licenses.bsd3;
inherit version; inherit version;
downloadPage = "http://www.creytiv.com/pub/"; downloadPage = "http://www.creytiv.com/pub/";
updateWalker = true; updateWalker = true;

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.creytiv.com/rem.html"; homepage = "http://www.creytiv.com/rem.html";
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [raskin]; maintainers = with stdenv.lib.maintainers; [raskin];
license = with stdenv.lib.licenses; bsd3; license = stdenv.lib.licenses.bsd3;
inherit version; inherit version;
downloadPage = "http://www.creytiv.com/pub/"; downloadPage = "http://www.creytiv.com/pub/";
updateWalker = true; updateWalker = true;

View file

@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Terminal keypress reading library"; description = "Terminal keypress reading library";
license = with licenses; [ mit ]; license = licenses.mit;
}; };
} }

View file

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://libviper.sourceforge.net/; homepage = http://libviper.sourceforge.net/;
description = "Simple window creation and management facilities for the console"; description = "Simple window creation and management facilities for the console";
license = with licenses; gpl2Plus; license = licenses.gpl2Plus;
}; };
} }

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://libvterm.sourceforge.net/; homepage = http://libvterm.sourceforge.net/;
description = "Terminal emulator library to mimic both vt100 and rxvt"; description = "Terminal emulator library to mimic both vt100 and rxvt";
license = with licenses; gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "NX compression library"; description = "NX compression library";
homepage = "http://wiki.x2go.org/doku.php/wiki:libs:nx-libs"; homepage = "http://wiki.x2go.org/doku.php/wiki:libs:nx-libs";
license = with licenses; gpl2; license = licenses.gpl2;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "Qt 5 Cryptographic Architecture"; description = "Qt 5 Cryptographic Architecture";
homepage = http://delta.affinix.com/qca; homepage = http://delta.affinix.com/qca;
maintainers = with maintainers; [ ttuegel ]; maintainers = with maintainers; [ ttuegel ];
license = with licenses; [ lgpl21Plus ]; license = licenses.lgpl21Plus;
}; };
} }

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A QML port of qtermwidget"; description = "A QML port of qtermwidget";
homepage = "https://github.com/Swordifish90/qmltermwidget"; homepage = "https://github.com/Swordifish90/qmltermwidget";
license = with stdenv.lib.licenses; [ gpl2 ]; license = 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

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
platform that supports both FreeType and the OpenGL API. platform that supports both FreeType and the OpenGL API.
''; '';
homepage = http://quesoglc.sourceforge.net/; homepage = http://quesoglc.sourceforge.net/;
license = with licenses; [ lgpl21Plus ]; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ astsmtl ]; maintainers = with maintainers; [ astsmtl ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "RabbitMQ C AMQP client library"; description = "RabbitMQ C AMQP client library";
homepage = https://github.com/alanxz/rabbitmq-c; homepage = https://github.com/alanxz/rabbitmq-c;
license = with stdenv.lib.licenses; mit; license = stdenv.lib.licenses.mit;
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = https://code.google.com/p/re2/; homepage = https://code.google.com/p/re2/;
description = "An efficient, principled regular expression library"; description = "An efficient, principled regular expression library";
license = with stdenv.lib.licenses; bsd3; license = stdenv.lib.licenses.bsd3;
platforms = with stdenv.lib.platforms; all; platforms = with stdenv.lib.platforms; all;
}; };
} }

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
inherit version; inherit version;
description = "Linear Algebra PACKage"; description = "Linear Algebra PACKage";
homepage = "http://www.netlib.org/lapack/"; homepage = "http://www.netlib.org/lapack/";
license = with licenses; bsd3; license = licenses.bsd3;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.simons ]; maintainers = [ maintainers.simons ];

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
inherit version; inherit version;
description = "Linear Algebra PACKage"; description = "Linear Algebra PACKage";
homepage = "http://www.netlib.org/lapack/"; homepage = "http://www.netlib.org/lapack/";
license = with licenses; bsd3; license = licenses.bsd3;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.simons ]; maintainers = [ maintainers.simons ];

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.creytiv.com/baresip.html"; homepage = "http://www.creytiv.com/baresip.html";
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [raskin]; maintainers = with stdenv.lib.maintainers; [raskin];
license = with stdenv.lib.licenses; gpl2; license = stdenv.lib.licenses.gpl2;
downloadPage = "http://www.soft-switch.org/downloads/spandsp/"; downloadPage = "http://www.soft-switch.org/downloads/spandsp/";
inherit version; inherit version;
updateWalker = true; updateWalker = true;

View file

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A very basic terminfo library"; description = "A very basic terminfo library";
license = with licenses; [ lgpl3Plus ]; license = licenses.lgpl3Plus;
}; };
} }

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://alloy.mit.edu/; homepage = http://alloy.mit.edu/;
downloadPage = http://alloy.mit.edu/alloy/download.html; downloadPage = http://alloy.mit.edu/alloy/download.html;
license = with licenses; mit; license = licenses.mit;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
application of this sort. application of this sort.
''; '';
homepage = http://coan2.sourceforge.net/; homepage = http://coan2.sourceforge.net/;
license = with licenses; bsd3; license = licenses.bsd3;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
replacing #includes with forward-declares when possible. replacing #includes with forward-declares when possible.
''; '';
homepage = http://include-what-you-use.com; homepage = http://include-what-you-use.com;
license = with licenses; bsd3; license = licenses.bsd3;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -42,7 +42,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Cross platform desktop application shell"; description = "Cross platform desktop application shell";
homepage = https://github.com/atom/atom-shell; homepage = https://github.com/atom/atom-shell;
license = [ licenses.mit ]; license = licenses.mit;
maintainers = [ maintainers.fluffynukeit ]; maintainers = [ maintainers.fluffynukeit ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };

View file

@ -13,7 +13,7 @@ bundlerEnv {
meta = with lib; { meta = with lib; {
description = "A streamlined development and deployment workflow for Chef platform"; description = "A streamlined development and deployment workflow for Chef platform";
homepage = https://downloads.chef.io/chef-dk/; homepage = https://downloads.chef.io/chef-dk/;
license = with licenses; asl20; license = licenses.asl20;
maintainers = with maintainers; [ offline ]; maintainers = with maintainers; [ offline ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
entirely in Java 6. entirely in Java 6.
''; '';
homepage = http://www.benf.org/other/cfr/; homepage = http://www.benf.org/other/cfr/;
license = with licenses; mit; license = licenses.mit;
platforms = with platforms; all; platforms = with platforms; all;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation {
description = "Compiler cache for fast recompilation of C/C++ code"; description = "Compiler cache for fast recompilation of C/C++ code";
homepage = http://ccache.samba.org/; homepage = http://ccache.samba.org/;
downloadPage = https://ccache.samba.org/download.html; downloadPage = https://ccache.samba.org/download.html;
license = with licenses; gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };
}; };

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://flexcpp.sourceforge.net/; homepage = http://flexcpp.sourceforge.net/;
downloadPage = http://sourceforge.net/projects/flexcpp/files/; downloadPage = http://sourceforge.net/projects/flexcpp/files/;
license = with licenses; gpl3; license = licenses.gpl3;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A secure tunneling app for executing tests securely when testing behind firewalls"; description = "A secure tunneling app for executing tests securely when testing behind firewalls";
license = with licenses; unfree; license = licenses.unfree;
homepage = https://docs.saucelabs.com/reference/sauce-connect/; homepage = https://docs.saucelabs.com/reference/sauce-connect/;
maintainers = with maintainers; [offline]; maintainers = with maintainers; [offline];
platforms = with platforms; platforms.linux; platforms = with platforms; platforms.linux;

View file

@ -40,7 +40,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Chromium-based cross-platform / cross-language application framework"; description = "Chromium-based cross-platform / cross-language application framework";
homepage = https://github.com/breach/thrust; homepage = https://github.com/breach/thrust;
license = [ licenses.mit ]; license = licenses.mit;
maintainers = [ maintainers.osener ]; maintainers = [ maintainers.osener ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://red.planetarena.org; homepage = http://red.planetarena.org;
# Engine is under GPLv2, everything else is under # Engine is under GPLv2, everything else is under
license = with licenses; unfreeRedistributable; license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ astsmtl ]; maintainers = with maintainers; [ astsmtl ];
platforms = platforms.linux; platforms = platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = ''A blobby volleyball game''; description = ''A blobby volleyball game'';
license = with stdenv.lib.licenses; bsd3; license = stdenv.lib.licenses.bsd3;
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [raskin]; maintainers = with stdenv.lib.maintainers; [raskin];
homepage = "http://blobby.sourceforge.net/"; homepage = "http://blobby.sourceforge.net/";

View file

@ -63,7 +63,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
inherit version; inherit version;
description = "Enhanched port of Duke Nukem 3D for various platforms"; description = "Enhanched port of Duke Nukem 3D for various platforms";
license = with licenses; gpl2Plus; license = licenses.gpl2Plus;
homepage = http://eduke32.com; homepage = http://eduke32.com;
maintainers = with maintainers; [ nckx sander ]; maintainers = with maintainers; [ nckx sander ];
}; };

View file

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
battle (or at least blow to bits in aesthetically pleasing ways). battle (or at least blow to bits in aesthetically pleasing ways).
''; '';
homepage = http://www.positech.co.uk/gratuitousspacebattles/index.html; homepage = http://www.positech.co.uk/gratuitousspacebattles/index.html;
license = with licenses; unfree; license = licenses.unfree;
maintainers = with maintainers; [ jcumming ]; maintainers = with maintainers; [ jcumming ];
platforms = [ "x86_64-linux" "i686-linux" ] ; platforms = [ "x86_64-linux" "i686-linux" ] ;
}; };

View file

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
realism". This results in a very unique, enjoyable and addictive game. realism". This results in a very unique, enjoyable and addictive game.
''; '';
homepage = http://www.urbanterror.net; homepage = http://www.urbanterror.net;
license = with licenses; unfreeRedistributable; license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ astsmtl ]; maintainers = with maintainers; [ astsmtl ];
platforms = platforms.linux; platforms = platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];

View file

@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
to life, and all the consequences that ensue. to life, and all the consequences that ensue.
''; '';
homepage = http://www.strangeloopgames.com; homepage = http://www.strangeloopgames.com;
license = with licenses; unfree; license = licenses.unfree;
maintainers = with maintainers; [ jcumming ]; maintainers = with maintainers; [ jcumming ];
}; };

View file

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://www.warsow.net; homepage = http://www.warsow.net;
# Engine is under GPLv2, everything else is under # Engine is under GPLv2, everything else is under
license = with licenses; unfreeRedistributable; license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ astsmtl ]; maintainers = with maintainers; [ astsmtl ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };

View file

@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
game, or that they are extremely delicious. game, or that they are extremely delicious.
''; '';
homepage = http://worldofgoo.com; homepage = http://worldofgoo.com;
license = with licenses; unfree; license = licenses.unfree;
maintainers = with maintainers; [ jcumming ]; maintainers = with maintainers; [ jcumming ];
}; };

View file

@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
aims to become the best possible open-source FPS of its kind. aims to become the best possible open-source FPS of its kind.
''; '';
homepage = http://www.xonotic.org; homepage = http://www.xonotic.org;
license = with stdenv.lib.licenses; gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ astsmtl ]; maintainers = with stdenv.lib.maintainers; [ astsmtl ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];

View file

@ -540,7 +540,7 @@ rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Analytics about your programming"; description = "Analytics about your programming";
homepage = https://wakatime.com; homepage = https://wakatime.com;
license = with licenses; bsd3; license = licenses.bsd3;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
inherit version; inherit version;
description = "Report system-wide file access events"; description = "Report system-wide file access events";
homepage = https://launchpad.net/fatrace/; homepage = https://launchpad.net/fatrace/;
license = with licenses; gpl3Plus; license = licenses.gpl3Plus;
longDescription = '' longDescription = ''
fatrace reports file access events from all running processes. fatrace reports file access events from all running processes.
Its main purpose is to find processes which keep waking up the disk Its main purpose is to find processes which keep waking up the disk

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
the internal hard drive and park its heads on the ramp when critical the internal hard drive and park its heads on the ramp when critical
situations are anticipated. This has no effect on SSD devices! situations are anticipated. This has no effect on SSD devices!
''; '';
license = with licenses; gpl2; license = licenses.gpl2;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Show progress of open files and file systems"; description = "Show progress of open files and file systems";
homepage = https://code.google.com/p/ftop/; homepage = https://code.google.com/p/ftop/;
license = with licenses; gpl3Plus; license = licenses.gpl3Plus;
longDescription = '' longDescription = ''
Ftop is to files what top is to processes. The progress of all open files Ftop is to files what top is to processes. The progress of all open files
and file systems can be monitored. If run as a regular user, the set of and file systems can be monitored. If run as a regular user, the set of

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
- Customizable multi-threaded caching - Customizable multi-threaded caching
''; '';
homepage = http://seasonofcode.com/pages/jfbview.html; homepage = http://seasonofcode.com/pages/jfbview.html;
license = with licenses; asl20; license = licenses.asl20;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation {
inherit version; inherit version;
description = "Log machine checks (memory, IO, and CPU hardware errors)"; description = "Log machine checks (memory, IO, and CPU hardware errors)";
homepage = http://mcelog.org/; homepage = http://mcelog.org/;
license = with licenses; gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };
} }

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://www.linux-phc.org/; homepage = http://www.linux-phc.org/;
downloadPage = "http://www.linux-phc.org/forum/viewtopic.php?f=7&t=267"; downloadPage = "http://www.linux-phc.org/forum/viewtopic.php?f=7&t=267";
license = with licenses; gpl2; license = licenses.gpl2;
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://sg.danny.cz/sg/sdparm.html; homepage = http://sg.danny.cz/sg/sdparm.html;
description = "A utility to access SCSI device parameters"; description = "A utility to access SCSI device parameters";
license = with licenses; bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };
} }

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Flexible dictionary server and client implementing RFC 2229"; description = "Flexible dictionary server and client implementing RFC 2229";
homepage = http://www.gnu.org/software/dico/; homepage = http://www.gnu.org/software/dico/;
license = with licenses; gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ lovek323 ]; maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -11,7 +11,7 @@
meta = with lib; { meta = with lib; {
description = "A monitoring framework that aims to be simple, malleable, and scalable"; description = "A monitoring framework that aims to be simple, malleable, and scalable";
homepage = http://sensuapp.org/; homepage = http://sensuapp.org/;
license = with licenses; mit; license = licenses.mit;
maintainers = with maintainers; [ theuni ]; maintainers = with maintainers; [ theuni ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
homepage = http://cassandra.apache.org/; homepage = http://cassandra.apache.org/;
description = "A massively scalable open source NoSQL database"; description = "A massively scalable open source NoSQL database";
platforms = with platforms; all; platforms = with platforms; all;
license = with licenses; asl20; license = licenses.asl20;
maintainers = with maintainers; [ nckx rushmorem ]; maintainers = with maintainers; [ nckx rushmorem ];
}; };
} }

View file

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
homepage = http://cassandra.apache.org/; homepage = http://cassandra.apache.org/;
description = "A massively scalable open source NoSQL database"; description = "A massively scalable open source NoSQL database";
platforms = with platforms; all; platforms = with platforms; all;
license = with licenses; asl20; license = licenses.asl20;
maintainers = with maintainers; [ nckx rushmorem ]; maintainers = with maintainers; [ nckx rushmorem ];
}; };
} }

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.creytiv.com/restund.html"; homepage = "http://www.creytiv.com/restund.html";
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [raskin]; maintainers = with stdenv.lib.maintainers; [raskin];
license = with stdenv.lib.licenses; bsd3; license = stdenv.lib.licenses.bsd3;
inherit version; inherit version;
downloadPage = "http://www.creytiv.com/pub/"; downloadPage = "http://www.creytiv.com/pub/";
updateWalker = true; updateWalker = true;

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";
license = with stdenv.lib.licenses; free; license = stdenv.lib.licenses.free;
maintainers = [ maintainers.AndersonTorres ]; maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

Some files were not shown because too many files have changed in this diff Show more