Skip to content

Commit bf995e3

Browse files
committed
treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
1 parent 55ce7a1 commit bf995e3

File tree

541 files changed

+591
-591
lines changed

Some content is hidden

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

541 files changed

+591
-591
lines changed

pkgs/applications/audio/buzztrax/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ stdenv.mkDerivation {
6565
env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
6666

6767
meta = with lib; {
68-
description = "Buzztrax is a modular music composer for Linux.";
68+
description = "Buzztrax is a modular music composer for Linux";
6969
homepage = "https://www.buzztrax.org/";
7070
license = licenses.lgpl21Plus;
7171
maintainers = [ maintainers.bendlas ];

pkgs/applications/audio/cider/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ appimageTools.wrapType2 rec {
2323
'';
2424

2525
meta = with lib; {
26-
description = "A new look into listening and enjoying Apple Music in style and performance.";
26+
description = "A new look into listening and enjoying Apple Music in style and performance";
2727
homepage = "https://github.com/ciderapp/Cider";
2828
license = licenses.agpl3Only;
2929
mainProgram = "cider";

pkgs/applications/audio/easyeffects/default.nix

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

113113
meta = with lib; {
114114
changelog = "https://github.com/wwmm/easyeffects/blob/v${version}/CHANGELOG.md";
115-
description = "Audio effects for PipeWire applications.";
115+
description = "Audio effects for PipeWire applications";
116116
homepage = "https://github.com/wwmm/easyeffects";
117117
license = licenses.gpl3Plus;
118118
maintainers = with maintainers; [ ];

pkgs/applications/audio/jack-passthrough/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
2424
buildInputs = [ fmt_9 libjack2 ];
2525

2626
meta = with lib; {
27-
description = "A simple app to help with JACK apps that behave strangely.";
27+
description = "A simple app to help with JACK apps that behave strangely";
2828
longDescription = ''
2929
Creates a JACK passthrough client with an arbitrary name and number of
3030
ports. Common uses include tricking stubborn applications into creating

pkgs/applications/audio/m4acut/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
1515
buildInputs = [ l-smash ];
1616

1717
meta = with lib; {
18-
description = "Losslessly & gaplessly cut m4a (AAC in MP4) files.";
18+
description = "Losslessly & gaplessly cut m4a (AAC in MP4) files";
1919
homepage = "https://github.com/nu774/m4acut";
2020
license = with licenses; [ bsdOriginal zlib ];
2121
maintainers = [ maintainers.chkno ];

pkgs/applications/audio/magnetophonDSP/shelfMultiBand/default.nix

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

3434
meta = {
35-
description = "A multiband compressor made from shelving filters.";
35+
description = "A multiband compressor made from shelving filters";
3636
homepage = "https://github.com/magnetophon/shelfMultiBand";
3737
license = lib.licenses.gpl3;
3838
maintainers = [ lib.maintainers.magnetophon ];

pkgs/applications/audio/mopidy/scrobbler.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
1717

1818
meta = with lib; {
1919
homepage = "https://github.com/mopidy/mopidy-scrobbler";
20-
description = "Mopidy extension for scrobbling played tracks to Last.fm.";
20+
description = "Mopidy extension for scrobbling played tracks to Last.fm";
2121
license = licenses.asl20;
2222
maintainers = with maintainers; [ jakeisnt ];
2323
};

pkgs/applications/audio/new-session-manager/default.nix

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

2020
meta = with lib; {
2121
homepage = "https://new-session-manager.jackaudio.org/";
22-
description = "A session manager designed for audio applications.";
22+
description = "A session manager designed for audio applications";
2323
maintainers = [ maintainers._6AA4FD ];
2424
license = licenses.gpl3Plus;
2525
platforms = ["x86_64-linux"];

pkgs/applications/audio/pbpctrl/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
2323
buildInputs = [ dbus ];
2424

2525
meta = with lib; {
26-
description = "Control Google Pixel Buds Pro from the Linux command line.";
26+
description = "Control Google Pixel Buds Pro from the Linux command line";
2727
homepage = "https://github.com/qzed/pbpctrl";
2828
license = with licenses; [ asl20 mit ];
2929
maintainers = [ maintainers.vanilla ];

pkgs/applications/audio/qpwgraph/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
3030
cmakeFlags = [ "-DCONFIG_WAYLAND=ON" ];
3131

3232
meta = with lib; {
33-
description = "Qt graph manager for PipeWire, similar to QjackCtl.";
33+
description = "Qt graph manager for PipeWire, similar to QjackCtl";
3434
longDescription = ''
3535
qpwgraph is a graph manager dedicated for PipeWire,
3636
using the Qt C++ framework, based and pretty much like

0 commit comments

Comments
 (0)