Fixed some descriptions

This commit is contained in:
Pascal Wittmann 2015-04-28 10:54:58 +02:00
parent 74742ad584
commit f99d5cf2fc
54 changed files with 77 additions and 78 deletions

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec{
else "install -D bitcoind $out/bin/primecoind"; else "install -D bitcoind $out/bin/primecoind";
meta = { meta = {
description = "A new type cryptocurrency which is proof-of-work based on searching for prime numbers."; description = "A new type cryptocurrency which is proof-of-work based on searching for prime numbers";
longDescription= '' longDescription= ''
Primecoin is an innovative cryptocurrency, a form of digital Primecoin is an innovative cryptocurrency, a form of digital
currency secured by cryptography and issued through a currency secured by cryptography and issued through a

View File

@ -16,7 +16,7 @@ pythonPackages.buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/dirkgroenen/mopidy-mopify; homepage = https://github.com/dirkgroenen/mopidy-mopify;
description = "A mopidy webclient based on the Spotify webbased interface."; description = "A mopidy webclient based on the Spotify webbased interface";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.Gonzih ]; maintainers = [ maintainers.Gonzih ];
}; };

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = "http://www.emacswiki.org/emacs/Icicles"; homepage = "http://www.emacswiki.org/emacs/Icicles";
description = "Enhance Emacs minibuffer input with cycling and powerful completion."; description = "Enhance Emacs minibuffer input with cycling and powerful completion";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ simons ]; maintainers = with stdenv.lib.maintainers; [ simons ];

View File

