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:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ pam ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Utility program to test the PAM facility.";
|
||||
description = "Utility program to test the PAM facility";
|
||||
homepage = http://pamtester.sourceforge.net/;
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user