From 755b915a158c9d588f08e9b08da9f7f3422070cc Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Fri, 7 Jun 2024 09:46:46 +0200 Subject: 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/' --- pkgs/tools/audio/abcm2ps/default.nix | 2 +- pkgs/tools/audio/beets/plugins/extrafiles.nix | 2 +- pkgs/tools/audio/dsp/default.nix | 2 +- pkgs/tools/audio/ezstream/default.nix | 2 +- pkgs/tools/audio/glyr/default.nix | 2 +- pkgs/tools/audio/goxlr-utility/default.nix | 2 +- pkgs/tools/audio/gvolicon/default.nix | 2 +- pkgs/tools/audio/mp3cat/default.nix | 2 +- pkgs/tools/audio/mpd-mpris/default.nix | 2 +- pkgs/tools/audio/mpd-sima/default.nix | 2 +- pkgs/tools/audio/mpdcron/default.nix | 2 +- pkgs/tools/audio/opl3bankeditor/common.nix | 2 +- pkgs/tools/audio/piper/default.nix | 2 +- pkgs/tools/audio/shaq/default.nix | 2 +- pkgs/tools/audio/tidal-dl/default.nix | 2 +- pkgs/tools/audio/trx/default.nix | 2 +- pkgs/tools/audio/vgmtools/default.nix | 2 +- pkgs/tools/audio/volumeicon/default.nix | 2 +- pkgs/tools/audio/wyoming/openwakeword.nix | 2 +- pkgs/tools/audio/yabridge/default.nix | 2 +- pkgs/tools/audio/yabridgectl/default.nix | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) (limited to 'pkgs/tools/audio') diff --git a/pkgs/tools/audio/abcm2ps/default.nix b/pkgs/tools/audio/abcm2ps/default.nix index 96893b8fe0721..4ea58d9c2d77a 100644 --- a/pkgs/tools/audio/abcm2ps/default.nix +++ b/pkgs/tools/audio/abcm2ps/default.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { homepage = "http://moinejf.free.fr/"; license = licenses.lgpl3Plus; - description = "A command line program which converts ABC to music sheet in PostScript or SVG format"; + description = "Command line program which converts ABC to music sheet in PostScript or SVG format"; platforms = platforms.unix; maintainers = [ maintainers.dotlambda ]; mainProgram = "abcm2ps"; diff --git a/pkgs/tools/audio/beets/plugins/extrafiles.nix b/pkgs/tools/audio/beets/plugins/extrafiles.nix index 02ac96c2bb405..829d55c257e5f 100644 --- a/pkgs/tools/audio/beets/plugins/extrafiles.nix +++ b/pkgs/tools/audio/beets/plugins/extrafiles.nix @@ -30,7 +30,7 @@ python3Packages.buildPythonApplication { meta = { homepage = "https://github.com/Holzhaus/beets-extrafiles"; - description = "A plugin for beets that copies additional files and directories during the import process"; + description = "Plugin for beets that copies additional files and directories during the import process"; license = lib.licenses.mit; inherit (beets.meta) platforms; # Upstream hasn't had commits since 2020, build is broken since beets 2.0.0 diff --git a/pkgs/tools/audio/dsp/default.nix b/pkgs/tools/audio/dsp/default.nix index 8c218ab70e8e9..f827e281681b1 100644 --- a/pkgs/tools/audio/dsp/default.nix +++ b/pkgs/tools/audio/dsp/default.nix @@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { homepage = "https://github.com/bmc0/dsp"; - description = "An audio processing program with an interactive mode"; + description = "Audio processing program with an interactive mode"; license = licenses.isc; maintainers = with maintainers; [ aaronjheng ]; platforms = platforms.linux; diff --git a/pkgs/tools/audio/ezstream/default.nix b/pkgs/tools/audio/ezstream/default.nix index d3b965efc6033..5e1be5f3f7e15 100644 --- a/pkgs/tools/audio/ezstream/default.nix +++ b/pkgs/tools/audio/ezstream/default.nix @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { doCheck = true; meta = with lib; { - description = "A command line source client for Icecast media streaming servers"; + description = "Command line source client for Icecast media streaming servers"; longDescription = '' Ezstream is a command line source client for Icecast media streaming servers. It began as the successor of the old "shout" diff --git a/pkgs/tools/audio/glyr/default.nix b/pkgs/tools/audio/glyr/default.nix index 0f13addfcd92e..c1499a376f156 100644 --- a/pkgs/tools/audio/glyr/default.nix +++ b/pkgs/tools/audio/glyr/default.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { buildInputs = [ sqlite glib curl ]; meta = with lib; { - description = "A music related metadata searchengine"; + description = "Music related metadata searchengine"; homepage = "https://github.com/sahib/glyr"; license = licenses.lgpl3; maintainers = [ maintainers.sternenseemann ]; diff --git a/pkgs/tools/audio/goxlr-utility/default.nix b/pkgs/tools/audio/goxlr-utility/default.nix index 13bcadcecc6eb..b8baf0266f18f 100644 --- a/pkgs/tools/audio/goxlr-utility/default.nix +++ b/pkgs/tools/audio/goxlr-utility/default.nix @@ -65,7 +65,7 @@ rustPlatform.buildRustPackage rec { ''; meta = with lib; { - description = "An unofficial GoXLR App replacement for Linux, Windows and MacOS"; + description = "Unofficial GoXLR App replacement for Linux, Windows and MacOS"; homepage = "https://github.com/GoXLR-on-Linux/goxlr-utility"; license = licenses.mit; maintainers = with maintainers; [ errnoh ]; diff --git a/pkgs/tools/audio/gvolicon/default.nix b/pkgs/tools/audio/gvolicon/default.nix index b761962b176e3..aad2647d2e3ec 100644 --- a/pkgs/tools/audio/gvolicon/default.nix +++ b/pkgs/tools/audio/gvolicon/default.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation { env.NIX_CFLAGS_COMPILE = "-D_POSIX_C_SOURCE"; meta = { - description = "A simple and lightweight volume icon that sits in your system tray"; + description = "Simple and lightweight volume icon that sits in your system tray"; homepage = "https://github.com/Unia/gvolicon"; platforms = lib.platforms.linux; license = lib.licenses.gpl3Plus; diff --git a/pkgs/tools/audio/mp3cat/default.nix b/pkgs/tools/audio/mp3cat/default.nix index e562d833aadea..d6e76582d1674 100644 --- a/pkgs/tools/audio/mp3cat/default.nix +++ b/pkgs/tools/audio/mp3cat/default.nix @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { ]; meta = with lib; { - description = "A command line program which concatenates MP3 files"; + description = "Command line program which concatenates MP3 files"; longDescription = '' A command line program which concatenates MP3 files, mp3cat only outputs MP3 frames with valid headers, even if there is extra garbage diff --git a/pkgs/tools/audio/mpd-mpris/default.nix b/pkgs/tools/audio/mpd-mpris/default.nix index dcf1e467300e4..9c6412de12e12 100644 --- a/pkgs/tools/audio/mpd-mpris/default.nix +++ b/pkgs/tools/audio/mpd-mpris/default.nix @@ -35,7 +35,7 @@ buildGoModule rec { ''; meta = with lib; { - description = "An implementation of the MPRIS protocol for MPD"; + description = "Implementation of the MPRIS protocol for MPD"; homepage = "https://github.com/natsukagami/mpd-mpris"; license = licenses.mit; maintainers = with maintainers; [ doronbehar ]; diff --git a/pkgs/tools/audio/mpd-sima/default.nix b/pkgs/tools/audio/mpd-sima/default.nix index b123d2828c4c1..8123c6d664c41 100644 --- a/pkgs/tools/audio/mpd-sima/default.nix +++ b/pkgs/tools/audio/mpd-sima/default.nix @@ -29,7 +29,7 @@ buildPythonApplication rec { ''; meta = with lib; { - description = "An autoqueuing mpd client"; + description = "Autoqueuing mpd client"; homepage = "https://kaliko.me/mpd-sima/"; license = licenses.gpl3Plus; platforms = platforms.linux; diff --git a/pkgs/tools/audio/mpdcron/default.nix b/pkgs/tools/audio/mpdcron/default.nix index 924181608af44..5578acf27e503 100644 --- a/pkgs/tools/audio/mpdcron/default.nix +++ b/pkgs/tools/audio/mpdcron/default.nix @@ -51,7 +51,7 @@ in stdenv.mkDerivation { configureFlags = [ "--enable-gmodule" "--with-standard-modules=all" ]; meta = with lib; { - description = "A cron like daemon for mpd"; + description = "Cron like daemon for mpd"; homepage = "http://alip.github.io/mpdcron/"; license = licenses.gpl2Plus; platforms = platforms.unix; diff --git a/pkgs/tools/audio/opl3bankeditor/common.nix b/pkgs/tools/audio/opl3bankeditor/common.nix index 982b8f8349f36..abbd24efd87e8 100644 --- a/pkgs/tools/audio/opl3bankeditor/common.nix +++ b/pkgs/tools/audio/opl3bankeditor/common.nix @@ -59,7 +59,7 @@ mkDerivation rec { meta = with lib; { inherit mainProgram; - description = "A small cross-platform editor of the ${chip} FM banks of different formats"; + description = "Small cross-platform editor of the ${chip} FM banks of different formats"; homepage = src.meta.homepage; license = licenses.gpl3Plus; platforms = platforms.all; diff --git a/pkgs/tools/audio/piper/default.nix b/pkgs/tools/audio/piper/default.nix index 1f565b7475292..eff78d05bf512 100644 --- a/pkgs/tools/audio/piper/default.nix +++ b/pkgs/tools/audio/piper/default.nix @@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { changelog = "https://github.com/rhasspy/piper/releases/tag/v${finalAttrs.version}"; - description = "A fast, local neural text to speech system"; + description = "Fast, local neural text to speech system"; homepage = "https://github.com/rhasspy/piper"; license = licenses.mit; maintainers = with maintainers; [ hexa ]; diff --git a/pkgs/tools/audio/shaq/default.nix b/pkgs/tools/audio/shaq/default.nix index a7072ece0ff5e..f7270a73557b0 100644 --- a/pkgs/tools/audio/shaq/default.nix +++ b/pkgs/tools/audio/shaq/default.nix @@ -54,7 +54,7 @@ python3.pkgs.buildPythonApplication rec { ]; meta = with lib; { - description = "A CLI client for Shazam"; + description = "CLI client for Shazam"; homepage = "https://github.com/woodruffw/shaq"; changelog = "https://github.com/woodruffw/shaq/releases/tag/${src.rev}"; license = licenses.mit; diff --git a/pkgs/tools/audio/tidal-dl/default.nix b/pkgs/tools/audio/tidal-dl/default.nix index eb23a4da3ccd9..c45d78aec4dc1 100644 --- a/pkgs/tools/audio/tidal-dl/default.nix +++ b/pkgs/tools/audio/tidal-dl/default.nix @@ -17,7 +17,7 @@ buildPythonApplication rec { meta = { homepage = "https://github.com/yaronzz/Tidal-Media-Downloader"; - description = "An application that lets you download videos and tracks from Tidal"; + description = "Application that lets you download videos and tracks from Tidal"; license = lib.licenses.asl20; maintainers = [ lib.maintainers.misterio77 ]; platforms = lib.platforms.all; diff --git a/pkgs/tools/audio/trx/default.nix b/pkgs/tools/audio/trx/default.nix index 3c03446f8ffad..c0b03a83caad2 100644 --- a/pkgs/tools/audio/trx/default.nix +++ b/pkgs/tools/audio/trx/default.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { makeFlags = [ "PREFIX=$(out)" ]; meta = with lib; { - description = "A simple toolset for broadcasting live audio using RTP/UDP and Opus"; + description = "Simple toolset for broadcasting live audio using RTP/UDP and Opus"; homepage = "http://www.pogo.org.uk/~mark/trx/"; license = licenses.gpl2Only; maintainers = [ maintainers.hansjoergschurr ]; diff --git a/pkgs/tools/audio/vgmtools/default.nix b/pkgs/tools/audio/vgmtools/default.nix index 9e094cea975d3..63cb11e55ac7f 100644 --- a/pkgs/tools/audio/vgmtools/default.nix +++ b/pkgs/tools/audio/vgmtools/default.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://github.com/vgmrips/vgmtools"; - description = "A collection of tools for the VGM file format"; + description = "Collection of tools for the VGM file format"; license = licenses.gpl2Only; # Not clarified whether Only or Plus maintainers = with maintainers; [ OPNA2608 ]; platforms = platforms.all; diff --git a/pkgs/tools/audio/volumeicon/default.nix b/pkgs/tools/audio/volumeicon/default.nix index cabd145cc6e0e..7157ad437d131 100644 --- a/pkgs/tools/audio/volumeicon/default.nix +++ b/pkgs/tools/audio/volumeicon/default.nix @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { ]; meta = with lib; { - description = "A lightweight volume control that sits in your systray"; + description = "Lightweight volume control that sits in your systray"; homepage = "http://nullwise.com/volumeicon.html"; platforms = platforms.linux; maintainers = with maintainers; [ bobvanderlinden ]; diff --git a/pkgs/tools/audio/wyoming/openwakeword.nix b/pkgs/tools/audio/wyoming/openwakeword.nix index 5237a1e179ed9..69f10f1d208fe 100644 --- a/pkgs/tools/audio/wyoming/openwakeword.nix +++ b/pkgs/tools/audio/wyoming/openwakeword.nix @@ -39,7 +39,7 @@ python3Packages.buildPythonApplication rec { meta = with lib; { changelog = "https://github.com/rhasspy/wyoming-openwakeword/blob/v${version}/CHANGELOG.md"; - description = "An open source voice assistant toolkit for many human languages"; + description = "Open source voice assistant toolkit for many human languages"; homepage = "https://github.com/rhasspy/wyoming-openwakeword"; license = licenses.mit; maintainers = with maintainers; [ hexa ]; diff --git a/pkgs/tools/audio/yabridge/default.nix b/pkgs/tools/audio/yabridge/default.nix index 05982bc10e83a..70922a0f32b39 100644 --- a/pkgs/tools/audio/yabridge/default.nix +++ b/pkgs/tools/audio/yabridge/default.nix @@ -159,7 +159,7 @@ multiStdenv.mkDerivation (finalAttrs: { passthru.updateScript = nix-update-script { }; meta = with lib; { - description = "A modern and transparent way to use Windows VST2 and VST3 plugins on Linux"; + description = "Modern and transparent way to use Windows VST2 and VST3 plugins on Linux"; homepage = "https://github.com/robbert-vdh/yabridge"; changelog = "https://github.com/robbert-vdh/yabridge/blob/${finalAttrs.version}/CHANGELOG.md"; license = licenses.gpl3Plus; diff --git a/pkgs/tools/audio/yabridgectl/default.nix b/pkgs/tools/audio/yabridgectl/default.nix index bc52e3d6c72fa..98b078056da18 100644 --- a/pkgs/tools/audio/yabridgectl/default.nix +++ b/pkgs/tools/audio/yabridgectl/default.nix @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage { ''; meta = with lib; { - description = "A small, optional utility to help set up and update yabridge for several directories at once"; + description = "Small, optional utility to help set up and update yabridge for several directories at once"; homepage = "${yabridge.src.meta.homepage}/tree/${yabridge.version}/tools/yabridgectl"; changelog = yabridge.meta.changelog; license = licenses.gpl3Plus; -- cgit 1.4.1