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:
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "A simple Lisp with an integrated database.";
|
||||
description = "A simple Lisp with an integrated database";
|
||||
homepage = http://picolisp.com/;
|
||||
license = licenses.mit;
|
||||
platform = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user