Skip to content

Commit 755b915

Browse files
committed
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/'
1 parent bf995e3 commit 755b915

File tree

6,503 files changed

+6778
-6777
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,503 files changed

+6778
-6777
lines changed

pkgs/README.md

Lines changed: 1 addition & 0 deletions

pkgs/applications/accessibility/squeekboard/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
6666
passthru.tests.phosh = nixosTests.phosh;
6767

6868
meta = with lib; {
69-
description = "A virtual keyboard supporting Wayland";
69+
description = "Virtual keyboard supporting Wayland";
7070
homepage = "https://gitlab.gnome.org/World/Phosh/squeekboard";
7171
license = licenses.gpl3Plus;
7272
maintainers = with maintainers; [ artturin ];

pkgs/applications/audio/AMB-plugins/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
2121
preInstall="mkdir -p $out/lib/ladspa";
2222

2323
meta = {
24-
description = "A set of ambisonics ladspa plugins";
24+
description = "Set of ambisonics ladspa plugins";
2525
longDescription = ''
2626
Mono and stereo to B-format panning, horizontal rotator, square, hexagon and cube decoders.
2727
'';

pkgs/applications/audio/FIL-plugins/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
2626
'';
2727

2828
meta = {
29-
description = "a four-band parametric equaliser, which has the nice property of being stable even while parameters are being changed";
29+
description = "Four-band parametric equaliser, which has the nice property of being stable even while parameters are being changed";
3030
longDescription = ''
3131
Each section has an active/bypass switch, frequency, bandwidth and gain controls.
3232
There is also a global bypass switch and gain control.

pkgs/applications/audio/aether-lv2/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
3131

3232
meta = with lib; {
3333
homepage = "https://dougal-s.github.io/Aether/";
34-
description = "An algorithmic reverb LV2 based on Cloudseed";
34+
description = "Algorithmic reverb LV2 based on Cloudseed";
3535
maintainers = [ maintainers.magnetophon ];
3636
platforms = platforms.linux;
3737
license = licenses.mit;

pkgs/applications/audio/amarok/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
3131

3232
meta = with lib; {
3333
homepage = "https://amarok.kde.org";
34-
description = "A powerful music player with an intuitive interface";
34+
description = "Powerful music player with an intuitive interface";
3535
license = licenses.gpl2Plus;
3636
maintainers = with maintainers; [ peterhoeg ];
3737
};

pkgs/applications/audio/amberol/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
7070

7171
meta = with lib; {
7272
homepage = "https://gitlab.gnome.org/World/amberol";
73-
description = "A small and simple sound and music player";
73+
description = "Small and simple sound and music player";
7474
maintainers = with maintainers; [ linsui ];
7575
license = licenses.gpl3Plus;
7676
platforms = platforms.linux;

pkgs/applications/audio/ams-lv2/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
2222
'';
2323

2424
meta = with lib; {
25-
description = "An LV2 port of the internal modules found in Alsa Modular Synth";
25+
description = "LV2 port of the internal modules found in Alsa Modular Synth";
2626
homepage = "https://github.com/blablack/ams-lv2";
2727
license = licenses.gpl3;
2828
maintainers = [ maintainers.goibhniu ];

pkgs/applications/audio/artyFX/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
1616

1717
meta = with lib; {
1818
homepage = "http://openavproductions.com/artyfx/";
19-
description = "A LV2 plugin bundle of artistic realtime effects";
19+
description = "LV2 plugin bundle of artistic realtime effects";
2020
license = licenses.gpl2;
2121
maintainers = [ maintainers.magnetophon ];
2222
platforms = platforms.linux;

pkgs/applications/audio/asunder/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
3535
'';
3636

3737
meta = with lib; {
38-
description = "A graphical Audio CD ripper and encoder for Linux";
38+
description = "Graphical Audio CD ripper and encoder for Linux";
3939
mainProgram = "asunder";
4040
homepage = "http://littlesvr.ca/asunder/index.php";
4141
license = licenses.gpl2;

0 commit comments

Comments
 (0)