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:
@@ -13,7 +13,7 @@ bundlerEnv {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Your home directory is your castle. Don't leave your dotfiles behind.";
|
||||
description = "Your home directory is your castle. Don't leave your dotfiles behind";
|
||||
long_description =
|
||||
''
|
||||
Homesick is sorta like rip, but for dotfiles. It uses git to clone a repository containing
|
||||
|
||||
Reference in New Issue
Block a user