diff options
author | Alexis Hildebrandt | 2024-06-07 09:46:46 +0200 |
---|---|---|
committer | Alexis Hildebrandt | 2024-06-09 23:07:45 +0200 |
commit | 755b915a158c9d588f08e9b08da9f7f3422070cc (patch) | |
tree | ed9d7ce9b076a21bc5893e366341188c26281e6c /pkgs/by-name/pa | |
parent | bf995e3641950f4183c1dd9010349263dfa0123b (diff) |
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/'
Diffstat (limited to 'pkgs/by-name/pa')
-rw-r--r-- | pkgs/by-name/pa/pablodraw/package.nix | 2 | ||||
-rw-r--r-- | pkgs/by-name/pa/pacproxy/package.nix | 2 | ||||
-rw-r--r-- | pkgs/by-name/pa/parallel-hashmap/package.nix | 2 | ||||
-rw-r--r-- | pkgs/by-name/pa/parinfer-rust-emacs/package.nix | 2 | ||||
-rw-r--r-- | pkgs/by-name/pa/passes/package.nix | 2 | ||||
-rw-r--r-- | pkgs/by-name/pa/passmark-performancetest/package.nix | 2 | ||||
-rw-r--r-- | pkgs/by-name/pa/payloadsallthethings/package.nix | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/by-name/pa/pablodraw/package.nix b/pkgs/by-name/pa/pablodraw/package.nix index 1f1d4ccd7935..793abf7f0158 100644 --- a/pkgs/by-name/pa/pablodraw/package.nix +++ b/pkgs/by-name/pa/pablodraw/package.nix @@ -58,7 +58,7 @@ buildDotnetModule rec { ''; meta = with lib; { - description = "An Ansi/Ascii text and RIPscrip vector graphic art editor/viewer with multi-user capabilities"; + description = "Ansi/Ascii text and RIPscrip vector graphic art editor/viewer with multi-user capabilities"; homepage = "https://picoe.ca/products/pablodraw"; license = licenses.mit; mainProgram = "PabloDraw"; diff --git a/pkgs/by-name/pa/pacproxy/package.nix b/pkgs/by-name/pa/pacproxy/package.nix index 9b6538b1c85c..b92cf6e10ace 100644 --- a/pkgs/by-name/pa/pacproxy/package.nix +++ b/pkgs/by-name/pa/pacproxy/package.nix @@ -17,7 +17,7 @@ buildGoModule rec { vendorHash = "sha256-0Go+xwzaT1qt+cJfcPkC8ft3eB/OZCvOi2Pnn/A/rtQ="; meta = with lib; { - description = "A no-frills local HTTP proxy server powered by a proxy auto-config (PAC) file"; + description = "No-frills local HTTP proxy server powered by a proxy auto-config (PAC) file"; homepage = "https://github.com/williambailey/pacproxy"; changelog = "https://github.com/williambailey/pacproxy/releases/tag/v${version}"; license = licenses.asl20; diff --git a/pkgs/by-name/pa/parallel-hashmap/package.nix b/pkgs/by-name/pa/parallel-hashmap/package.nix index 767b760c920a..6a944d804fce 100644 --- a/pkgs/by-name/pa/parallel-hashmap/package.nix +++ b/pkgs/by-name/pa/parallel-hashmap/package.nix @@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: { doCheck = true; meta = with lib; { - description = "A family of header-only, very fast and memory-friendly hashmap and btree containers"; + description = "Family of header-only, very fast and memory-friendly hashmap and btree containers"; homepage = "https://github.com/greg7mdp/parallel-hashmap"; changelog = "https://github.com/greg7mdp/parallel-hashmap/releases/tag/${finalAttrs.src.rev}"; license = licenses.asl20; diff --git a/pkgs/by-name/pa/parinfer-rust-emacs/package.nix b/pkgs/by-name/pa/parinfer-rust-emacs/package.nix index ec1c89edb343..8bed804d3d66 100644 --- a/pkgs/by-name/pa/parinfer-rust-emacs/package.nix +++ b/pkgs/by-name/pa/parinfer-rust-emacs/package.nix @@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-LmfcY9iR7BGh3dF/raSZTIwburtaQRI3I3XvOZG343M="; meta = with lib; { - description = "An emacs centric fork of parinfer-rust"; + description = "Emacs centric fork of parinfer-rust"; mainProgram = "parinfer-rust"; homepage = "https://github.com/justinbarclay/parinfer-rust-emacs"; license = licenses.isc; diff --git a/pkgs/by-name/pa/passes/package.nix b/pkgs/by-name/pa/passes/package.nix index e7abf9d95f00..a20a1fe80b84 100644 --- a/pkgs/by-name/pa/passes/package.nix +++ b/pkgs/by-name/pa/passes/package.nix @@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: { ]; meta = with lib; { - description = "A digital pass manager"; + description = "Digital pass manager"; mainProgram = "passes"; homepage = "https://github.com/pablo-s/passes"; license = licenses.gpl3Plus; diff --git a/pkgs/by-name/pa/passmark-performancetest/package.nix b/pkgs/by-name/pa/passmark-performancetest/package.nix index 87dc26aaaa0a..72914a647126 100644 --- a/pkgs/by-name/pa/passmark-performancetest/package.nix +++ b/pkgs/by-name/pa/passmark-performancetest/package.nix @@ -56,7 +56,7 @@ stdenv.mkDerivation rec { ''; meta = with lib; { - description = "A software tool that allows everybody to quickly assess the performance of their computer and compare it to a number of standard 'baseline' computer systems"; + description = "Software tool that allows everybody to quickly assess the performance of their computer and compare it to a number of standard 'baseline' computer systems"; homepage = "https://www.passmark.com"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; diff --git a/pkgs/by-name/pa/payloadsallthethings/package.nix b/pkgs/by-name/pa/payloadsallthethings/package.nix index bc6c76429c0a..9e70611c7d28 100644 --- a/pkgs/by-name/pa/payloadsallthethings/package.nix +++ b/pkgs/by-name/pa/payloadsallthethings/package.nix @@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation { meta = { homepage = "https://github.com/swisskyrepo/PayloadsAllTheThings"; - description = "A list of useful payloads and bypass for Web Application Security and Pentest/CTF"; + description = "List of useful payloads and bypass for Web Application Security and Pentest/CTF"; license = with lib.licenses; [ mit ]; maintainers = with lib.maintainers; [ shard7 ]; platforms = lib.platforms.all; |