@ -227,7 +227,7 @@ in
name = "clion-${version}"; name = "clion-${version}";
version = "1.0"; version = "1.0";
build = "141.353"; build = "141.353";
description = "C/C++ IDE. New. Intelligent. Cross-platform."; description = "C/C++ IDE. New. Intelligent. Cross-platform";
license = stdenv.lib.licenses.unfree; license = stdenv.lib.licenses.unfree;
src = fetchurl { src = fetchurl {
url = "https://download.jetbrains.com/cpp/${name}.tar.gz"; url = "https://download.jetbrains.com/cpp/${name}.tar.gz";

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation {
env = yiEnv; env = yiEnv;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Allows Yi to find libraries and the compiler easily."; description = "Allows Yi to find libraries and the compiler easily";
# This wrapper and wrapper only is under PD # This wrapper and wrapper only is under PD
license = licenses.publicDomain; license = licenses.publicDomain;
maintainers = with maintainers; [ fuuzetsu ]; maintainers = with maintainers; [ fuuzetsu ];

View File

@ -30,7 +30,7 @@ cabal.mkDerivation (self: {
configureFlags = "-fpango -fvty"; configureFlags = "-fpango -fvty";
noHaddock = self.stdenv.lib.versionOlder self.ghc.version "7.8"; noHaddock = self.stdenv.lib.versionOlder self.ghc.version "7.8";
meta = { meta = {
homepage = "http://haskell.org/haskellwiki/Yi"; homepage = http://haskell.org/haskellwiki/Yi;
description = "The Haskell-Scriptable Editor"; description = "The Haskell-Scriptable Editor";
license = self.stdenv.lib.licenses.gpl2; license = self.stdenv.lib.licenses.gpl2;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = "http://ctodo.apakoh.dk/"; homepage = "http://ctodo.apakoh.dk/";
description = "A simple ncurses-based task list manager."; description = "A simple ncurses-based task list manager";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; maintainers = [ stdenv.lib.maintainers.matthiasbeyer ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Open source implementation of container cluster management."; description = "Open source implementation of container cluster management";
license = licenses.asl20; license = licenses.asl20;
homepage = https://github.com/GoogleCloudPlatform; homepage = https://github.com/GoogleCloudPlatform;
maintainers = with maintainers; [offline]; maintainers = with maintainers; [offline];

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://mesosphere.github.io/marathon; homepage = https://mesosphere.github.io/marathon;
description = "Cluster-wide init and control system for services in cgroups or Docker containers."; description = "Cluster-wide init and control system for services in cgroups or Docker containers";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ rushmorem ]; maintainers = with maintainers; [ rushmorem ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -14,7 +14,7 @@ pythonPackages.buildPythonPackage rec {
meta = { meta = {
homepage = "http://offog.org/code/rawdog/"; homepage = "http://offog.org/code/rawdog/";
description = "an RSS Aggregator Without Delusions Of Grandeur."; description = "An RSS Aggregator Without Delusions Of Grandeur";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platform = stdenv.lib.platforms.unix; platform = stdenv.lib.platforms.unix;
}; };

View File

@ -90,7 +90,7 @@ releaseTools.mvnBuild rec {
''; '';
meta = { meta = {
description = "The K Framework is a rewrite-based executable semantic framework in which programming languages, type systems and formal analysis tools can be defined."; description = "A rewrite-based executable semantic framework in which programming languages, type systems and formal analysis tools can be defined";
homepage = http://www.kframework.org; homepage = http://www.kframework.org;
license = stdenv.lib.licenses.bsd3; # technically it is the UIUC/NCSA license license = stdenv.lib.licenses.bsd3; # technically it is the UIUC/NCSA license
# but LLVM uses that license as well and # but LLVM uses that license as well and

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
preferLocalBuild = true; preferLocalBuild = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A monospace bitmap font aimed at programmers."; description = "A monospace bitmap font aimed at programmers";
longDescription = '' longDescription = ''
Dina is a monospace bitmap font, primarily aimed at programmers. It is Dina is a monospace bitmap font, primarily aimed at programmers. It is
relatively compact to allow a lot of code on screen, while (hopefully) relatively compact to allow a lot of code on screen, while (hopefully)

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/UniMath/UniMath; homepage = https://github.com/UniMath/UniMath;
description = "UniMath aims to formalize a substantial body of mathematics using the univalent point of view."; description = "A formalization of a substantial body of mathematics using the univalent point of view";
maintainers = with maintainers; [ jwiegley ]; maintainers = with maintainers; [ jwiegley ];
platforms = coq.meta.platforms; platforms = coq.meta.platforms;
}; };

View File

@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "https://launchpad.net/geis"; homepage = "https://launchpad.net/geis";
description = "GEIS is a library for applications and toolkit programmers which provides a consistent platform independent interface for any system-wide input gesture recognition mechanism."; description = "A library for applications and toolkit programmers which provides a consistent platform independent interface for any system-wide input gesture recognition mechanism";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -20,9 +20,9 @@ stdenv.mkDerivation {
buildInputs = [ autoconf automake libtool pkgconfig perl git libevent openssl]; buildInputs = [ autoconf automake libtool pkgconfig perl git libevent openssl];
meta = { meta = {
description = "C client library for Couchbase."; description = "C client library for Couchbase";
homepage = "https://github.com/couchbase/libcouchbase"; homepage = "https://github.com/couchbase/libcouchbase";
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
} }

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig libmnl ]; buildInputs = [ pkgconfig libmnl ];
meta = { meta = {
description = "Userspace library that provides the programming interface to the user-space connection tracking helper infrastructure."; description = "Userspace library that provides the programming interface to the user-space connection tracking helper infrastructure";
longDescription = '' longDescription = ''
libnetfilter_cthelper is the userspace library that provides the programming interface libnetfilter_cthelper is the userspace library that provides the programming interface
to the user-space helper infrastructure available since Linux kernel 3.6. With this to the user-space helper infrastructure available since Linux kernel 3.6. With this

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig libmnl ]; buildInputs = [ pkgconfig libmnl ];
meta = { meta = {
description = "Userspace library that provides the programming interface to the connection tracking timeout infrastructure."; description = "Userspace library that provides the programming interface to the connection tracking timeout infrastructure";
longDescription = '' longDescription = ''
libnetfilter_cttimeout is the userspace library that provides the programming libnetfilter_cttimeout is the userspace library that provides the programming
interface to the fine-grain connection tracking timeout infrastructure. interface to the fine-grain connection tracking timeout infrastructure.

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = https://github.com/scrosby/OSM-binary; homepage = https://github.com/scrosby/OSM-binary;
description = "C library to read and write OpenStreetMap PBF files."; description = "C library to read and write OpenStreetMap PBF files";
license = stdenv.lib.licenses.lgpl3; license = stdenv.lib.licenses.lgpl3;
}; };
} }

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = https://github.com/luabind/luabind; homepage = https://github.com/luabind/luabind;
description = "Luabind is a library that helps you create bindings between C++ and Lua."; description = "A library that helps you create bindings between C++ and Lua";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}; };
} }

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation {
homepage = "http://forge.scilab.org/index.php/p/arpack-ng/"; homepage = "http://forge.scilab.org/index.php/p/arpack-ng/";
description = '' description = ''
A collection of Fortran77 subroutines to solve large scale eigenvalue A collection of Fortran77 subroutines to solve large scale eigenvalue
problems. problems
''; '';
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
maintainers = [ stdenv.lib.maintainers.ttuegel ]; maintainers = [ stdenv.lib.maintainers.ttuegel ];

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = https://github.com/stxxl/stxxl; homepage = https://github.com/stxxl/stxxl;
description = "STXXL is an implementation of the C++ standard template library STL for external memory (out-of-core) computations."; description = "An implementation of the C++ standard template library STL for external memory (out-of-core) computations";
license = stdenv.lib.licenses.boost; license = stdenv.lib.licenses.boost;
}; };
} }

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
]; ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "an event system based on the talloc memory management library."; description = "An event system based on the talloc memory management library";
homepage = http://tevent.samba.org/; homepage = http://tevent.samba.org/;
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ wkennington ]; maintainers = with maintainers; [ wkennington ];

