summary refs log tree commit diff
path: root/pkgs/applications/misc/direwolf
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-02-27 17:24:00 +0000
committerzimbatm <zimbatm@zimbatm.com>2016-02-27 17:30:29 +0000
commit17348dc094e53f52fd48ad26443093662dd08212 (patch)
tree3d94f8e37b593c6462ada5a9476cfdfe94d3295d /pkgs/applications/misc/direwolf
parent158ff99ae41ff8f00a3b1efcdac56926304c6a14 (diff)
downloadnixpkgs-17348dc094e53f52fd48ad26443093662dd08212.tar
nixpkgs-17348dc094e53f52fd48ad26443093662dd08212.tar.gz
nixpkgs-17348dc094e53f52fd48ad26443093662dd08212.tar.bz2
nixpkgs-17348dc094e53f52fd48ad26443093662dd08212.tar.lz
nixpkgs-17348dc094e53f52fd48ad26443093662dd08212.tar.xz
nixpkgs-17348dc094e53f52fd48ad26443093662dd08212.tar.zst
nixpkgs-17348dc094e53f52fd48ad26443093662dd08212.zip
Remove all dots at end of descriptions
Specially crafted for @JagaJaga

    find pkgs -name "*.nix" -exec \
      sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
Diffstat (limited to 'pkgs/applications/misc/direwolf')
-rw-r--r--pkgs/applications/misc/direwolf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/direwolf/default.nix b/pkgs/applications/misc/direwolf/default.nix
index 51a48db34e9..0341ffc64af 100644
--- a/pkgs/applications/misc/direwolf/default.nix
+++ b/pkgs/applications/misc/direwolf/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    description = "A Soundcard Packet TNC, APRS Digipeater, IGate, APRStt gateway.";
+    description = "A Soundcard Packet TNC, APRS Digipeater, IGate, APRStt gateway";
     # On the page: This page will be disappearing on October 8, 2015.
     homepage = https://home.comcast.net/~wb2osz/site/;
     license = licenses.gpl2;