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/by-name/li/libation/package.nix | 2 +- pkgs/by-name/li/libburn/package.nix | 2 +- pkgs/by-name/li/libcamera/package.nix | 2 +- pkgs/by-name/li/libcpuid/package.nix | 2 +- pkgs/by-name/li/libedit/package.nix | 2 +- pkgs/by-name/li/libepubgen/package.nix | 2 +- pkgs/by-name/li/libetonyek/package.nix | 2 +- pkgs/by-name/li/libgff/package.nix | 2 +- pkgs/by-name/li/libiconv-darwin/package.nix | 2 +- pkgs/by-name/li/libideviceactivation/package.nix | 2 +- pkgs/by-name/li/libisofs/package.nix | 2 +- pkgs/by-name/li/libixion/package.nix | 2 +- pkgs/by-name/li/librum/package.nix | 2 +- pkgs/by-name/li/libscfg/package.nix | 2 +- pkgs/by-name/li/libsignal-ffi/package.nix | 2 +- pkgs/by-name/li/libstrophe/package.nix | 2 +- pkgs/by-name/li/libui-ng/package.nix | 2 +- pkgs/by-name/li/libvibrant/package.nix | 2 +- pkgs/by-name/li/licensure/package.nix | 2 +- pkgs/by-name/li/lilipod/package.nix | 2 +- pkgs/by-name/li/littlefs-fuse/package.nix | 2 +- pkgs/by-name/li/livi/package.nix | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) (limited to 'pkgs/by-name/li') diff --git a/pkgs/by-name/li/libation/package.nix b/pkgs/by-name/li/libation/package.nix index 692de5d3d909a..4ee6e09f33bdc 100644 --- a/pkgs/by-name/li/libation/package.nix +++ b/pkgs/by-name/li/libation/package.nix @@ -88,7 +88,7 @@ buildDotnetModule rec { meta = { changelog = "https://github.com/rmcrackan/Libation/releases/tag/${src.rev}"; - description = "An Audible audiobook manager"; + description = "Audible audiobook manager"; homepage = "https://github.com/rmcrackan/Libation"; license = lib.licenses.gpl3Only; mainProgram = "libation"; diff --git a/pkgs/by-name/li/libburn/package.nix b/pkgs/by-name/li/libburn/package.nix index 701a511dc9076..7085551c72388 100644 --- a/pkgs/by-name/li/libburn/package.nix +++ b/pkgs/by-name/li/libburn/package.nix @@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { homepage = "https://dev.lovelyhq.com/libburnia/web/wiki"; - description = "A library by which preformatted data get onto optical media: CD, DVD, BD (Blu-Ray)"; + description = "Library by which preformatted data get onto optical media: CD, DVD, BD (Blu-Ray)"; changelog = "https://dev.lovelyhq.com/libburnia/libburn/src/tag/${finalAttrs.src.rev}/ChangeLog"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ abbradar AndersonTorres ]; diff --git a/pkgs/by-name/li/libcamera/package.nix b/pkgs/by-name/li/libcamera/package.nix index 8bf654f209037..d3952aa966637 100644 --- a/pkgs/by-name/li/libcamera/package.nix +++ b/pkgs/by-name/li/libcamera/package.nix @@ -110,7 +110,7 @@ stdenv.mkDerivation rec { FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ ]; }; meta = with lib; { - description = "An open source camera stack and framework for Linux, Android, and ChromeOS"; + description = "Open source camera stack and framework for Linux, Android, and ChromeOS"; homepage = "https://libcamera.org"; license = licenses.lgpl2Plus; maintainers = with maintainers; [ citadelcore ]; diff --git a/pkgs/by-name/li/libcpuid/package.nix b/pkgs/by-name/li/libcpuid/package.nix index 6cbc2c689cab8..8378a804fdcf0 100644 --- a/pkgs/by-name/li/libcpuid/package.nix +++ b/pkgs/by-name/li/libcpuid/package.nix @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://libcpuid.sourceforge.net/"; - description = "A small C library for x86 CPU detection and feature extraction"; + description = "Small C library for x86 CPU detection and feature extraction"; mainProgram = "cpuid_tool"; changelog = "https://raw.githubusercontent.com/anrieff/libcpuid/master/ChangeLog"; license = licenses.bsd2; diff --git a/pkgs/by-name/li/libedit/package.nix b/pkgs/by-name/li/libedit/package.nix index aeb79811d6e78..eb228ae3217bd 100644 --- a/pkgs/by-name/li/libedit/package.nix +++ b/pkgs/by-name/li/libedit/package.nix @@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { homepage = "http://www.thrysoee.dk/editline/"; - description = "A port of the NetBSD Editline library (libedit)"; + description = "Port of the NetBSD Editline library (libedit)"; longDescription = '' This is an autotool- and libtoolized port of the NetBSD Editline library (libedit). This Berkeley-style licensed command line editor library diff --git a/pkgs/by-name/li/libepubgen/package.nix b/pkgs/by-name/li/libepubgen/package.nix index 906642f140293..ec0901ec43855 100644 --- a/pkgs/by-name/li/libepubgen/package.nix +++ b/pkgs/by-name/li/libepubgen/package.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { ]; meta = with lib; { - description = "An EPUB generator for librevenge"; + description = "EPUB generator for librevenge"; homepage = "https://sourceforge.net/projects/libepubgen/"; license = licenses.mpl20; maintainers = [ ]; diff --git a/pkgs/by-name/li/libetonyek/package.nix b/pkgs/by-name/li/libetonyek/package.nix index 547e3d9bc3b1e..8ff8349b9d400 100644 --- a/pkgs/by-name/li/libetonyek/package.nix +++ b/pkgs/by-name/li/libetonyek/package.nix @@ -44,7 +44,7 @@ stdenv.mkDerivation rec { configureFlags = ["--with-mdds=2.1"]; meta = with lib; { - description = "A library and a set of tools for reading and converting Apple iWork documents (Keynote, Pages and Numbers)"; + description = "Library and a set of tools for reading and converting Apple iWork documents (Keynote, Pages and Numbers)"; homepage = "https://github.com/LibreOffice/libetonyek"; changelog = "https://github.com/LibreOffice/libetonyek/blob/${src.rev}/NEWS"; license = licenses.mpl20; diff --git a/pkgs/by-name/li/libgff/package.nix b/pkgs/by-name/li/libgff/package.nix index fe3473f2e4df8..fc81cd0927776 100644 --- a/pkgs/by-name/li/libgff/package.nix +++ b/pkgs/by-name/li/libgff/package.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ cmake ]; meta = { - description = "A lightweight GTF/GFF parsers exposing a C++ interface"; + description = "Lightweight GTF/GFF parsers exposing a C++ interface"; homepage = "https://github.com/COMBINE-lab/libgff"; downloadPage = "https://github.com/COMBINE-lab/libgff/releases"; changelog = "https://github.com/COMBINE-lab/libgff/releases/tag/" + diff --git a/pkgs/by-name/li/libiconv-darwin/package.nix b/pkgs/by-name/li/libiconv-darwin/package.nix index 0cb34224a6c78..4c80e5496aa20 100644 --- a/pkgs/by-name/li/libiconv-darwin/package.nix +++ b/pkgs/by-name/li/libiconv-darwin/package.nix @@ -78,7 +78,7 @@ stdenv.mkDerivation (finalAttrs: { __structuredAttrs = true; meta = { - description = "An iconv(3) implementation"; + description = "Iconv(3) implementation"; homepage = "https://opensource.apple.com/releases/"; license = with lib.licenses; diff --git a/pkgs/by-name/li/libideviceactivation/package.nix b/pkgs/by-name/li/libideviceactivation/package.nix index 2fddc41302c50..dffe780d28a87 100644 --- a/pkgs/by-name/li/libideviceactivation/package.nix +++ b/pkgs/by-name/li/libideviceactivation/package.nix @@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: { installFlags = [ "PREFIX=$(out)" ]; meta = { - description = "A library to manage the activation process of Apple iOS devices"; + description = "Library to manage the activation process of Apple iOS devices"; homepage = "https://libimobiledevice.org"; license = with lib.licenses; [ lgpl21 diff --git a/pkgs/by-name/li/libisofs/package.nix b/pkgs/by-name/li/libisofs/package.nix index d49279dc1f1be..ac9c606b55523 100644 --- a/pkgs/by-name/li/libisofs/package.nix +++ b/pkgs/by-name/li/libisofs/package.nix @@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { homepage = "https://dev.lovelyhq.com/libburnia/web/wiki"; - description = "A library to create an ISO-9660 filesystem with extensions like RockRidge or Joliet"; + description = "Library to create an ISO-9660 filesystem with extensions like RockRidge or Joliet"; changelog = "https://dev.lovelyhq.com/libburnia/libisofs/src/tag/${finalAttrs.src.rev}/ChangeLog"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ abbradar AndersonTorres ]; diff --git a/pkgs/by-name/li/libixion/package.nix b/pkgs/by-name/li/libixion/package.nix index 92fbaa9ca39a5..c501442ff8be2 100644 --- a/pkgs/by-name/li/libixion/package.nix +++ b/pkgs/by-name/li/libixion/package.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { ]; meta = with lib; { - description = "A general purpose formula parser, interpreter, formula cell dependency tracker and spreadsheet document model backend all in one package"; + description = "General purpose formula parser, interpreter, formula cell dependency tracker and spreadsheet document model backend all in one package"; homepage = "https://gitlab.com/ixion/ixion"; changelog = "https://gitlab.com/ixion/ixion/-/blob/${src.rev}/CHANGELOG"; license = licenses.mpl20; diff --git a/pkgs/by-name/li/librum/package.nix b/pkgs/by-name/li/librum/package.nix index 928bc7e0439c0..33972b85dc05e 100644 --- a/pkgs/by-name/li/librum/package.nix +++ b/pkgs/by-name/li/librum/package.nix @@ -47,7 +47,7 @@ stdenv.mkDerivation rec { ]; meta = with lib; { - description = "An application designed to make reading enjoyable and straightforward"; + description = "Application designed to make reading enjoyable and straightforward"; longDescription = '' Librum is an application designed to make reading enjoyable and straightforward for everyone. It's not just an e-book diff --git a/pkgs/by-name/li/libscfg/package.nix b/pkgs/by-name/li/libscfg/package.nix index d0c7426080f68..f9eb2a5b804b0 100644 --- a/pkgs/by-name/li/libscfg/package.nix +++ b/pkgs/by-name/li/libscfg/package.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://sr.ht/~emersion/libscfg"; - description = "A simple configuration file format"; + description = "Simple configuration file format"; license = licenses.mit; maintainers = with maintainers; [ michaeladler ]; platforms = platforms.linux; diff --git a/pkgs/by-name/li/libsignal-ffi/package.nix b/pkgs/by-name/li/libsignal-ffi/package.nix index 06afbfc804080..d2c8f1f3df806 100644 --- a/pkgs/by-name/li/libsignal-ffi/package.nix +++ b/pkgs/by-name/li/libsignal-ffi/package.nix @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec { cargoBuildFlags = [ "-p" "libsignal-ffi" ]; meta = with lib; { - description = "A C ABI library which exposes Signal protocol logic"; + description = "C ABI library which exposes Signal protocol logic"; homepage = "https://github.com/signalapp/libsignal"; license = licenses.agpl3Plus; maintainers = with maintainers; [ niklaskorz ]; diff --git a/pkgs/by-name/li/libstrophe/package.nix b/pkgs/by-name/li/libstrophe/package.nix index f66c15edfd21b..d8ae379859cc2 100644 --- a/pkgs/by-name/li/libstrophe/package.nix +++ b/pkgs/by-name/li/libstrophe/package.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { doCheck = true; meta = with lib; { - description = "A simple, lightweight C library for writing XMPP clients"; + description = "Simple, lightweight C library for writing XMPP clients"; longDescription = '' libstrophe is a lightweight XMPP client library written in C. It has minimal dependencies and is configurable for various environments. It diff --git a/pkgs/by-name/li/libui-ng/package.nix b/pkgs/by-name/li/libui-ng/package.nix index 51f73ecb69562..8799750b94236 100644 --- a/pkgs/by-name/li/libui-ng/package.nix +++ b/pkgs/by-name/li/libui-ng/package.nix @@ -52,7 +52,7 @@ stdenv.mkDerivation rec { }; meta = with lib; { - description = "A portable GUI library for C"; + description = "Portable GUI library for C"; homepage = "https://github.com/libui-ng/libui-ng"; license = licenses.mit; maintainers = with maintainers; [ ]; diff --git a/pkgs/by-name/li/libvibrant/package.nix b/pkgs/by-name/li/libvibrant/package.nix index f9802bddafa8e..905ad34d29ea3 100644 --- a/pkgs/by-name/li/libvibrant/package.nix +++ b/pkgs/by-name/li/libvibrant/package.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake makeWrapper ]; meta = with lib; { - description = "A simple library to adjust color saturation of X11 outputs"; + description = "Simple library to adjust color saturation of X11 outputs"; homepage = "https://github.com/libvibrant/libvibrant"; license = licenses.mit; platforms = platforms.linux; diff --git a/pkgs/by-name/li/licensure/package.nix b/pkgs/by-name/li/licensure/package.nix index f7c54ca83ed0c..19e580df3d5bb 100644 --- a/pkgs/by-name/li/licensure/package.nix +++ b/pkgs/by-name/li/licensure/package.nix @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec { ]; meta = with lib; { - description = "A FOSS License management tool for your projects"; + description = "FOSS License management tool for your projects"; homepage = "https://github.com/chasinglogic/licensure"; license = licenses.gpl3Plus; mainProgram = "licensure"; diff --git a/pkgs/by-name/li/lilipod/package.nix b/pkgs/by-name/li/lilipod/package.nix index b5d6f56768a2b..0185a25c8a489 100644 --- a/pkgs/by-name/li/lilipod/package.nix +++ b/pkgs/by-name/li/lilipod/package.nix @@ -52,7 +52,7 @@ buildGoModule rec { ''; meta = { - description = "A very simple (as in few features) container and image manager"; + description = "Very simple (as in few features) container and image manager"; longDescription = '' Lilipod is a very simple container manager with minimal features to: diff --git a/pkgs/by-name/li/littlefs-fuse/package.nix b/pkgs/by-name/li/littlefs-fuse/package.nix index 81300a8a82246..c026a8b7ce071 100644 --- a/pkgs/by-name/li/littlefs-fuse/package.nix +++ b/pkgs/by-name/li/littlefs-fuse/package.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { runHook postInstall ''; meta = src.meta // { - description = "A FUSE wrapper that puts the littlefs in user-space"; + description = "FUSE wrapper that puts the littlefs in user-space"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ ehmry ]; mainProgram = "littlefs-fuse"; diff --git a/pkgs/by-name/li/livi/package.nix b/pkgs/by-name/li/livi/package.nix index b36f08497a619..d39007f9efe99 100644 --- a/pkgs/by-name/li/livi/package.nix +++ b/pkgs/by-name/li/livi/package.nix @@ -46,7 +46,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://gitlab.gnome.org/guidog/livi"; - description = "A small video player targeting mobile devices (also named μPlayer)"; + description = "Small video player targeting mobile devices (also named μPlayer)"; license = licenses.gpl3Plus; platforms = platforms.linux; mainProgram = "livi"; -- cgit 1.4.1