View File

@ -20,7 +20,7 @@ let lispPackages = rec {
clx = buildLispPackage rec { clx = buildLispPackage rec {
baseName = "clx"; baseName = "clx";
version = "git-20150117"; version = "git-20150117";
description = "An implementation of the X Window System protocol in Lisp."; description = "An implementation of the X Window System protocol in Lisp";
deps = []; deps = [];
# Source type: git # Source type: git
src = pkgs.fetchgit { src = pkgs.fetchgit {
@ -98,7 +98,7 @@ let lispPackages = rec {
clx-truetype = buildLispPackage rec { clx-truetype = buildLispPackage rec {
baseName = "clx-truetype"; baseName = "clx-truetype";
version = "git-20141112"; version = "git-20141112";
description = "clx-truetype is pure common lisp solution for antialiased TrueType font rendering using CLX and XRender extension."; description = "clx-truetype is pure common lisp solution for antialiased TrueType font rendering using CLX and XRender extension";
deps = [cl-fad cl-store cl-vectors clx trivial-features zpb-ttf]; deps = [cl-fad cl-store cl-vectors clx trivial-features zpb-ttf];
# Source type: git # Source type: git
src = pkgs.fetchgit { src = pkgs.fetchgit {
@ -178,7 +178,7 @@ let lispPackages = rec {
trivial-features = buildLispPackage rec { trivial-features = buildLispPackage rec {
baseName = "trivial-features"; baseName = "trivial-features";
version = "git-20141112"; version = "git-20141112";
description = "Ensures consistent *FEATURES* across multiple CLs."; description = "Ensures consistent *FEATURES* across multiple CLs";
deps = []; deps = [];
# Source type: git # Source type: git
src = pkgs.fetchgit { src = pkgs.fetchgit {
@ -280,7 +280,7 @@ let lispPackages = rec {
babel = buildLispPackage rec { babel = buildLispPackage rec {
baseName = "babel"; baseName = "babel";
version = "git-20141113"; version = "git-20141113";
description = "Babel, a charset conversion library."; description = "A charset conversion library";
deps = [alexandria trivial-features]; deps = [alexandria trivial-features];
# Source type: git # Source type: git
src = pkgs.fetchgit { src = pkgs.fetchgit {
@ -408,7 +408,7 @@ let lispPackages = rec {
trivial-gray-streams = buildLispPackage rec { trivial-gray-streams = buildLispPackage rec {
baseName = "trivial-gray-streams"; baseName = "trivial-gray-streams";
version = "git-20141113"; version = "git-20141113";
description = "Compatibility layer for Gray Streams (see http://www.cliki.net/Gray%20streams)."; description = "Compatibility layer for Gray Streams (see http://www.cliki.net/Gray%20streams)";
deps = []; deps = [];
# Source type: git # Source type: git
src = pkgs.fetchgit { src = pkgs.fetchgit {
@ -421,7 +421,7 @@ let lispPackages = rec {
cl-ssl = buildLispPackage rec { cl-ssl = buildLispPackage rec {
baseName = "cl+ssl"; baseName = "cl+ssl";
version = "git-20141113"; version = "git-20141113";
description = "Common Lisp interface to OpenSSL."; description = "Common Lisp interface to OpenSSL";
deps = [bordeaux-threads cffi flexi-streams trivial-garbage trivial-gray-streams]; deps = [bordeaux-threads cffi flexi-streams trivial-garbage trivial-gray-streams];
# Source type: git # Source type: git
src = pkgs.fetchgit { src = pkgs.fetchgit {
@ -448,7 +448,7 @@ let lispPackages = rec {
trivial-garbage = buildLispPackage rec { trivial-garbage = buildLispPackage rec {
baseName = "trivial-garbage"; baseName = "trivial-garbage";
version = "git-20141113"; version = "git-20141113";
description = "Portable finalizers, weak hash-tables and weak pointers."; description = "Portable finalizers, weak hash-tables and weak pointers";
deps = []; deps = [];
# Source type: git # Source type: git
src = pkgs.fetchgit { src = pkgs.fetchgit {
@ -461,7 +461,7 @@ let lispPackages = rec {
cl-base64 = buildLispPackage rec { cl-base64 = buildLispPackage rec {
baseName = "cl-base64"; baseName = "cl-base64";
version = "git-20141113"; version = "git-20141113";
description = "Base64 encoding and decoding with URI support."; description = "Base64 encoding and decoding with URI support";
deps = []; deps = [];
# Source type: git # Source type: git
src = pkgs.fetchgit { src = pkgs.fetchgit {

View File

@ -11,7 +11,7 @@ bundlerEnv {
buildInputs = [ perl ]; buildInputs = [ perl ];
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 = with licenses; asl20;
maintainers = with maintainers; [ offline ]; maintainers = with maintainers; [ offline ];

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Oracle's Oracle DB GUI client."; description = "Oracle's Oracle DB GUI client";
longDescription = '' longDescription = ''
Oracle SQL Developer is a free integrated development environment that Oracle SQL Developer is a free integrated development environment that
simplifies the development and management of Oracle Database in both simplifies the development and management of Oracle Database in both

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [ xz ]; buildInputs = [ xz ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Archive of autoconf m4 macros."; description = "Archive of autoconf m4 macros";
homepage = http://www.gnu.org/software/autoconf-archive/; homepage = http://www.gnu.org/software/autoconf-archive/;
license = licenses.gpl3; license = licenses.gpl3;
}; };

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://sourceforge.net/projects/checkbaskisms/; homepage = http://sourceforge.net/projects/checkbaskisms/;
description = "Performs basic checks on shell scripts for the presence of non portable syntax."; description = "Performs basic checks on shell scripts for the presence of non portable syntax";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
}; };

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = http://kmkeen.com/jshon; homepage = http://kmkeen.com/jshon;
description = "JSON parser designed for maximum convenience within the shell."; description = "JSON parser designed for maximum convenience within the shell";
license = licenses.free; license = licenses.free;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ rushmorem ]; maintainers = with maintainers; [ rushmorem ];

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A utility intended to provide Rust code completion for editors and IDEs."; description = "A utility intended to provide Rust code completion for editors and IDEs";
homepage = https://github.com/phildawes/racer; homepage = https://github.com/phildawes/racer;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = [ maintainers.jagajaga ]; maintainers = [ maintainers.jagajaga ];

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = https://code.google.com/p/selenium; homepage = https://code.google.com/p/selenium;
description = "Test automation for native or hybrid Android apps and the mobile web."; description = "Test automation for native or hybrid Android apps and the mobile web";
maintainers = with maintainers; [ offline ]; maintainers = with maintainers; [ offline ];
platforms = platforms.all; platforms = platforms.all;
license = licenses.asl20; license = licenses.asl20;

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation {
configureFlags = [ "--with-gtk" "--with--board3d" ]; configureFlags = [ "--with-gtk" "--with--board3d" ];
meta = with stdenv.lib; meta = with stdenv.lib;
{ description = "World class backgammon application."; { description = "World class backgammon application";
homepage = http://www.gnubg.org/; homepage = http://www.gnubg.org/;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.emery ]; maintainers = [ maintainers.emery ];

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation {
name = "scrolls-2014-03-08"; name = "scrolls-2014-03-08";
meta = { meta = {
description = "Scrolls is a strategy collectible card game."; description = "A strategy collectible card game";
homepage = "https://scrolls.com/"; homepage = "https://scrolls.com/";
# http://www.reddit.com/r/Scrolls/comments/2j3pxw/linux_client_experimental/ # http://www.reddit.com/r/Scrolls/comments/2j3pxw/linux_client_experimental/

View File

@ -17,7 +17,7 @@ in stdenv.mkDerivation ({
cmake ../${name} -DCMAKE_INSTALL_PREFIX=$out -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=ON cmake ../${name} -DCMAKE_INSTALL_PREFIX=$out -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=ON
''; '';
meta = { meta = {
description = "CDemu is a software suite designed to emulate an optical drive and disc (including CD-ROMs and DVD-ROMs) on the Linux operating system."; description = "A Software suite designed to emulate an optical drive and disc (including CD-ROMs and DVD-ROMs) on the Linux operating system";
longDescription = '' longDescription = ''
CDEmu consists of: CDEmu consists of:

View File

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "http://exim.org/"; homepage = "http://exim.org/";
description = "Exim is a mail transfer agent (MTA) for hosts that are running Unix or Unix-like operating systems."; description = "A mail transfer agent (MTA) for hosts that are running Unix or Unix-like operating systems";
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.tv ]; maintainers = [ stdenv.lib.maintainers.tv ];

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Analyzes resource usage and performance characteristics of running docker containers."; description = "Analyzes resource usage and performance characteristics of running docker containers";
homepage = https://github.com/google/cadvisor; homepage = https://github.com/google/cadvisor;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ offline ]; maintainers = with maintainers; [ offline ];

View File

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

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = https://github.com/Project-OSRM/osrm-backend/wiki; homepage = https://github.com/Project-OSRM/osrm-backend/wiki;
description = "Open Source Routing Machine computes shortest paths in a graph. It was designed to run well with map data from the Openstreetmap Project."; description = "Open Source Routing Machine computes shortest paths in a graph. It was designed to run well with map data from the Openstreetmap Project";
license = stdenv.lib.licenses.bsd2; license = stdenv.lib.licenses.bsd2;
}; };
} }

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://pgpool.net/mediawiki/index.php; homepage = http://pgpool.net/mediawiki/index.php;
description = "a middleware that works between postgresql servers and postgresql clients."; description = "A middleware that works between postgresql servers and postgresql clients";
license = licenses.free; license = licenses.free;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ]; maintainers = with maintainers; [ wkennington ];

View File

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.bareos.org/; homepage = http://www.bareos.org/;
description = "a fork of the bacula project."; description = "A fork of the bacula project";
license = licenses.agpl3; license = licenses.agpl3;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ]; maintainers = with maintainers; [ wkennington ];

View File

@ -10,7 +10,7 @@ pythonPackages.buildPythonPackage rec {
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Do The Right Extraction: A tool for taking the hassle out of extracting archives."; description = "Do The Right Extraction: A tool for taking the hassle out of extracting archives";
homepage = "http://brettcsmith.org/2007/dtrx/"; homepage = "http://brettcsmith.org/2007/dtrx/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.spwhitt ]; maintainers = [ maintainers.spwhitt ];

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Quickly find duplicate files."; description = "Quickly find duplicate files";
homepage = http://duff.dreda.org/; homepage = http://duff.dreda.org/;
license = with licenses; zlib; license = with licenses; zlib;
longDescription = '' longDescription = ''

View File

@ -11,7 +11,7 @@ bundlerEnv {
buildInputs = [ curl ]; buildInputs = [ curl ];
meta = with lib; { meta = with lib; {
description = "Fluentd data collector."; description = "A data collector";
homepage = http://www.fluentd.org/; homepage = http://www.fluentd.org/;
license = with licenses; asl20; license = with licenses; asl20;
maintainers = with maintainers; [ offline ]; maintainers = with maintainers; [ offline ];

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
postInstall = "wrapProgram $out/bin/chronic --prefix PERL5LIB : $PERL5LIB"; postInstall = "wrapProgram $out/bin/chronic --prefix PERL5LIB : $PERL5LIB";
meta = { meta = {
description = "Growing collection of the unix tools that nobody thought to write long ago when unix was young."; description = "Growing collection of the unix tools that nobody thought to write long ago when unix was young";
homepage = https://joeyh.name/code/moreutils/; homepage = https://joeyh.name/code/moreutils/;
maintainers = with maintainers; [ koral ]; maintainers = with maintainers; [ koral ];
}; };

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
installPhase = "scons --prefix=$out install"; installPhase = "scons --prefix=$out install";
meta = { meta = {
description = "Extremely fast tool to remove duplicates and other lint from your filesystem."; description = "Extremely fast tool to remove duplicates and other lint from your filesystem";
homepage = http://rmlint.readthedocs.org; homepage = http://rmlint.readthedocs.org;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3; license = licenses.gpl3;

View File

@ -9,7 +9,7 @@ bundlerEnv {
gemset = ./gemset.nix; gemset = ./gemset.nix;
meta = with lib; { meta = with lib; {
description = "A command-line power tool for Twitter."; description = "A command-line power tool for Twitter";
homepage = http://sferik.github.io/t/; homepage = http://sferik.github.io/t/;
license = with licenses; asl20; license = with licenses; asl20;
maintainers = with maintainers; [ offline ]; maintainers = with maintainers; [ offline ];

View File

@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "HTTP benchmarking tool."; description = "HTTP benchmarking tool";
homepage = http://github.com/wg/wrk; homepage = http://github.com/wg/wrk;
longDescription = '' longDescription = ''
wrk is a modern HTTP benchmarking tool capable of generating wrk is a modern HTTP benchmarking tool capable of generating

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig readline libxml2 ]; buildInputs = [ pkgconfig readline libxml2 ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Configuration editing tool."; description = "Configuration editing tool";
license = licenses.lgpl2; license = licenses.lgpl2;
homepage = http://augeas.net/; homepage = http://augeas.net/;
maintainers = with maintainers; [offline]; maintainers = with maintainers; [offline];

View File

@ -20,7 +20,7 @@ let honcho = buildPythonPackage rec {
doCheck = false; doCheck = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A Python clone of Foreman, a tool for managing Procfile-based applications."; description = "A Python clone of Foreman, a tool for managing Procfile-based applications";
license = licenses.mit; license = licenses.mit;
homepage = https://github.com/nickstenning/honcho; homepage = https://github.com/nickstenning/honcho;
maintainers = with maintainers; [ benley ]; maintainers = with maintainers; [ benley ];

View File

@ -14,7 +14,7 @@ pythonPackages.buildPythonPackage rec {
meta = { meta = {
homepage = https://pypi.python.org/pypi/grin; homepage = https://pypi.python.org/pypi/grin;
description = "A grep program configured the way I like it."; description = "A grep program configured the way I like it";
platform = stdenv.lib.platforms.all; platform = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.sjagoe ]; maintainers = [ stdenv.lib.maintainers.sjagoe ];
}; };

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation {
''; '';
meta = { meta = {
description = "html2text is a command line utility, written in C++, that converts HTML documents into plain text."; description = "A command line utility, written in C++, that converts HTML documents into plain text";
homepage = http://www.mbayer.de/html2text/; homepage = http://www.mbayer.de/html2text/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View File

@ -448,7 +448,7 @@ let self = _self // overrides; _self = with self; {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://github.com/jteeuwen/go-bindata"; homepage = "https://github.com/jteeuwen/go-bindata";
description = "A small utility which generates Go code from any file. Useful for embedding binary data in a Go program."; description = "A small utility which generates Go code from any file, useful for embedding binary data in a Go program";
maintainers = with maintainers; [ cstrahan ]; maintainers = with maintainers; [ cstrahan ];
license = licenses.cc0 ; license = licenses.cc0 ;
platforms = platforms.all; platforms = platforms.all;

View File

@ -74,7 +74,7 @@ let
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://luaforge.net/projects/luaevent/; homepage = http://luaforge.net/projects/luaevent/;
description = "Binding of libevent to Lua."; description = "Binding of libevent to Lua";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.koral ]; maintainers = [ maintainers.koral ];
}; };

View File

@ -6727,7 +6727,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "0s0albdw0zvg3w37s7is7gddr4mqwicjxxsy400n1p96l7ipnw4x"; sha256 = "0s0albdw0zvg3w37s7is7gddr4mqwicjxxsy400n1p96l7ipnw4x";
}; };
meta = { meta = {
description = "Mozilla's ldap client library."; description = "Mozilla's ldap client library";
license = "unknown"; license = "unknown";
}; };
}; };

View File

@ -435,7 +435,7 @@ let
meta = { meta = {
homepage = http://github.com/celery/py-amqp; homepage = http://github.com/celery/py-amqp;
description = "Python client for the Advanced Message Queuing Procotol (AMQP). This is a fork of amqplib which is maintained by the Celery project."; description = "Python client for the Advanced Message Queuing Procotol (AMQP). This is a fork of amqplib which is maintained by the Celery project";
license = licenses.lgpl21; license = licenses.lgpl21;
}; };
}; };
@ -668,7 +668,7 @@ let
}; };
meta = { meta = {
description = "Utilities and Python modules for handling audio."; description = "Utilities and Python modules for handling audio";
homepage = "http://audiotools.sourceforge.net/"; homepage = "http://audiotools.sourceforge.net/";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
}; };
@ -794,7 +794,7 @@ let
meta = { meta = {
homepage = http://pypi.python.org/pypi/babelfish; homepage = http://pypi.python.org/pypi/babelfish;
description = "A module to work with countries and languages."; description = "A module to work with countries and languages";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}; };
}; };
@ -1172,7 +1172,7 @@ let
propagatedBuildInputs = with self; [ six html5lib ]; propagatedBuildInputs = with self; [ six html5lib ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "An easy, HTML5, whitelisting HTML sanitizer."; description = "An easy, HTML5, whitelisting HTML sanitizer";
longDescription = '' longDescription = ''
Bleach is an HTML sanitizing library that escapes or strips markup and Bleach is an HTML sanitizing library that escapes or strips markup and
attributes based on a white list. Bleach can also linkify text safely, attributes based on a white list. Bleach can also linkify text safely,
@ -5784,7 +5784,7 @@ let
meta = { meta = {
homepage = http://pypi.python.org/pypi/guessit; homepage = http://pypi.python.org/pypi/guessit;
license = stdenv.lib.licenses.lgpl3; license = stdenv.lib.licenses.lgpl3;
description = "A library for guessing information from video files."; description = "A library for guessing information from video files";
}; };
}; };
@ -6227,7 +6227,7 @@ let
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://maebert.github.io/jrnl/; homepage = http://maebert.github.io/jrnl/;
description = "A simple command line journal application that stores your journal in a plain text file."; description = "A simple command line journal application that stores your journal in a plain text file";
license = licenses.mit; license = licenses.mit;
}; };
}; };
@ -6775,7 +6775,7 @@ let
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = '' description = ''
A content management platform built using the Django framework. A content management platform built using the Django framework
''; '';
longDescription = '' longDescription = ''
Mezzanine is a powerful, consistent, and flexible content management Mezzanine is a powerful, consistent, and flexible content management
@ -7713,8 +7713,8 @@ let
}; };
meta = { meta = {
homepage = "http://code.google.com/p/oauth"; homepage = http://code.google.com/p/oauth;
description = "Library for OAuth version 1.0a."; description = "Library for OAuth version 1.0a";
license = licenses.mit; license = licenses.mit;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };
@ -9490,7 +9490,7 @@ let
meta = { meta = {
homepage = http://pyparsing.wikispaces.com/; homepage = http://pyparsing.wikispaces.com/;
description = "The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions."; description = "An alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions";
}; };
}; };
@ -11636,7 +11636,7 @@ let
propagatedBuildInputs = with self; [ docutils jinja2 pygments sphinx_rtd_theme alabaster Babel snowballstemmer six ]; propagatedBuildInputs = with self; [ docutils jinja2 pygments sphinx_rtd_theme alabaster Babel snowballstemmer six ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects."; description = "A tool that makes it easy to create intelligent and beautiful documentation for Python projects";
homepage = http://sphinx.pocoo.org/; homepage = http://sphinx.pocoo.org/;
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.unix; platforms = platforms.unix;
@ -13004,7 +13004,7 @@ let
propagatedBuildInputs = with pythonPackages; [ feedparser pytz lxml praw pyenchant pygeoip backports_ssl_match_hostname_3_4_0_2 ]; propagatedBuildInputs = with pythonPackages; [ feedparser pytz lxml praw pyenchant pygeoip backports_ssl_match_hostname_3_4_0_2 ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Willie is a simple, lightweight, open source, easy-to-use IRC utility bot, written in Python."; description = "A simple, lightweight, open source, easy-to-use IRC utility bot, written in Python";
homepage = http://willie.dftba.net/; homepage = http://willie.dftba.net/;
license = licenses.efl20; license = licenses.efl20;
}; };
@ -14796,8 +14796,8 @@ let
propagatedBuildInputs = with self; [ nose ]; propagatedBuildInputs = with self; [ nose ];
meta = { meta = {
homepage = "https://more-itertools.readthedocs.org"; homepage = https://more-itertools.readthedocs.org;
description = "Expansion of the itertools module."; description = "Expansion of the itertools module";
license = licenses.mit; license = licenses.mit;
}; };
}; };
@ -14830,7 +14830,7 @@ let
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Collection of fancy functional tools focused on practicality."; description = "Collection of fancy functional tools focused on practicality";
homepage = "http://funcy.readthedocs.org/"; homepage = "http://funcy.readthedocs.org/";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;