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

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

View File

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

View File

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

View File

@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = {
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;
};

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
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;
platforms = platforms.all;
maintainers = with maintainers; [ rushmorem ];

View File

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
'';
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;
license = stdenv.lib.licenses.mit;
maintainers = [ maintainers.jagajaga ];

View File

@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = {
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 ];
platforms = platforms.all;
license = licenses.asl20;