summary refs log tree commit diff
path: root/pkgs/desktops
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/desktops
parent158ff99ae41ff8f00a3b1efcdac56926304c6a14 (diff)
downloadnixlib-17348dc094e53f52fd48ad26443093662dd08212.tar
nixlib-17348dc094e53f52fd48ad26443093662dd08212.tar.gz
nixlib-17348dc094e53f52fd48ad26443093662dd08212.tar.bz2
nixlib-17348dc094e53f52fd48ad26443093662dd08212.tar.lz
nixlib-17348dc094e53f52fd48ad26443093662dd08212.tar.xz
nixlib-17348dc094e53f52fd48ad26443093662dd08212.tar.zst
nixlib-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/desktops')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin.nix
index 3c76a87cbe3a..ff4e89a23cf3 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
-    description = "Whisker Menu is an alternate application launcher for Xfce.";
+    description = "Whisker Menu is an alternate application launcher for Xfce";
     platforms = platforms.linux;
     maintainers = [ maintainers.pjbarnoy ];
   };