treewide: Remove the definite article from meta.description

nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
This commit is contained in:
Alexis Hildebrandt
2024-06-09 23:08:46 +02:00
parent 755b915a15
commit f8c4a98e8e
583 changed files with 618 additions and 618 deletions
@@ -31,7 +31,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "ailment" ];
meta = with lib; {
description = "The angr Intermediate Language";
description = "Angr Intermediate Language";
homepage = "https://github.com/angr/ailment";
license = with licenses; [ bsd2 ];
maintainers = with maintainers; [ fab ];