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:
@@ -38,7 +38,7 @@ buildGoModule rec {
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "A Python interpreter written in Go";
|
||||
description = "Python interpreter written in Go";
|
||||
mainProgram = "gpython";
|
||||
homepage = "https://github.com/go-python/gpython";
|
||||
changelog = "https://github.com/go-python/gpython/releases/tag/${src.rev}";
|
||||
|
||||
Reference in New Issue
Block a user