treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
homepage = "https://commons.apache.org/proper/commons-daemon";
|
||||
description = "Apache Commons Daemon software is a set of utilities and Java support classes for running Java applications as server processes.";
|
||||
description = "Apache Commons Daemon software is a set of utilities and Java support classes for running Java applications as server processes";
|
||||
maintainers = with lib.maintainers; [ rsynnest ];
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
||||
license = lib.licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user