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

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://htmlcxx.sourceforge.net/;
description = "htmlcxx is a simple non-validating css1 and html parser for C++.";
description = "htmlcxx is a simple non-validating css1 and html parser for C++";
license = stdenv.lib.licenses.lgpl2;
platforms = stdenv.lib.platforms.linux;
};

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "A small, fast, portable implementation of TLS/SSL for embedded devices.";
description = "A small, fast, portable implementation of TLS/SSL for embedded devices";
homepage = "https://www.wolfssl.com/";
platforms = platforms.all;
maintainers = with maintainers; [ mcmtroffaes ];