summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/piqi/default.nix
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/development/ocaml-modules/piqi/default.nix
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/development/ocaml-modules/piqi/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/piqi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/piqi/default.nix b/pkgs/development/ocaml-modules/piqi/default.nix
index 7cca68c4f79..20ce994c0a4 100644
--- a/pkgs/development/ocaml-modules/piqi/default.nix
+++ b/pkgs/development/ocaml-modules/piqi/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     homepage = http://piqi.org;
-    description = "Universal schema language and a collection of tools built around it.";
+    description = "Universal schema language and a collection of tools built around it";
     license = licenses.asl20;
     maintainers = [ maintainers.maurer ];
   };