treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "A small, easy-to-use and fast header-only library for reading comma separated value (CSV) files";
|
||||
description = "Small, easy-to-use and fast header-only library for reading comma separated value (CSV) files";
|
||||
homepage = "https://github.com/ben-strasser/fast-cpp-csv-parser";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ bhipple ];
|
||||
|
||||
Reference in New Issue
Block a user