Remove all dots at end of descriptions

Specially crafted for @JagaJaga

    find pkgs -name "*.nix" -exec \
      sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
This commit is contained in:
zimbatm
2016-02-27 17:24:00 +00:00
parent 158ff99ae4
commit 17348dc094
52 changed files with 294 additions and 294 deletions

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "Command-line tool for accessing the Backblaze B2 storage service.";
description = "Command-line tool for accessing the Backblaze B2 storage service";
homepage = https://github.com/Backblaze/B2_Command_Line_Tool;
license = licenses.mit;
maintainers = with maintainers; [ kevincox ];

View File

@@ -120,7 +120,7 @@ stdenv.mkDerivation {
meta = {
homepage = "https://github.com/rebar/rebar3";
description = "rebar 3.0 is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.";
description = "rebar 3.0 is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases";
longDescription = ''
rebar is a self-contained Erlang script, so it's easy to distribute or

View File

@@ -9,7 +9,7 @@ bundlerEnv {
gemset = ./gemset.nix;
meta = with lib; {
description = "Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.";
description = "Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain";
homepage = https://github.com/Compass/compass;
license = with licenses; mit;
maintainers = with maintainers; [ offline ];

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
installPhase = "make PREFIX=/ DESTDIR=$out install";
meta = with stdenv.lib; {
description = "DTS Coherent Acoustics decoder with support for HD extensions.";
description = "DTS Coherent Acoustics decoder with support for HD extensions";
maintainers = with maintainers; [ edwtjo ];
homepage = http://github.com/foo86/dcadec;
license = licenses.lgpl21;

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ python ];
meta = with stdenv.lib; {
description = "omniORB is a robust high performance CORBA ORB for C++ and Python. It is freely available under the terms of the GNU Lesser General Public License (for the libraries), and GNU General Public License (for the tools). omniORB is largely CORBA 2.6 compliant.";
description = "omniORB is a robust high performance CORBA ORB for C++ and Python. It is freely available under the terms of the GNU Lesser General Public License (for the libraries), and GNU General Public License (for the tools). omniORB is largely CORBA 2.6 compliant";
homepage = "http://omniorb.sourceforge.net/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ smironov ];