Commit bf995e36 authored by Alexis Hildebrandt's avatar Alexis Hildebrandt
Browse files

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";/'
parent 55ce7a10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ stdenv.mkDerivation {
  env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";

  meta = with lib; {
    description = "Buzztrax is a modular music composer for Linux.";
    description = "Buzztrax is a modular music composer for Linux";
    homepage = "https://www.buzztrax.org/";
    license = licenses.lgpl21Plus;
    maintainers = [ maintainers.bendlas ];
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ appimageTools.wrapType2 rec {
    '';

  meta = with lib; {
    description = "A new look into listening and enjoying Apple Music in style and performance.";
    description = "A new look into listening and enjoying Apple Music in style and performance";
    homepage = "https://github.com/ciderapp/Cider";
    license = licenses.agpl3Only;
    mainProgram = "cider";
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ stdenv.mkDerivation rec {

  meta = with lib; {
    changelog = "https://github.com/wwmm/easyeffects/blob/v${version}/CHANGELOG.md";
    description = "Audio effects for PipeWire applications.";
    description = "Audio effects for PipeWire applications";
    homepage = "https://github.com/wwmm/easyeffects";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ ];
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
  buildInputs = [ fmt_9 libjack2 ];

  meta = with lib; {
    description = "A simple app to help with JACK apps that behave strangely.";
    description = "A simple app to help with JACK apps that behave strangely";
    longDescription = ''
      Creates a JACK passthrough client with an arbitrary name and number of
      ports. Common uses include tricking stubborn applications into creating
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
  buildInputs = [ l-smash ];

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