forked from mirrors/nixpkgs
Fixed some descriptions
This commit is contained in:
parent
aefa3a30f0
commit
512225ef81
|
@ -23,9 +23,9 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = "Fork of FLTK 1.3.0 with additional functionality.";
|
||||
description = "Fork of FLTK 1.3.0 with additional functionality";
|
||||
version = "${version}";
|
||||
homepage = "http://non.tuxfamily.org/";
|
||||
homepage = http://non.tuxfamily.org/;
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
|
|
@ -57,7 +57,7 @@ let requireSource = version: part: hash: (requireFile rec {
|
|||
dontPatchELF = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Oracle instant client libraries and sqlplus CLI.";
|
||||
description = "Oracle instant client libraries and sqlplus CLI";
|
||||
longDescription = ''
|
||||
Oracle instant client provides access to Oracle databases (OCI,
|
||||
OCCI, Pro*C, ODBC or JDBC). This package includes the sqlplus
|
||||
|
|
|
@ -20,7 +20,7 @@ buildOcaml rec {
|
|||
preConfigure = "./bootstrap";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "This library adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml.";
|
||||
description = "This library adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml";
|
||||
homepage = http://code.google.com/p/bitstring/;
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = [ maintainers.maurer ];
|
||||
|
|
|
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://github.com/grondo/edac-utils;
|
||||
description = "handles the reporting of hardware-related memory errors.";
|
||||
description = "Handles the reporting of hardware-related memory errors";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ wkennington ];
|
||||
|
|
|
@ -19,7 +19,7 @@ goPackages.buildGoPackage rec {
|
|||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tool to scrape a Prometheus client and dump the result as JSON.";
|
||||
description = "A tool to scrape a Prometheus client and dump the result as JSON";
|
||||
homepage = https://github.com/prometheus/prom2json;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ benley ];
|
||||
|
|
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
homepage = https://geteventstore.com/;
|
||||
description = "Event sourcing database with processing logic in JavaScript.";
|
||||
description = "Event sourcing database with processing logic in JavaScript";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = with stdenv.lib.maintainers; [ puffnfresh ];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
|
|
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||
doCheck = false; # no check rule
|
||||
|
||||
meta = {
|
||||
description = "PGP Tools is a collection for all kinds of pgp related things, including signing scripts, party preparation scripts etc.";
|
||||
description = "A collection for all kinds of pgp related things, including signing scripts, party preparation scripts etc";
|
||||
homepage = http://pgp-tools.alioth.debian.org;
|
||||
platforms = gnupg.meta.platforms;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
|
|
@ -280,8 +280,13 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
|||
outputFiles = [ "FSharp.AutoComplete/bin/Release/*" ];
|
||||
|
||||
meta = {
|
||||
description = "This project provides a command-line interface to the FSharp.Compiler.Service project. It is intended to be used as a backend service for rich editing or 'intellisense' features for editors.";
|
||||
homepage = "https://github.com/fsharp/FSharp.AutoComplete";
|
||||
description = "An interface to the FSharp.Compiler.Service project";
|
||||
longDescription = ''
|
||||
This project provides a command-line interface to the
|
||||
FSharp.Compiler.Service project. It is intended to be used as a backend
|
||||
service for rich editing or 'intellisense' features for editors.
|
||||
'';
|
||||
homepage = https://github.com/fsharp/FSharp.AutoComplete;
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = with stdenv.lib.maintainers; [ obadz ];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
|
@ -498,8 +503,8 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
|||
dontStrip = true;
|
||||
|
||||
meta = {
|
||||
description = "NDesk.Options is a callback-based program option parser for C#.";
|
||||
homepage = "http://www.ndesk.org/Options";
|
||||
description = "A callback-based program option parser for C#";
|
||||
homepage = http://www.ndesk.org/Options;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = with stdenv.lib.maintainers; [ obadz ];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
|
@ -677,8 +682,8 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
|||
outputFiles = [ "bin/net40/*" ];
|
||||
|
||||
meta = {
|
||||
description = "A declarative CLI argument/XML configuration parser for F# applications.";
|
||||
homepage = "http://nessos.github.io/UnionArgParser/";
|
||||
description = "A declarative CLI argument/XML configuration parser for F# applications";
|
||||
homepage = http://nessos.github.io/UnionArgParser/;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = with stdenv.lib.maintainers; [ obadz ];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
|
|
|
@ -5195,8 +5195,8 @@ let
|
|||
};
|
||||
|
||||
meta = {
|
||||
description = "simple wrapper around fribidi.";
|
||||
homepage = "https://github.com/pediapress/pyfribidi";
|
||||
description = "A simple wrapper around fribidi";
|
||||
homepage = https://github.com/pediapress/pyfribidi;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
};
|
||||
};
|
||||
|
@ -9295,7 +9295,8 @@ let
|
|||
};
|
||||
|
||||
meta = {
|
||||
description = ''PicoSAT is a popular SAT solver written by Armin
|
||||
description = "Python bindings for PicoSAT";
|
||||
longDescription = ''PicoSAT is a popular SAT solver written by Armin
|
||||
Biere in pure C. This package provides efficient Python bindings
|
||||
to picosat on the C level, i.e. when importing pycosat, the
|
||||
picosat solver becomes part of the Python process itself. For
|
||||
|
|
Loading…
Reference in a new issue