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:30:29 +00:00
parent 158ff99ae4
commit 17348dc094
52 changed files with 294 additions and 294 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://www.linode.com/longview;
description = "Longview collects all of your system-level metrics and sends them to Linode.";
description = "Longview collects all of your system-level metrics and sends them to Linode";
license = licenses.gpl2Plus;
maintainers = [ maintainers.rvl ];
inherit version;