treewide: adjust meta descriptions to avoid definite or indefinite articles

This patch was produced in Vim by me, a human being. All errors are the fault of the operator. I did try to be careful.

Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
Co-authored-by: dotlambda <nix@dotlambda.de>

+292 -292
+1 -1
pkgs/by-name/_2/_2ship2harkinian/package.nix
··· 199 199 200 200 meta = { 201 201 homepage = "https://github.com/HarbourMasters/2ship2harkinian"; 202 - description = "A PC port of Majora's Mask with modern controls, widescreen, high-resolution, and more"; 202 + description = "PC port of Majora's Mask with modern controls, widescreen, high-resolution, and more"; 203 203 mainProgram = "2s2h"; 204 204 platforms = [ "x86_64-linux" ]; 205 205 maintainers = with lib.maintainers; [ qubitnano ];
+1 -1
pkgs/by-name/ab/abaddon/package.nix
··· 88 88 ]; 89 89 90 90 meta = with lib; { 91 - description = "A discord client reimplementation, written in C++"; 91 + description = "Discord client reimplementation, written in C++"; 92 92 mainProgram = "abaddon"; 93 93 homepage = "https://github.com/uowuo/abaddon"; 94 94 license = licenses.gpl3Plus;
+1 -1
pkgs/by-name/ad/adios2/package.nix
··· 132 132 133 133 meta = { 134 134 homepage = "https://adios2.readthedocs.io/en/latest/"; 135 - description = "The Adaptable Input/Output System version 2"; 135 + description = "Adaptable Input/Output System version 2"; 136 136 license = lib.licenses.asl20; 137 137 platforms = lib.platforms.unix; 138 138 maintainers = with lib.maintainers; [ qbisi ];
+1 -1
pkgs/by-name/ai/air-formatter/package.nix
··· 36 36 }; 37 37 38 38 meta = { 39 - description = "An extremely fast R code formatter"; 39 + description = "Extremely fast R code formatter"; 40 40 homepage = "https://posit-dev.github.io/air"; 41 41 changelog = "https://github.com/posit-dev/air/blob/${finalAttrs.version}/CHANGELOG.md"; 42 42 license = lib.licenses.mit;
+1 -1
pkgs/by-name/am/amphetype/package.nix
··· 10 10 let 11 11 pname = "amphetype"; 12 12 version = "1.0.0"; 13 - description = "An advanced typing practice program"; 13 + description = "Advanced typing practice program"; 14 14 in 15 15 python3Packages.buildPythonApplication { 16 16 inherit pname version;
+1 -1
pkgs/by-name/ap/apache-orc/package.nix
··· 72 72 73 73 meta = { 74 74 changelog = "https://github.com/apache/orc/releases/tag/v${finalAttrs.version}"; 75 - description = "The smallest, fastest columnar storage for Hadoop workloads"; 75 + description = "Smallest, fastest columnar storage for Hadoop workloads"; 76 76 homepage = "https://github.com/apache/orc/"; 77 77 license = lib.licenses.asl20; 78 78 maintainers = with lib.maintainers; [ drupol ];
+1 -1
pkgs/by-name/ap/appflowy/package.nix
··· 101 101 ]; 102 102 103 103 meta = with lib; { 104 - description = "An open-source alternative to Notion"; 104 + description = "Open-source alternative to Notion"; 105 105 homepage = "https://www.appflowy.io/"; 106 106 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 107 107 license = licenses.agpl3Only;
+1 -1
pkgs/by-name/aq/aquamarine/package.nix
··· 68 68 69 69 meta = { 70 70 changelog = "https://github.com/hyprwm/aquamarine/releases/tag/v${finalAttrs.version}"; 71 - description = "A very light linux rendering backend library"; 71 + description = "Very light linux rendering backend library"; 72 72 homepage = "https://github.com/hyprwm/aquamarine"; 73 73 license = lib.licenses.bsd3; 74 74 teams = [ lib.teams.hyprland ];
+1 -1
pkgs/by-name/ar/ares-cli/package.nix
··· 25 25 26 26 meta = { 27 27 homepage = "https://webostv.developer.lge.com/develop/tools/cli-introduction"; 28 - description = "A collection of commands used for creating, packaging, installing, and launching web apps for LG webOS TV."; 28 + description = "Collection of commands used for creating, packaging, installing, and launching web apps for LG webOS TV"; 29 29 longDescription = '' 30 30 webOS CLI (Command Line Interface) provides a collection of commands used for creating, packaging, installing, 31 31 and launching web apps in the command line environment. The CLI allows you to develop and test your app without using
+1 -1
pkgs/by-name/ar/arkenfox-userjs/package.nix
··· 29 29 passthru.updateScript = nix-update-script { }; 30 30 31 31 meta = { 32 - description = "A comprehensive user.js template for configuration and hardening"; 32 + description = "Comprehensive user.js template for configuration and hardening"; 33 33 homepage = "https://github.com/arkenfox/user.js"; 34 34 license = lib.licenses.mit; 35 35 maintainers = with lib.maintainers; [
+1 -1
pkgs/by-name/as/astro-language-server/package.nix
··· 65 65 ''; 66 66 67 67 meta = { 68 - description = "The Astro language server"; 68 + description = "Astro language server"; 69 69 homepage = "https://github.com/withastro/language-tools"; 70 70 changelog = "https://github.com/withastro/language-tools/blob/@astrojs/language-server@${finalAttrs.version}/packages/language-server/CHANGELOG.md"; 71 71 license = lib.licenses.mit;
+1 -1
pkgs/by-name/au/authentik/ldap.nix
··· 14 14 subPackages = [ "cmd/ldap" ]; 15 15 16 16 meta = authentik.meta // { 17 - description = "The authentik ldap outpost. Needed for the external ldap API."; 17 + description = "Authentik ldap outpost. Needed for the external ldap API"; 18 18 homepage = "https://goauthentik.io/docs/providers/ldap/"; 19 19 mainProgram = "ldap"; 20 20 };
+1 -1
pkgs/by-name/av/avalonia/package.nix
··· 189 189 homepage = "https://avaloniaui.net/"; 190 190 license = [ lib.licenses.mit ]; 191 191 maintainers = with lib.maintainers; [ corngood ]; 192 - description = "A cross-platform UI framework for dotnet"; 192 + description = "Cross-platform UI framework for dotnet"; 193 193 sourceProvenance = with lib.sourceTypes; [ 194 194 fromSource 195 195 binaryNativeCode # npm dependencies contain binaries
+1 -1
pkgs/by-name/av/avml/package.nix
··· 35 35 passthru.updateScript = nix-update-script { }; 36 36 37 37 meta = { 38 - description = "A portable volatile memory acquisition tool for Linux"; 38 + description = "Portable volatile memory acquisition tool for Linux"; 39 39 homepage = "https://github.com/microsoft/avml"; 40 40 license = lib.licenses.mit; 41 41 maintainers = [ lib.maintainers.lesuisse ];
+1 -1
pkgs/by-name/aw/aws-vault/package.nix
··· 53 53 ''; 54 54 55 55 meta = with lib; { 56 - description = "A vault for securely storing and accessing AWS credentials in development environments"; 56 + description = "Vault for securely storing and accessing AWS credentials in development environments"; 57 57 mainProgram = "aws-vault"; 58 58 homepage = "https://github.com/99designs/aws-vault"; 59 59 license = licenses.mit;
+1 -1
pkgs/by-name/az/azahar/package.nix
··· 145 145 ]; 146 146 147 147 meta = { 148 - description = "An open-source 3DS emulator project based on Citra"; 148 + description = "Open-source 3DS emulator project based on Citra"; 149 149 homepage = "https://github.com/azahar-emu/azahar"; 150 150 license = lib.licenses.gpl2Only; 151 151 maintainers = with lib.maintainers; [ arthsmn ];
+1 -1
pkgs/by-name/az/azure-cli/extensions-manual.nix
··· 36 36 37 37 azure-iot = mkAzExtension rec { 38 38 pname = "azure-iot"; 39 - description = "The Azure IoT extension for Azure CLI."; 39 + description = "Azure IoT extension for Azure CLI"; 40 40 version = "0.25.0"; 41 41 url = "https://github.com/Azure/azure-iot-cli-extension/releases/download/v${version}/azure_iot-${version}-py3-none-any.whl"; 42 42 hash = "sha256-fbS8B2Z++oRyUT2eEh+yVR/K6uaCVce8B2itQXfBscY=";
+1 -1
pkgs/by-name/az/azurite/package.nix
··· 30 30 ]; 31 31 32 32 meta = { 33 - description = "An open source Azure Storage API compatible server"; 33 + description = "Open source Azure Storage API compatible server"; 34 34 homepage = "https://github.com/Azure/Azurite"; 35 35 changelog = "https://github.com/Azure/Azurite/releases/tag/v${version}"; 36 36 license = lib.licenses.mit;
+1 -1
pkgs/by-name/ba/balls/package.nix
··· 46 46 ''; 47 47 48 48 meta = finalAttrs.src.meta // { 49 - description = "The testing framework with balls"; 49 + description = "Testing framework with balls"; 50 50 homepage = "https://github.com/disruptek/balls"; 51 51 mainProgram = "balls"; 52 52 license = lib.licenses.mit;
+1 -1
pkgs/by-name/ba/basalt-monado/package.nix
··· 68 68 passthru.updateScript = nix-update-script { }; 69 69 70 70 meta = { 71 - description = "A fork of Basalt improved for tracking XR devices with Monado"; 71 + description = "Fork of Basalt improved for tracking XR devices with Monado"; 72 72 homepage = "https://gitlab.freedesktop.org/mateosss/basalt"; 73 73 license = lib.licenses.bsd3; 74 74 mainProgram = "basalt_vio";
+1 -1
pkgs/by-name/ba/bash-language-server/package.nix
··· 65 65 doInstallCheck = true; 66 66 67 67 meta = with lib; { 68 - description = "A language server for Bash"; 68 + description = "Language server for Bash"; 69 69 homepage = "https://github.com/bash-lsp/bash-language-server"; 70 70 license = licenses.mit; 71 71 maintainers = with maintainers; [ doronbehar ];
+1 -1
pkgs/by-name/bi/bitbox-bridge/package.nix
··· 49 49 }; 50 50 51 51 meta = { 52 - description = "A bridge service that connects web wallets like Rabby to BitBox02"; 52 + description = "Bridge service that connects web wallets like Rabby to BitBox02"; 53 53 homepage = "https://github.com/BitBoxSwiss/bitbox-bridge"; 54 54 downloadPage = "https://bitbox.swiss/download/"; 55 55 changelog = "https://github.com/BitBoxSwiss/bitbox-bridge/blob/v${finalAttrs.version}/CHANGELOG.md";
+1 -1
pkgs/by-name/bl/blackvoxel/package.nix
··· 66 66 passthru.updateScript = nix-update-script { }; 67 67 68 68 meta = { 69 - description = "A Sci-Fi game with industry and automation"; 69 + description = "Sci-Fi game with industry and automation"; 70 70 homepage = "https://www.blackvoxel.com"; 71 71 changelog = "https://github.com/Blackvoxel/Blackvoxel/releases/tag/${finalAttrs.version}"; 72 72 license = with lib.licenses; [
+1 -1
pkgs/by-name/bl/blastem/package.nix
··· 66 66 }; 67 67 68 68 meta = { 69 - description = "The fast and accurate Genesis emulator"; 69 + description = "Fast and accurate Genesis emulator"; 70 70 homepage = "https://www.retrodev.com/blastem/"; 71 71 license = lib.licenses.gpl3Plus; 72 72 mainProgram = "blastem";
+1 -1
pkgs/by-name/bl/blendfarm/package.nix
··· 131 131 ''; 132 132 133 133 meta = with lib; { 134 - description = "A open-source, cross-platform, stand-alone, Network Renderer for Blender"; 134 + description = "Open-source, cross-platform, stand-alone, Network Renderer for Blender"; 135 135 homepage = "https://github.com/LogicReinc/LogicReinc.BlendFarm"; 136 136 license = with licenses; [ gpl3Plus ]; 137 137 maintainers = with maintainers; [ gador ];
+1 -1
pkgs/by-name/bo/bolt-launcher/package.nix
··· 146 146 147 147 meta = { 148 148 homepage = "https://github.com/Adamcake/Bolt"; 149 - description = "An alternative launcher for RuneScape."; 149 + description = "Alternative launcher for RuneScape"; 150 150 longDescription = '' 151 151 Bolt Launcher supports HDOS/RuneLite by default with an optional feature flag for RS3 (enableRS3). 152 152 '';
+1 -1
pkgs/by-name/br/brainflow/package.nix
··· 55 55 passthru.updateScript = nix-update-script { }; 56 56 57 57 meta = { 58 - description = "A library to obtain, parse and analyze data (EEG, EMG, ECG) from biosensors"; 58 + description = "Library to obtain, parse and analyze data (EEG, EMG, ECG) from biosensors"; 59 59 homepage = "https://brainflow.org/"; 60 60 license = lib.licenses.mit; 61 61 maintainers = with lib.maintainers; [
+1 -1
pkgs/by-name/bs/bsky-cli/package.nix
··· 36 36 passthru.updateScript = nix-update-script { }; 37 37 38 38 meta = { 39 - description = "A cli application for bluesky social"; 39 + description = "Cli application for bluesky social"; 40 40 homepage = "https://github.com/mattn/bsky"; 41 41 changelog = "https://github.com/mattn/bsky/releases/tag/v${finalAttrs.version}"; 42 42 license = lib.licenses.mit;
+1 -1
pkgs/by-name/bu/buffybox/package.nix
··· 65 65 passthru.updateScript = gitUpdater { }; 66 66 67 67 meta = with lib; { 68 - description = "A suite of graphical applications for the terminal"; 68 + description = "Suite of graphical applications for the terminal"; 69 69 homepage = "https://gitlab.postmarketos.org/postmarketOS/buffybox"; 70 70 license = licenses.gpl3Plus; 71 71 maintainers = with lib.maintainers; [ colinsane ];
+1 -1
pkgs/by-name/bu/burpsuite/package.nix
··· 36 36 }; 37 37 38 38 pname = "burpsuite"; 39 - description = "An integrated platform for performing security testing of web applications"; 39 + description = "Integrated platform for performing security testing of web applications"; 40 40 desktopItem = makeDesktopItem { 41 41 name = "burpsuite"; 42 42 exec = pname;
+1 -1
pkgs/by-name/ca/cabinpkg/package.nix
··· 68 68 meta = { 69 69 broken = (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64); 70 70 homepage = "https://cabinpkg.com"; 71 - description = "A package manager and build system for C++"; 71 + description = "Package manager and build system for C++"; 72 72 license = lib.licenses.asl20; 73 73 maintainers = [ lib.maintainers.qwqawawow ]; 74 74 platforms = lib.platforms.unix;
+1 -1
pkgs/by-name/ca/camunda-modeler/package.nix
··· 75 75 76 76 meta = with lib; { 77 77 homepage = "https://github.com/camunda/camunda-modeler"; 78 - description = "An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io"; 78 + description = "Integrated modeling solution for BPMN, DMN and Forms based on bpmn.io"; 79 79 teams = [ teams.wdz ]; 80 80 license = licenses.mit; 81 81 inherit (electron.meta) platforms;
+1 -1
pkgs/by-name/ca/catamaran/package.nix
··· 26 26 27 27 meta = with lib; { 28 28 homepage = "https://fonts.google.com/specimen/Catamaran"; 29 - description = "A stylish sans-serif Tamil and Latin typeface"; 29 + description = "Stylish sans-serif Tamil and Latin typeface"; 30 30 longDescription = '' 31 31 Catamaran is a Unicode-compliant Latin and Tamil text type family designed for the digital age. 32 32 The Tamil is monolinear and was designed alongside the sans serif Latin and Devanagari family Palanquin.
+1 -1
pkgs/by-name/ca/catppuccin-whiskers/package.nix
··· 22 22 23 23 meta = { 24 24 homepage = "https://github.com/catppuccin/whiskers"; 25 - description = "A templating tool to simplify the creation of Catppuccin ports"; 25 + description = "Templating tool to simplify the creation of Catppuccin ports"; 26 26 license = lib.licenses.mit; 27 27 maintainers = with lib.maintainers; [ Name ]; 28 28 mainProgram = "whiskers";
+1 -1
pkgs/by-name/cc/cctools/package.nix
··· 157 157 }; 158 158 159 159 meta = { 160 - description = "The classic linker for Darwin"; 160 + description = "Classic linker for Darwin"; 161 161 homepage = "https://opensource.apple.com/releases/"; 162 162 license = with lib.licenses; [ 163 163 apple-psl20
+1 -1
pkgs/by-name/cf/cfonts/package.nix
··· 17 17 18 18 meta = with lib; { 19 19 homepage = "https://github.com/dominikwilkowski/cfonts"; 20 - description = "A silly little command line tool for sexy ANSI fonts in the console"; 20 + description = "Silly little command line tool for sexy ANSI fonts in the console"; 21 21 license = licenses.gpl3Plus; 22 22 maintainers = with maintainers; [ leifhelm ]; 23 23 mainProgram = "cfonts";
+1 -1
pkgs/by-name/ch/chamber/package.nix
··· 26 26 ]; 27 27 28 28 meta = with lib; { 29 - description = "A tool for managing secrets by storing them in AWS SSM Parameter Store"; 29 + description = "Tool for managing secrets by storing them in AWS SSM Parameter Store"; 30 30 homepage = "https://github.com/segmentio/chamber"; 31 31 license = licenses.mit; 32 32 maintainers = with maintainers; [ kalekseev ];
+1 -1
pkgs/by-name/cl/clang-tidy-sarif/package.nix
··· 25 25 }; 26 26 27 27 meta = { 28 - description = "A CLI tool to convert clang-tidy diagnostics into SARIF"; 28 + description = "CLI tool to convert clang-tidy diagnostics into SARIF"; 29 29 homepage = "https://psastras.github.io/sarif-rs"; 30 30 maintainers = with lib.maintainers; [ getchoo ]; 31 31 mainProgram = "clang-tidy-sarif";
+1 -1
pkgs/by-name/cl/claude-code/package.nix
··· 36 36 passthru.updateScript = ./update.sh; 37 37 38 38 meta = { 39 - description = "An agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster"; 39 + description = "Agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster"; 40 40 homepage = "https://github.com/anthropics/claude-code"; 41 41 downloadPage = "https://www.npmjs.com/package/@anthropic-ai/claude-code"; 42 42 license = lib.licenses.unfree;
+1 -1
pkgs/by-name/cl/clifm/package.nix
··· 45 45 meta = { 46 46 homepage = "https://github.com/leo-arch/clifm"; 47 47 changelog = "https://github.com/leo-arch/clifm/releases/tag/v${finalAttrs.version}"; 48 - description = "A CLI-based, shell-like, and non-curses terminal file manager"; 48 + description = "CLI-based, shell-like, and non-curses terminal file manager"; 49 49 license = lib.licenses.gpl2Plus; 50 50 maintainers = with lib.maintainers; [ nadir-ishiguro ]; 51 51 platforms = lib.platforms.unix;
+1 -1
pkgs/by-name/cl/clippy-sarif/package.nix
··· 26 26 }; 27 27 28 28 meta = { 29 - description = "A CLI tool to convert clippy diagnostics into SARIF"; 29 + description = "CLI tool to convert clippy diagnostics into SARIF"; 30 30 homepage = "https://psastras.github.io/sarif-rs"; 31 31 license = lib.licenses.mit; 32 32 maintainers = with lib.maintainers; [ getchoo ];
+1 -1
pkgs/by-name/co/code2prompt/package.nix
··· 31 31 buildInputs = [ openssl ]; 32 32 33 33 meta = { 34 - description = "A CLI tool that converts your codebase into a single LLM prompt with a source tree, prompt templating, and token counting"; 34 + description = "CLI tool that converts your codebase into a single LLM prompt with a source tree, prompt templating, and token counting"; 35 35 homepage = "https://github.com/mufeedvh/code2prompt"; 36 36 license = lib.licenses.mit; 37 37 maintainers = with lib.maintainers; [ heisfer ];
+1 -1
pkgs/by-name/co/cope/package.nix
··· 33 33 ''; 34 34 35 35 meta = { 36 - description = "A colourful wrapper for terminal programs"; 36 + description = "Colourful wrapper for terminal programs"; 37 37 homepage = "https://github.com/deftdawg/cope"; 38 38 license = with lib.licenses; [ 39 39 artistic1
+1 -1
pkgs/by-name/co/courier-unicode/package.nix
··· 25 25 26 26 meta = { 27 27 homepage = "http://www.courier-mta.org/unicode/"; 28 - description = "The Courier Unicode Library is used by most other Courier packages"; 28 + description = "Courier Unicode Library is used by most other Courier packages"; 29 29 license = lib.licenses.gpl3; 30 30 platforms = lib.platforms.linux; 31 31 };
+1 -1
pkgs/by-name/cp/cppad/package.nix
··· 23 23 ]; 24 24 25 25 meta = { 26 - description = "A C++ Algorithmic Differentiation Package"; 26 + description = "C++ Algorithmic Differentiation Package"; 27 27 homepage = "https://github.com/coin-or/CppAD"; 28 28 license = lib.licenses.gpl2Plus; 29 29 maintainers = with lib.maintainers; [
+1 -1
pkgs/by-name/cp/cpu_features/package.nix
··· 27 27 cmakeFlags = [ "-DBUILD_SHARED_LIBS=${if static then "OFF" else "ON"}" ]; 28 28 29 29 meta = with lib; { 30 - description = "A cross platform C99 library to get cpu features at runtime"; 30 + description = "Cross platform C99 library to get cpu features at runtime"; 31 31 homepage = "https://github.com/google/cpu_features"; 32 32 license = licenses.asl20; 33 33 platforms = platforms.all;
+1 -1
pkgs/by-name/cr/crow/package.nix
··· 32 32 doCheck = true; 33 33 34 34 meta = { 35 - description = "A Fast and Easy to use microframework for the web"; 35 + description = "Fast and Easy to use microframework for the web"; 36 36 homepage = "https://crowcpp.org/"; 37 37 maintainers = with lib.maintainers; [ l33tname ]; 38 38 platforms = lib.platforms.all;
+1 -1
pkgs/by-name/ct/ctune/package.nix
··· 55 55 patches = [ ./cmake_disable_git_clone.patch ]; 56 56 57 57 meta = { 58 - description = "A nice terminal nCurses (tui) internet radio player for Linux, browse and search from api.radio-browser.info"; 58 + description = "Nice terminal nCurses (tui) internet radio player for Linux, browse and search from api.radio-browser.info"; 59 59 homepage = "https://github.com/An7ar35/ctune"; 60 60 changelog = "https://github.com/An7ar35/ctune/blob/master/CHANGELOG.md"; 61 61 license = lib.licenses.agpl3Plus;
+1 -1
pkgs/by-name/cu/culvert/package.nix
··· 36 36 37 37 meta = with lib; { 38 38 homepage = "https://github.com/amboar/culvert"; 39 - description = "A Test and Debug Tool for BMC AHB Interfaces "; 39 + description = "Test and Debug Tool for BMC AHB Interfaces "; 40 40 mainProgram = "culvert"; 41 41 license = licenses.asl20; 42 42 maintainers = [ maintainers.baloo ];
+1 -1
pkgs/by-name/cu/cutentr/package.nix
··· 56 56 ''; 57 57 58 58 meta = { 59 - description = "A 3DS streaming client for Linux"; 59 + description = "3DS streaming client for Linux"; 60 60 homepage = "https://gitlab.com/BoltsJ/cuteNTR"; 61 61 license = lib.licenses.gpl3Plus; 62 62 mainProgram = "cutentr";
+1 -1
pkgs/by-name/db/dbus-broker/package.nix
··· 39 39 ]; 40 40 inherit buildInputs; 41 41 meta = meta // { 42 - description = "The C-Util Project is a collection of utility libraries for the C11 language."; 42 + description = "C-Util Project is a collection of utility libraries for the C11 language"; 43 43 homepage = "https://c-util.github.io/"; 44 44 license = [ 45 45 lib.licenses.asl20
+1 -1
pkgs/by-name/df/dfl-ipc/package.nix
··· 35 35 ]; 36 36 37 37 meta = { 38 - description = "A very simple set of IPC classes for inter-process communication"; 38 + description = "Very simple set of IPC classes for inter-process communication"; 39 39 homepage = "https://gitlab.com/desktop-frameworks/ipc"; 40 40 changelog = "https://gitlab.com/desktop-frameworks/ipc/-/blob/${finalAttrs.src.rev}/ChangeLog"; 41 41 license = lib.licenses.gpl3Only;
+1 -1
pkgs/by-name/di/di-tui/package.nix
··· 20 20 passthru.updateScript = nix-update-script { }; 21 21 22 22 meta = { 23 - description = "A simple terminal UI player for di.fm"; 23 + description = "Simple terminal UI player for di.fm"; 24 24 homepage = "https://github.com/acaloiaro/di-tui"; 25 25 license = lib.licenses.bsd2; 26 26 maintainers = [ lib.maintainers.acaloiaro ];
+1 -1
pkgs/by-name/di/didder/package.nix
··· 30 30 ''; 31 31 32 32 meta = src.meta // { 33 - description = "An extensive, fast, and accurate command-line image dithering tool"; 33 + description = "Extensive, fast, and accurate command-line image dithering tool"; 34 34 license = lib.licenses.gpl3; 35 35 maintainers = with lib.maintainers; [ ehmry ]; 36 36 mainProgram = "didder";
+1 -1
pkgs/by-name/di/dinit/package.nix
··· 46 46 ''; 47 47 48 48 meta = { 49 - description = "A service manager / supervision system, which can (on Linux) also function as a system manager and init"; 49 + description = "Service manager / supervision system, which can (on Linux) also function as a system manager and init"; 50 50 homepage = "https://davmac.org/projects/dinit"; 51 51 license = lib.licenses.asl20; 52 52 maintainers = with lib.maintainers; [ aanderse ];
+1 -1
pkgs/by-name/di/distrobox-tui/package.nix
··· 21 21 22 22 meta = { 23 23 changelog = "https://github.com/phanirithvij/distrobox-tui/releases/tag/v${version}"; 24 - description = "A TUI for DistroBox"; 24 + description = "TUI for DistroBox"; 25 25 homepage = "https://github.com/phanirithvij/distrobox-tui"; 26 26 license = lib.licenses.gpl3Plus; 27 27 mainProgram = "distrobox-tui";
+1 -1
pkgs/by-name/di/dita-ot/package.nix
··· 38 38 meta = { 39 39 homepage = "https://dita-ot.org"; 40 40 changelog = "https://www.dita-ot.org/dev/release-notes/#v${finalAttrs.version}"; 41 - description = "The open-source publishing engine for content authored in the Darwin Information Typing Architecture"; 41 + description = "Open-source publishing engine for content authored in the Darwin Information Typing Architecture"; 42 42 license = lib.licenses.asl20; 43 43 mainProgram = "dita"; 44 44 platforms = openjdk17.meta.platforms;
+1 -1
pkgs/by-name/dn/dnss/package.nix
··· 17 17 vendorHash = "sha256-d9aGSBRblkvH5Ixw3jpbgC8lMW/qEYNJfLTVeUlos7A="; 18 18 19 19 meta = with lib; { 20 - description = "A daemon for using DNS over HTTPS"; 20 + description = "Daemon for using DNS over HTTPS"; 21 21 homepage = "https://blitiri.com.ar/git/r/dnss/"; 22 22 license = licenses.asl20; 23 23 mainProgram = "dnss";
+1 -1
pkgs/by-name/do/dotnet-ef/package.nix
··· 7 7 nugetHash = "sha256-Mu+MlsjH/qa4kMb7z/TuG1lSVSKPX9j9S4mJLVRZ2+E="; 8 8 9 9 meta = { 10 - description = "The Entity Framework Core tools help with design-time development tasks."; 10 + description = "Tools to help with design-time development tasks"; 11 11 longDescription = '' 12 12 The Entity Framework Core tools help with design-time development tasks. 13 13 They're primarily used to manage Migrations and to scaffold a DbContext and entity types by reverse engineering the schema of a database.
+1 -1
pkgs/by-name/dr/draupnir/package.nix
··· 98 98 passthru.updateScript = ./update.sh; 99 99 100 100 meta = with lib; { 101 - description = "A moderation tool for Matrix"; 101 + description = "Moderation tool for Matrix"; 102 102 homepage = "https://github.com/the-draupnir-project/Draupnir"; 103 103 longDescription = '' 104 104 As an all-in-one moderation tool, it can protect your server from
+1 -1
pkgs/by-name/du/dut/package.nix
··· 24 24 meta = { 25 25 platforms = lib.platforms.all; 26 26 broken = stdenv.hostPlatform.isDarwin; 27 - description = "A disk usage calculator for Linux"; 27 + description = "Disk usage calculator for Linux"; 28 28 homepage = "https://codeberg.org/201984/dut"; 29 29 license = lib.licenses.gpl3; 30 30 maintainers = with lib.maintainers; [ errnoh ];
+1 -1
pkgs/by-name/ed/edido/package.nix
··· 10 10 }: 11 11 writeShellApplication { 12 12 name = "edido"; 13 - meta.description = "A tool to apply display configuration from `boot.kernelParams`."; 13 + meta.description = "Tool to apply display configuration from `boot.kernelParams`"; 14 14 runtimeInputs = [ 15 15 diffutils 16 16 findutils
+1 -1
pkgs/by-name/ed/edukai/package.nix
··· 20 20 ''; 21 21 22 22 meta = { 23 - description = "The MOE Standard Kai Font, a Chinese font by the Ministry of Education, ROC (Taiwan)"; 23 + description = "MOE Standard Kai Font, a Chinese font by the Ministry of Education, ROC (Taiwan)"; 24 24 longDescription = '' 25 25 The MOE Standard Kai Font is a kai (regular srcipt) font 26 26 provided by
+1 -1
pkgs/by-name/ed/eduli/package.nix
··· 22 22 ''; 23 23 24 24 meta = { 25 - description = "The MOE Li Font, a clerical Chinese font by the Ministry of Education, ROC (Taiwan)"; 25 + description = "MOE Li Font, a clerical Chinese font by the Ministry of Education, ROC (Taiwan)"; 26 26 longDescription = '' 27 27 The MOE Li Font is a li (clerical srcipt) font 28 28 provided by
+1 -1
pkgs/by-name/ed/edusong/package.nix
··· 20 20 ''; 21 21 22 22 meta = { 23 - description = "The MOE Song font, a Song-style Chinese character typeface"; 23 + description = "MOE Song font, a Song-style Chinese character typeface"; 24 24 longDescription = '' 25 25 A Song-style Chinese character typeface published by the Ministry of Education of the Republic of China (Taiwan). The Song style is also referred to as 宋體, 宋体, sòngtǐ, 明體, 明体, or míngtǐ, in Chinese; 명조체, 明朝體, or myeongjo in Korean; 明朝体, みんちょうたい, or minchōtai in Japanese. 26 26 '';
+1 -1
pkgs/by-name/el/element-desktop/package.nix
··· 150 150 }; 151 151 152 152 meta = with lib; { 153 - description = "A feature-rich client for Matrix.org"; 153 + description = "Feature-rich client for Matrix.org"; 154 154 homepage = "https://element.io/"; 155 155 changelog = "https://github.com/element-hq/element-desktop/blob/v${finalAttrs.version}/CHANGELOG.md"; 156 156 license = licenses.asl20;
+1 -1
pkgs/by-name/el/elm-land/package.nix
··· 59 59 ''; 60 60 61 61 meta = { 62 - description = "A production-ready framework for building Elm applications"; 62 + description = "Production-ready framework for building Elm applications"; 63 63 homepage = "https://github.com/elm-land/elm-land"; 64 64 license = lib.licenses.bsd3; 65 65 maintainers = with lib.maintainers; [
+1 -1
pkgs/by-name/em/ember-cli/package.nix
··· 34 34 35 35 meta = with lib; { 36 36 homepage = "https://github.com/ember-cli/ember-cli"; 37 - description = "The Ember.js command line utility"; 37 + description = "Ember.js command line utility"; 38 38 license = licenses.mit; 39 39 maintainers = with maintainers; [ jfvillablanca ]; 40 40 platforms = platforms.all;
+1 -1
pkgs/by-name/en/encrypted-dns-server/package.nix
··· 37 37 38 38 meta = { 39 39 changelog = "https://github.com/DNSCrypt/encrypted-dns-server/releases/tag/${version}"; 40 - description = "An easy to install, high-performance, zero maintenance proxy to run an encrypted DNS server"; 40 + description = "Easy to install, high-performance, zero maintenance proxy to run an encrypted DNS server"; 41 41 homepage = "https://github.com/DNSCrypt/encrypted-dns-server"; 42 42 license = lib.licenses.mit; 43 43 maintainers = with lib.maintainers; [ paepcke ];
+1 -1
pkgs/by-name/eq/equicord/package.nix
··· 64 64 }; 65 65 66 66 meta = { 67 - description = "The other cutest Discord client mod"; 67 + description = "Other cutest Discord client mod"; 68 68 homepage = "https://github.com/Equicord/Equicord"; 69 69 license = lib.licenses.gpl3Only; 70 70 platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/er/erlang-language-platform/package.nix
··· 41 41 ''; 42 42 43 43 meta = { 44 - description = "An IDE-first library for the semantic analysis of Erlang code, including LSP server, linting and refactoring tools."; 44 + description = "IDE-first library for the semantic analysis of Erlang code, including LSP server, linting and refactoring tools"; 45 45 homepage = "https://github.com/WhatsApp/erlang-language-platform/"; 46 46 license = with lib.licenses; [ 47 47 mit
+1 -1
pkgs/by-name/ev/everest-mons/package.nix
··· 40 40 41 41 meta = with lib; { 42 42 homepage = "https://mons.coloursofnoise.ca/"; 43 - description = "A commandline Everest installer and mod manager for Celeste"; 43 + description = "Commandline Everest installer and mod manager for Celeste"; 44 44 license = licenses.mit; 45 45 maintainers = with lib.maintainers; [ ulysseszhan ]; 46 46 mainProgram = "mons";
+1 -1
pkgs/by-name/f1/f1viewer/package.nix
··· 18 18 vendorHash = "sha256-UNeH3zxgssXxFpJws6nAL8EgXt0DRyAQfmlJWz/qyDg="; 19 19 20 20 meta = with lib; { 21 - description = "A TUI to view Formula 1 footage using VLC or another media player"; 21 + description = "TUI to view Formula 1 footage using VLC or another media player"; 22 22 homepage = "https://github.com/SoMuchForSubtlety/f1viewer"; 23 23 license = licenses.gpl3Only; 24 24 maintainers = with maintainers; [ michzappa ];
+1 -1
pkgs/by-name/fa/fastfetch/package.nix
··· 265 265 passthru.updateScript = nix-update-script { }; 266 266 267 267 meta = { 268 - description = "An actively maintained, feature-rich and performance oriented, neofetch like system information tool"; 268 + description = "Actively maintained, feature-rich and performance oriented, neofetch like system information tool"; 269 269 homepage = "https://github.com/fastfetch-cli/fastfetch"; 270 270 changelog = "https://github.com/fastfetch-cli/fastfetch/releases/tag/${finalAttrs.version}"; 271 271 license = lib.licenses.mit;
+1 -1
pkgs/by-name/fa/fastqc/package.nix
··· 71 71 }; 72 72 73 73 meta = { 74 - description = "A quality control application for high throughput sequence data"; 74 + description = "Quality control application for high throughput sequence data"; 75 75 longDescription = '' 76 76 FastQC aims to provide a simple way to do some quality control checks on raw sequence data coming from high throughput sequencing pipelines. It provides a modular set of analyses which you can use to give a quick impression of whether your data has any problems of which you should be aware before doing any further analysis. 77 77
+1 -1
pkgs/by-name/fa/faust2/package.nix
··· 126 126 ''; 127 127 128 128 meta = meta // { 129 - description = "A functional programming language for realtime audio signal processing"; 129 + description = "Functional programming language for realtime audio signal processing"; 130 130 longDescription = '' 131 131 FAUST (Functional Audio Stream) is a functional programming 132 132 language specifically designed for real-time signal processing
+1 -1
pkgs/by-name/fc/fcitx5-fluent/package.nix
··· 29 29 ''; 30 30 31 31 meta = with lib; { 32 - description = "A fluent-design theme with blur effect and shadow"; 32 + description = "Fluent-design theme with blur effect and shadow"; 33 33 homepage = "https://github.com/Reverier-Xu/Fluent-fcitx5"; 34 34 license = licenses.mpl20; 35 35 platforms = platforms.all;
+1 -1
pkgs/by-name/ff/ffts/package.nix
··· 21 21 cmakeFlags = [ "-DENABLE_SHARED=ON" ]; 22 22 23 23 meta = { 24 - description = "The Fastest Fourier Transform in the South"; 24 + description = "Fastest Fourier Transform in the South"; 25 25 homepage = "https://github.com/linkotec/ffts"; 26 26 license = lib.licenses.mit; 27 27 maintainers = with lib.maintainers; [ bgamari ];
+1 -1
pkgs/by-name/fs/fscrypt-experimental/package.nix
··· 46 46 ''; 47 47 48 48 meta = with lib; { 49 - description = "A high-level tool for the management of Linux filesystem encryption"; 49 + description = "High-level tool for the management of Linux filesystem encryption"; 50 50 mainProgram = "fscrypt"; 51 51 longDescription = '' 52 52 This tool manages metadata, key generation, key wrapping, PAM integration,
+1 -1
pkgs/by-name/gd/gdmap/package.nix
··· 36 36 37 37 meta = with lib; { 38 38 homepage = "https://gitlab.com/sjohannes/gdmap"; 39 - description = "A tool to visualize disk space (GTK 3 port of Original)"; 39 + description = "Tool to visualize disk space (GTK 3 port of Original)"; 40 40 license = licenses.gpl2Only; 41 41 platforms = platforms.linux; 42 42 maintainers = [ maintainers.bjornfor ];
+1 -1
pkgs/by-name/gi/git-toolbelt/package.nix
··· 40 40 41 41 meta = { 42 42 changelog = "https://github.com/nvie/git-toolbelt/blob/${finalAttrs.src.rev}/CHANGELOG.md"; 43 - description = "A suite of useful Git commands that aid with scripting or every day command line usage"; 43 + description = "Suite of useful Git commands that aid with scripting or every day command line usage"; 44 44 homepage = "https://github.com/nvie/git-toolbelt"; 45 45 license = lib.licenses.bsd3; 46 46 maintainers = with lib.maintainers; [ tomasajt ];
+1 -1
pkgs/by-name/gi/git-wait/package.nix
··· 42 42 ''; 43 43 44 44 meta = { 45 - description = "A simple git wrapper that waits until index.lock file is removed when present before running the command"; 45 + description = "Simple git wrapper that waits until index.lock file is removed when present before running the command"; 46 46 homepage = "https://github.com/darshanparajuli/git-wait"; 47 47 license = lib.licenses.mit; 48 48 maintainers = with lib.maintainers; [ pbsds ];
+1 -1
pkgs/by-name/gi/gitnuro/package.nix
··· 64 64 ]; 65 65 66 66 meta = with lib; { 67 - description = "A FOSS Git multiplatform client based on Compose and JGit"; 67 + description = "FOSS Git multiplatform client based on Compose and JGit"; 68 68 homepage = "https://gitnuro.com/"; 69 69 license = licenses.gpl3Plus; 70 70 platforms = [
+1 -1
pkgs/by-name/gl/glasskube/package.nix
··· 78 78 passthru.updateScript = nix-update-script { }; 79 79 80 80 meta = { 81 - description = "The missing Package Manager for Kubernetes featuring a GUI and a CLI"; 81 + description = "Missing Package Manager for Kubernetes featuring a GUI and a CLI"; 82 82 homepage = "https://github.com/glasskube/glasskube"; 83 83 changelog = "https://github.com/glasskube/glasskube/releases/tag/v${version}"; 84 84 maintainers = with lib.maintainers; [ jakuzure ];
+1 -1
pkgs/by-name/gn/gnome-clocks/package.nix
··· 72 72 73 73 meta = { 74 74 homepage = "https://apps.gnome.org/Clocks/"; 75 - description = "A simple and elegant clock application for GNOME"; 75 + description = "Simple and elegant clock application for GNOME"; 76 76 longDescription = '' 77 77 A simple and elegant clock application. It includes world clocks, alarms, 78 78 a stopwatch, and timers.
+1 -1
pkgs/by-name/go/gocatcli/package.nix
··· 38 38 meta = { 39 39 homepage = "https://github.com/deadc0de6/gocatcli"; 40 40 changelog = "https://github.com/deadc0de6/gocatcli/releases/tag/v${version}"; 41 - description = "The command line catalog tool for your offline data"; 41 + description = "Command line catalog tool for your offline data"; 42 42 longDescription = '' 43 43 gocatcli is a catalog tool for your offline data. It indexes external 44 44 media in a catalog file and allows to quickly find specific files or even
+1 -1
pkgs/by-name/go/gomuks/package.nix
··· 60 60 61 61 meta = with lib; { 62 62 homepage = "https://maunium.net/go/gomuks/"; 63 - description = "A terminal based Matrix client written in Go"; 63 + description = "Terminal based Matrix client written in Go"; 64 64 mainProgram = "gomuks"; 65 65 license = licenses.agpl3Plus; 66 66 maintainers = with maintainers; [ chvp ];
+1 -1
pkgs/by-name/go/gopro-tool/package.nix
··· 37 37 ''; 38 38 39 39 meta = { 40 - description = "A tool to control GoPro webcam mode in Linux (requires v4l2loopback kernel module and a firewall rule)"; 40 + description = "Tool to control GoPro webcam mode in Linux (requires v4l2loopback kernel module and a firewall rule)"; 41 41 license = lib.licenses.bsd3; 42 42 maintainers = with lib.maintainers; [ ZMon3y ]; 43 43 platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/gp/gpauth/package.nix
··· 34 34 35 35 meta = with lib; { 36 36 changelog = "https://github.com/${src.owner}/${src.repo}/blob/${src.rev}/changelog.md"; 37 - description = "A CLI for GlobalProtect VPN, based on OpenConnect, supports the SSO authentication method"; 37 + description = "CLI for GlobalProtect VPN, based on OpenConnect, supports the SSO authentication method"; 38 38 longDescription = '' 39 39 A CLI for GlobalProtect VPN, based on OpenConnect, supports the SSO 40 40 authentication method. Inspired by gp-saml-gui.
+1 -1
pkgs/by-name/gr/gren/generated-package.nix
··· 95 95 testToolDepends = [ hspec-discover ]; 96 96 jailbreak = true; 97 97 homepage = "https://gren-lang.org"; 98 - description = "The `gren` command line interface"; 98 + description = "`gren` command line interface"; 99 99 license = lib.licenses.bsd3; 100 100 mainProgram = "gren"; 101 101 }
+1 -1
pkgs/by-name/gr/grpc-gateway/package.nix
··· 39 39 }; 40 40 41 41 meta = with lib; { 42 - description = "A gRPC to JSON proxy generator plugin for Google Protocol Buffers"; 42 + description = "GRPC to JSON proxy generator plugin for Google Protocol Buffers"; 43 43 longDescription = '' 44 44 This is a plugin for the Google Protocol Buffers compiler (protoc). It reads 45 45 protobuf service definitions and generates a reverse-proxy server which
+1 -1
pkgs/by-name/gu/guile-json-rpc/package.nix
··· 42 42 ''; 43 43 44 44 meta = { 45 - description = "A JSON-RPC implementation for Scheme"; 45 + description = "JSON-RPC implementation for Scheme"; 46 46 homepage = "https://codeberg.org/rgherdt/scheme-json-rpc"; 47 47 license = lib.licenses.mit; 48 48 maintainers = with lib.maintainers; [ knightpp ];
+1 -1
pkgs/by-name/gu/guile-lsp-server/package.nix
··· 58 58 59 59 meta = { 60 60 homepage = "https://codeberg.org/rgherdt/scheme-lsp-server"; 61 - description = "An LSP server for Guile"; 61 + description = "LSP server for Guile"; 62 62 mainProgram = "guile-lsp-server"; 63 63 license = lib.licenses.mit; 64 64 maintainers = with lib.maintainers; [ knightpp ];
+1 -1
pkgs/by-name/gu/guile-semver/package.nix
··· 29 29 doCheck = true; 30 30 31 31 meta = with lib; { 32 - description = "A GNU Guile library implementing Semantic Versioning 2.0.0"; 32 + description = "GNU Guile library implementing Semantic Versioning 2.0.0"; 33 33 homepage = "https://ngyro.com/software/guile-semver.html"; 34 34 license = licenses.gpl3Plus; 35 35 maintainers = with maintainers; [ foo-dogsquared ];
+1 -1
pkgs/by-name/ha/hadolint-sarif/package.nix
··· 25 25 }; 26 26 27 27 meta = { 28 - description = "A CLI tool to convert hadolint diagnostics into SARIF"; 28 + description = "CLI tool to convert hadolint diagnostics into SARIF"; 29 29 homepage = "https://psastras.github.io/sarif-rs"; 30 30 license = lib.licenses.mit; 31 31 maintainers = with lib.maintainers; [ getchoo ];
+1 -1
pkgs/by-name/ha/harlequin/package.nix
··· 90 90 ]; 91 91 92 92 meta = { 93 - description = "The SQL IDE for Your Terminal"; 93 + description = "SQL IDE for Your Terminal"; 94 94 homepage = "https://harlequin.sh"; 95 95 changelog = "https://github.com/tconbeer/harlequin/releases/tag/v${version}"; 96 96 license = lib.licenses.mit;
+1 -1
pkgs/by-name/hd/hdfview/package.nix
··· 95 95 ''; 96 96 97 97 meta = { 98 - description = "A visual tool for browsing and editing HDF4 and HDF5 files"; 98 + description = "Visual tool for browsing and editing HDF4 and HDF5 files"; 99 99 license = lib.licenses.free; # BSD-like 100 100 homepage = "https://www.hdfgroup.org/downloads/hdfview"; 101 101 downloadPage = "https://github.com/HDFGroup/hdfview";
+1 -1
pkgs/by-name/he/headset-charge-indicator/package.nix
··· 63 63 64 64 meta = with lib; { 65 65 homepage = "https://github.com/centic9/headset-charge-indicator"; 66 - description = "A app-indicator for GNOME desktops for controlling some features of various wireless headsets"; 66 + description = "App-indicator for GNOME desktops for controlling some features of various wireless headsets"; 67 67 longDescription = "A simple app-indicator for GNOME desktops to display the battery charge of some wireless headsets which also allows to control some functions like LEDs, sidetone and others."; 68 68 platforms = platforms.linux; 69 69 maintainers = with maintainers; [ zebreus ];
+1 -1
pkgs/by-name/he/heimdall-proxy/package.nix
··· 34 34 ]; 35 35 36 36 meta = { 37 - description = "A cloud native Identity Aware Proxy and Access Control Decision service"; 37 + description = "Cloud native Identity Aware Proxy and Access Control Decision service"; 38 38 homepage = "https://dadrus.github.io/heimdall"; 39 39 license = lib.licenses.asl20; 40 40 maintainers = with lib.maintainers; [ albertilagan ];
+1 -1
pkgs/by-name/he/heptabase/package.nix
··· 28 28 29 29 meta = { 30 30 changelog = "https://github.com/heptameta/project-meta/releases/tag/v${version}"; 31 - description = "A visual note-taking tool for learning complex topics"; 31 + description = "Visual note-taking tool for learning complex topics"; 32 32 homepage = "https://heptabase.com/"; 33 33 license = lib.licenses.unfree; 34 34 maintainers = with lib.maintainers; [ luftmensch-luftmensch ];
+1 -1
pkgs/by-name/he/hexxy/package.nix
··· 24 24 passthru.updateScript = nix-update-script { }; 25 25 26 26 meta = { 27 - description = "A modern and beautiful alternative to xxd and hexdump"; 27 + description = "Modern and beautiful alternative to xxd and hexdump"; 28 28 homepage = "https://github.com/sweetbbak/hexxy"; 29 29 license = lib.licenses.mit; 30 30 maintainers = [ lib.maintainers.NotAShelf ];
+1 -1
pkgs/by-name/hm/hmcl/package.nix
··· 106 106 107 107 meta = with lib; { 108 108 homepage = "https://hmcl.huangyuhui.net"; 109 - description = "A Minecraft Launcher which is multi-functional, cross-platform and popular"; 109 + description = "Minecraft Launcher which is multi-functional, cross-platform and popular"; 110 110 mainProgram = "hmcl"; 111 111 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 112 112 license = licenses.gpl3Only;
+1 -1
pkgs/by-name/ho/homer/package.nix
··· 63 63 }; 64 64 65 65 meta = with lib; { 66 - description = "A very simple static homepage for your server."; 66 + description = "Very simple static homepage for your server"; 67 67 homepage = "https://homer-demo.netlify.app/"; 68 68 changelog = "https://github.com/bastienwirtz/homer/releases"; 69 69 license = licenses.asl20;
+1 -1
pkgs/by-name/ho/honggfuzz/package.nix
··· 58 58 ''; 59 59 60 60 meta = { 61 - description = "A security oriented, feedback-driven, evolutionary, easy-to-use fuzzer"; 61 + description = "Security oriented, feedback-driven, evolutionary, easy-to-use fuzzer"; 62 62 longDescription = '' 63 63 Honggfuzz is a security oriented, feedback-driven, evolutionary, 64 64 easy-to-use fuzzer with interesting analysis options. It is
+1 -1
pkgs/by-name/ht/hterm/package.nix
··· 58 58 meta = { 59 59 homepage = "https://www.der-hammer.info/pages/terminal.html"; 60 60 changelog = "https://www.der-hammer.info/terminal/CHANGELOG.txt"; 61 - description = "A terminal program for serial communication"; 61 + description = "Terminal program for serial communication"; 62 62 # See https://www.der-hammer.info/terminal/LICENSE.txt 63 63 license = lib.licenses.unfree; 64 64 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
+1 -1
pkgs/by-name/hy/hyprland-qt-support/package.nix
··· 39 39 ]; 40 40 41 41 meta = { 42 - description = "A Qt6 QML provider for hypr* apps"; 42 + description = "Qt6 QML provider for hypr* apps"; 43 43 homepage = "https://github.com/hyprwm/hyprland-qt-support"; 44 44 license = lib.licenses.bsd3; 45 45 platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/hy/hyprprop/package.nix
··· 62 62 63 63 passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; 64 64 meta = { 65 - description = "An xprop replacement for Hyprland"; 65 + description = "Xprop replacement for Hyprland"; 66 66 license = lib.licenses.mit; 67 67 platforms = lib.platforms.unix; 68 68 teams = [ lib.teams.hyprland ];
+1 -1
pkgs/by-name/hy/hyprsysteminfo/package.nix
··· 43 43 ''; 44 44 45 45 meta = { 46 - description = "A tiny qt6/qml application to display information about the running system"; 46 + description = "Tiny qt6/qml application to display information about the running system"; 47 47 homepage = "https://github.com/hyprwm/hyprsysteminfo"; 48 48 license = lib.licenses.bsd3; 49 49 teams = [ lib.teams.hyprland ];
+1 -1
pkgs/by-name/im/imsprog/package.nix
··· 62 62 63 63 meta = { 64 64 changelog = "https://github.com/bigbigmdm/IMSProg/releases/tag/v${finalAttrs.version}"; 65 - description = "A free I2C EEPROM programmer tool for CH341A device"; 65 + description = "Free I2C EEPROM programmer tool for CH341A device"; 66 66 homepage = "https://github.com/bigbigmdm/IMSProg"; 67 67 license = with lib.licenses; [ 68 68 gpl3Plus
+1 -1
pkgs/by-name/is/isabelle/package.nix
··· 229 229 }; 230 230 231 231 meta = with lib; { 232 - description = "A generic proof assistant"; 232 + description = "Generic proof assistant"; 233 233 234 234 longDescription = '' 235 235 Isabelle is a generic proof assistant. It allows mathematical formulas
+1 -1
pkgs/by-name/jj/jjui/package.nix
··· 20 20 passthru.updateScript = nix-update-script { }; 21 21 22 22 meta = { 23 - description = "A TUI for Jujutsu VCS"; 23 + description = "TUI for Jujutsu VCS"; 24 24 homepage = "https://github.com/idursun/jjui"; 25 25 changelog = "https://github.com/idursun/jjui/releases/tag/v${finalAttrs.version}"; 26 26 license = lib.licenses.mit;
+1 -1
pkgs/by-name/ka/kanidm-provision/package.nix
··· 40 40 }; 41 41 42 42 meta = { 43 - description = "A small utility to help with kanidm provisioning"; 43 + description = "Small utility to help with kanidm provisioning"; 44 44 homepage = "https://github.com/oddlama/kanidm-provision"; 45 45 license = with lib.licenses; [ 46 46 asl20
+1 -1
pkgs/by-name/kc/kcl-language-server/package.nix
··· 42 42 43 43 meta = { 44 44 changelog = "https://github.com/kcl-lang/kcl/releases/tag/v${version}"; 45 - description = "A high-performance implementation of KCL written in Rust that uses LLVM as the compiler backend"; 45 + description = "High-performance implementation of KCL written in Rust that uses LLVM as the compiler backend"; 46 46 downloadPage = "https://github.com/kcl-lang/kcl/tree/v${version}/kclvm/tools/src/LSP"; 47 47 homepage = "https://www.kcl-lang.io/"; 48 48 license = lib.licenses.asl20;
+1 -1
pkgs/by-name/kc/kcl/package.nix
··· 63 63 updateScript = nix-update-script { }; 64 64 65 65 meta = { 66 - description = "A command line interface for KCL programming language"; 66 + description = "Command line interface for KCL programming language"; 67 67 changelog = "https://github.com/kcl-lang/cli/releases/tag/v${version}"; 68 68 homepage = "https://github.com/kcl-lang/cli"; 69 69 license = lib.licenses.asl20;
+1 -1
pkgs/by-name/kc/kclvm/package.nix
··· 40 40 PROTOC_INCLUDE = "${protobuf}/include"; 41 41 42 42 meta = with lib; { 43 - description = "A high-performance implementation of KCL written in Rust that uses LLVM as the compiler backend"; 43 + description = "High-performance implementation of KCL written in Rust that uses LLVM as the compiler backend"; 44 44 homepage = "https://github.com/kcl-lang/kcl"; 45 45 license = licenses.asl20; 46 46 platforms = platforms.linux ++ platforms.darwin;
+1 -1
pkgs/by-name/kc/kclvm_cli/package.nix
··· 27 27 ]; 28 28 29 29 meta = with lib; { 30 - description = "A high-performance implementation of KCL written in Rust that uses LLVM as the compiler backend"; 30 + description = "High-performance implementation of KCL written in Rust that uses LLVM as the compiler backend"; 31 31 homepage = "https://github.com/kcl-lang/kcl"; 32 32 license = licenses.asl20; 33 33 platforms = platforms.linux ++ platforms.darwin;
+1 -1
pkgs/by-name/ki/kitex/package.nix
··· 37 37 }; 38 38 39 39 meta = { 40 - description = "A high-performance and strong-extensibility Golang RPC framework"; 40 + description = "High-performance and strong-extensibility Golang RPC framework"; 41 41 homepage = "https://github.com/cloudwego/kitex"; 42 42 license = lib.licenses.asl20; 43 43 maintainers = with lib.maintainers; [ aaronjheng ];
+1 -1
pkgs/by-name/ki/kitty/package.nix
··· 312 312 313 313 meta = with lib; { 314 314 homepage = "https://github.com/kovidgoyal/kitty"; 315 - description = "The fast, feature-rich, GPU based terminal emulator"; 315 + description = "Fast, feature-rich, GPU based terminal emulator"; 316 316 license = licenses.gpl3Only; 317 317 changelog = [ 318 318 "https://sw.kovidgoyal.net/kitty/changelog/"
+1 -1
pkgs/by-name/ko/koreader/package.nix
··· 101 101 meta = { 102 102 homepage = "https://github.com/koreader/koreader"; 103 103 changelog = "https://github.com/koreader/koreader/releases/tag/v${version}"; 104 - description = "An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices"; 104 + description = "Ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices"; 105 105 mainProgram = "koreader"; 106 106 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 107 107 platforms = [
+1 -1
pkgs/by-name/ku/kube-capacity/package.nix
··· 18 18 vendorHash = "sha256-YME4AXpHvr1bNuc/HoHxam+7ZkwLzjhIvFSfD4hga1A="; 19 19 20 20 meta = { 21 - description = "A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster"; 21 + description = "Simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster"; 22 22 mainProgram = "kube-capacity"; 23 23 homepage = "https://github.com/robscott/kube-capacity"; 24 24 changelog = "https://github.com/robscott/kube-capacity/releases/tag/v${version}";
+1 -1
pkgs/by-name/ku/kubefetch/package.nix
··· 17 17 vendorHash = "sha256-qsncOsCxepySJI+rJnzbIGxSWlxMzqShtzcEoJD2UPw="; 18 18 19 19 meta = { 20 - description = "A neofetch-like tool to show info about your Kubernetes Cluster."; 20 + description = "Neofetch-like tool to show info about your Kubernetes Cluster"; 21 21 homepage = "https://github.com/jkulzer/kubefetch"; 22 22 license = lib.licenses.gpl3Plus; 23 23 maintainers = with lib.maintainers; [ wrmilling ];
+1 -1
pkgs/by-name/ku/kuro/package.nix
··· 82 82 83 83 meta = with lib; { 84 84 changelog = "https://github.com/davidsmorais/kuro/releases/tag/${src.rev}"; 85 - description = "An unofficial, featureful, open source, community-driven, free Microsoft To-Do app"; 85 + description = "Unofficial, featureful, open source, community-driven, free Microsoft To-Do app"; 86 86 homepage = "https://github.com/davidsmorais/kuro"; 87 87 license = licenses.mit; 88 88 mainProgram = "kuro";
+1 -1
pkgs/by-name/la/lasuite-docs-collaboration-server/package.nix
··· 89 89 ''; 90 90 91 91 meta = { 92 - description = "A collaborative note taking, wiki and documentation platform that scales. Built with Django and React. Opensource alternative to Notion or Outline"; 92 + description = "Collaborative note taking, wiki and documentation platform that scales. Built with Django and React. Opensource alternative to Notion or Outline"; 93 93 homepage = "https://github.com/suitenumerique/docs"; 94 94 changelog = "https://github.com/suitenumerique/docs/blob/${src.tag}/CHANGELOG.md"; 95 95 mainProgram = "docs-collaboration-server";
+1 -1
pkgs/by-name/la/lasuite-docs-frontend/package.nix
··· 76 76 ''; 77 77 78 78 meta = { 79 - description = "A collaborative note taking, wiki and documentation platform that scales. Built with Django and React. Opensource alternative to Notion or Outline"; 79 + description = "Collaborative note taking, wiki and documentation platform that scales. Built with Django and React. Opensource alternative to Notion or Outline"; 80 80 homepage = "https://github.com/suitenumerique/docs"; 81 81 changelog = "https://github.com/suitenumerique/docs/blob/${src.tag}/CHANGELOG.md"; 82 82 license = lib.licenses.mit;
+1 -1
pkgs/by-name/la/lasuite-docs/package.nix
··· 108 108 }; 109 109 110 110 meta = { 111 - description = "A collaborative note taking, wiki and documentation platform that scales. Built with Django and React. Opensource alternative to Notion or Outline"; 111 + description = "Collaborative note taking, wiki and documentation platform that scales. Built with Django and React. Opensource alternative to Notion or Outline"; 112 112 homepage = "https://github.com/suitenumerique/docs"; 113 113 changelog = "https://github.com/suitenumerique/docs/blob/${src.tag}/CHANGELOG.md"; 114 114 license = lib.licenses.mit;
+1 -1
pkgs/by-name/la/lauti/package.nix
··· 46 46 }; 47 47 48 48 meta = { 49 - description = "An open source calendar for events, groups and places"; 49 + description = "Open source calendar for events, groups and places"; 50 50 homepage = "https://lauti.org"; 51 51 license = lib.licenses.agpl3Only; 52 52 maintainers = with lib.maintainers; [ onny ];
+1 -1
pkgs/by-name/la/lazysql/package.nix
··· 34 34 }; 35 35 36 36 meta = with lib; { 37 - description = "A cross-platform TUI database management tool written in Go"; 37 + description = "Cross-platform TUI database management tool written in Go"; 38 38 homepage = "https://github.com/jorgerojas26/lazysql"; 39 39 license = licenses.mit; 40 40 maintainers = with maintainers; [ kanielrkirby ];
+1 -1
pkgs/by-name/ld/ld64/package.nix
··· 170 170 __structuredAttrs = true; 171 171 172 172 meta = { 173 - description = "The classic linker for Darwin"; 173 + description = "Classic linker for Darwin"; 174 174 homepage = "https://opensource.apple.com/releases/"; 175 175 license = lib.licenses.apple-psl20; 176 176 mainProgram = "ld";
+1 -1
pkgs/by-name/le/leetgo/package.nix
··· 36 36 ''; 37 37 38 38 meta = { 39 - description = "A command-line tool for LeetCode"; 39 + description = "Command-line tool for LeetCode"; 40 40 homepage = "https://github.com/j178/leetgo"; 41 41 changelog = "https://github.com/j178/leetgo/releases/tag/v${version}"; 42 42 license = lib.licenses.mit;
+1 -1
pkgs/by-name/li/liana/package.nix
··· 84 84 85 85 meta = with lib; { 86 86 mainProgram = "liana-gui"; 87 - description = "A Bitcoin wallet leveraging on-chain timelocks for safety and recovery"; 87 + description = "Bitcoin wallet leveraging on-chain timelocks for safety and recovery"; 88 88 homepage = "https://wizardsardine.com/liana"; 89 89 changelog = "https://github.com/wizardsardine/liana/releases/tag/${src.rev}"; 90 90 license = licenses.bsd3;
+1 -1
pkgs/by-name/li/lib25519/package.nix
··· 72 72 73 73 meta = { 74 74 homepage = "https://randombytes.cr.yp.to/"; 75 - description = "A simple API for applications generating fresh randomness"; 75 + description = "Simple API for applications generating fresh randomness"; 76 76 changelog = "https://randombytes.cr.yp.to/download.html"; 77 77 license = with lib.licenses; [ 78 78 # Upstream specifies the public domain licenses with the terms here https://cr.yp.to/spdx.html
+1 -1
pkgs/by-name/li/libetebase/package.nix
··· 37 37 passthru.tests.pkgs-config = testers.testMetaPkgConfig libetebase; 38 38 39 39 meta = with lib; { 40 - description = "A C library for Etebase"; 40 + description = "C library for Etebase"; 41 41 homepage = "https://www.etebase.com/"; 42 42 license = licenses.bsd3; 43 43 broken = stdenv.hostPlatform.isDarwin;
+1 -1
pkgs/by-name/li/libgen-cli/package.nix
··· 38 38 39 39 meta = with lib; { 40 40 homepage = "https://github.com/ciehanski/libgen-cli"; 41 - description = "A CLI tool used to access the Library Genesis dataset; written in Go"; 41 + description = "CLI tool used to access the Library Genesis dataset; written in Go"; 42 42 longDescription = '' 43 43 libgen-cli is a command line interface application which allows users to 44 44 quickly query the Library Genesis dataset and download any of its
+1 -1
pkgs/by-name/li/libnop/package.nix
··· 38 38 ''; 39 39 40 40 meta = { 41 - description = "A fast, header-only C++ serialization library"; 41 + description = "Fast, header-only C++ serialization library"; 42 42 homepage = "https://github.com/google/libnop"; 43 43 license = lib.licenses.asl20; 44 44 platforms = lib.platforms.all;
+1 -1
pkgs/by-name/li/libpisp/package.nix
··· 32 32 33 33 meta = with lib; { 34 34 homepage = "https://github.com/raspberrypi/libpisp"; 35 - description = "A helper library to generate run-time configuration for the Raspberry Pi ISP (PiSP), consisting of the Frontend and Backend hardware components."; 35 + description = "Helper library to generate run-time configuration for the Raspberry Pi ISP (PiSP), consisting of the Frontend and Backend hardware components"; 36 36 license = licenses.bsd2; 37 37 platforms = platforms.all; 38 38 };
+1 -1
pkgs/by-name/li/librandombytes/package.nix
··· 55 55 56 56 meta = { 57 57 homepage = "https://randombytes.cr.yp.to/"; 58 - description = "A simple API for applications generating fresh randomness"; 58 + description = "Simple API for applications generating fresh randomness"; 59 59 changelog = "https://randombytes.cr.yp.to/download.html"; 60 60 license = with lib.licenses; [ 61 61 # Upstream specifies the public domain licenses with the terms here https://cr.yp.to/spdx.html
+1 -1
pkgs/by-name/li/librearp-lv2/package.nix
··· 63 63 ''; 64 64 65 65 meta = with lib; { 66 - description = "A pattern-based arpeggio generator plugin."; 66 + description = "Pattern-based arpeggio generator plugin"; 67 67 homepage = "https://librearp.gitlab.io/"; 68 68 license = licenses.gpl3Plus; 69 69 platforms = [ "x86_64-linux" ];
+1 -1
pkgs/by-name/li/librearp/package.nix
··· 63 63 ''; 64 64 65 65 meta = with lib; { 66 - description = "A pattern-based arpeggio generator plugin"; 66 + description = "Pattern-based arpeggio generator plugin"; 67 67 homepage = "https://librearp.gitlab.io/"; 68 68 license = licenses.gpl3Plus; 69 69 platforms = [ "x86_64-linux" ];
+1 -1
pkgs/by-name/li/libstudxml/package.nix
··· 31 31 ''; 32 32 33 33 meta = { 34 - description = "A streaming XML pull parser and streaming XML serializer implementation for modern, standard C++"; 34 + description = "Streaming XML pull parser and streaming XML serializer implementation for modern, standard C++"; 35 35 homepage = "https://www.codesynthesis.com/projects/libstudxml/"; 36 36 license = lib.licenses.mit; 37 37 maintainers = with lib.maintainers; [ tomasajt ];
+1 -1
pkgs/by-name/li/littlenavmap/atools.nix
··· 36 36 dontWrapQtApps = true; 37 37 38 38 meta = { 39 - description = "A static library extending Qt for exception handling, a log4j like logging framework, Flight Simulator related utilities like BGL reader and more"; 39 + description = "Static library extending Qt for exception handling, a log4j like logging framework, Flight Simulator related utilities like BGL reader and more"; 40 40 homepage = "https://github.com/albar965/atools"; 41 41 changelog = "https://github.com/albar965/atools/blob/${src.rev}/CHANGELOG.txt"; 42 42 license = lib.licenses.gpl3Only;
+1 -1
pkgs/by-name/li/littlenavmap/package.nix
··· 120 120 passthru.local-packages = { inherit atools marble; }; 121 121 122 122 meta = { 123 - description = "A free flight planner, navigation tool, moving map, airport search and airport information system for Flight Simulator X, Microsoft Flight Simulator 2020, Prepar3D and X-Plane"; 123 + description = "Free flight planner, navigation tool, moving map, airport search and airport information system for Flight Simulator X, Microsoft Flight Simulator 2020, Prepar3D and X-Plane"; 124 124 homepage = "https://github.com/albar965/littlenavmap"; 125 125 changelog = "https://github.com/albar965/littlenavmap/blob/${src.rev}/CHANGELOG.txt"; 126 126 license = lib.licenses.gpl3Only;
+1 -1
pkgs/by-name/lo/lorien/package.nix
··· 128 128 129 129 meta = with lib; { 130 130 homepage = "https://github.com/mbrlabs/Lorien"; 131 - description = "An infinite canvas drawing/note-taking app"; 131 + description = "Infinite canvas drawing/note-taking app"; 132 132 longDescription = '' 133 133 An infinite canvas drawing/note-taking app that is focused on performance, 134 134 small savefiles and simplicity
+1 -1
pkgs/by-name/lp/lprobe/package.nix
··· 23 23 ]; 24 24 25 25 meta = { 26 - description = "A command-line tool to perform Local Health Check Probes inside Container Images (ECS, Docker)"; 26 + description = "Command-line tool to perform Local Health Check Probes inside Container Images (ECS, Docker)"; 27 27 homepage = "https://github.com/fivexl/lprobe"; 28 28 license = lib.licenses.asl20; 29 29 platforms = lib.platforms.linux ++ lib.platforms.darwin;
+1 -1
pkgs/by-name/lu/luanti/package.nix
··· 149 149 150 150 meta = with lib; { 151 151 homepage = "https://www.luanti.org/"; 152 - description = "An open source voxel game engine (formerly Minetest)"; 152 + description = "Open source voxel game engine (formerly Minetest)"; 153 153 license = licenses.lgpl21Plus; 154 154 platforms = platforms.linux ++ platforms.darwin; 155 155 maintainers = with maintainers; [
+1 -1
pkgs/by-name/lu/lumafly/package.nix
··· 68 68 ]; 69 69 70 70 meta = { 71 - description = "A cross platform mod manager for Hollow Knight written in Avalonia"; 71 + description = "Cross platform mod manager for Hollow Knight written in Avalonia"; 72 72 homepage = "https://themulhima.github.io/Lumafly/"; 73 73 license = lib.licenses.gpl3Plus; 74 74 mainProgram = "Lumafly";
+1 -1
pkgs/by-name/ly/lyra-cursors/package.nix
··· 73 73 ''; 74 74 75 75 meta = { 76 - description = "A cursor theme inspired by macOS and based on capitaine-cursors"; 76 + description = "Cursor theme inspired by macOS and based on capitaine-cursors"; 77 77 homepage = "https://github.com/yeyushengfan258/Lyra-Cursors"; 78 78 license = lib.licenses.gpl3Only; 79 79 platforms = lib.platforms.all;
+1 -1
pkgs/by-name/ma/mackup/package.nix
··· 35 35 disabledTests = [ "test_is_process_running" ]; 36 36 37 37 meta = { 38 - description = "A tool to keep your application settings in sync (OS X/Linux)"; 38 + description = "Tool to keep your application settings in sync (OS X/Linux)"; 39 39 changelog = "https://github.com/lra/mackup/releases/tag/${version}"; 40 40 license = lib.licenses.agpl3Only; 41 41 homepage = "https://github.com/lra/mackup";
+1 -1
pkgs/by-name/ma/mangl/package.nix
··· 39 39 40 40 meta = with lib; { 41 41 homepage = "https://github.com/zigalenarcic/mangl"; 42 - description = "A graphical man page viewer based on the mandoc library"; 42 + description = "Graphical man page viewer based on the mandoc library"; 43 43 license = licenses.bsd2; 44 44 maintainers = with maintainers; [ nrabulinski ]; 45 45 platforms = platforms.linux;
+1 -1
pkgs/by-name/ma/marble-marcher-ce/package.nix
··· 73 73 ]; 74 74 75 75 meta = { 76 - description = "A community-developed version of the original Marble Marcher - a fractal physics game"; 76 + description = "Community-developed version of the original Marble Marcher - a fractal physics game"; 77 77 mainProgram = "marble-marcher-ce"; 78 78 homepage = "https://michaelmoroz.itch.io/mmce"; 79 79 license = with lib.licenses; [
+1 -1
pkgs/by-name/ma/markdown-code-runner/package.nix
··· 20 20 dontUseCargoParallelTests = true; 21 21 22 22 meta = { 23 - description = "A configurable Markdown code runner that executes and optionally replaces code blocks using external commands"; 23 + description = "Configurable Markdown code runner that executes and optionally replaces code blocks using external commands"; 24 24 longDescription = '' 25 25 markdown-code-runner is a command-line tool that scans Markdown files for fenced code blocks, 26 26 executes them using per-language configuration, and optionally replaces the block content
+1 -1
pkgs/by-name/ma/mars-mips/package.nix
··· 68 68 ''; 69 69 70 70 meta = { 71 - description = "An IDE for programming in MIPS assembly language intended for educational-level use"; 71 + description = "IDE for programming in MIPS assembly language intended for educational-level use"; 72 72 mainProgram = "Mars"; 73 73 homepage = "https://courses.missouristate.edu/KenVollmar/MARS/"; 74 74 sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
+1 -1
pkgs/by-name/ma/maxcso/package.nix
··· 28 28 29 29 meta = with lib; { 30 30 homepage = "https://github.com/unknownbrackets/maxcso"; 31 - description = "A fast ISO to CSO compression program for use with PSP and PS2 emulators, which uses multiple algorithms for best compression ratio"; 31 + description = "Fast ISO to CSO compression program for use with PSP and PS2 emulators, which uses multiple algorithms for best compression ratio"; 32 32 maintainers = with maintainers; [ david-sawatzke ]; 33 33 platforms = platforms.linux ++ platforms.darwin; 34 34 license = licenses.isc;
+1 -1
pkgs/by-name/mc/mcphost/package.nix
··· 18 18 vendorHash = "sha256-yD+83cuOIBFF91Zu4Xi2g+dsP4iUOTrjBOuetowLRQw="; 19 19 20 20 meta = { 21 - description = "A CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP"; 21 + description = "CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP"; 22 22 homepage = "https://github.com/mark3labs/mcphost"; 23 23 license = lib.licenses.mit; 24 24 maintainers = with lib.maintainers; [ drupol ];
+1 -1
pkgs/by-name/me/melos/package.nix
··· 36 36 37 37 meta = { 38 38 homepage = "https://github.com/invertase/melos"; 39 - description = "A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits. "; 39 + description = "Tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits. "; 40 40 mainProgram = "melos"; 41 41 license = lib.licenses.asl20; 42 42 maintainers = [ lib.maintainers.eymeric ];
+1 -1
pkgs/by-name/me/mesonlsp/package.nix
··· 160 160 }; 161 161 162 162 meta = with lib; { 163 - description = "An unofficial, unendorsed language server for Meson written in C++"; 163 + description = "Unofficial, unendorsed language server for Meson written in C++"; 164 164 homepage = "https://github.com/JCWasmx86/mesonlsp"; 165 165 changelog = "https://github.com/JCWasmx86/mesonlsp/releases/tag/v${finalAttrs.version}"; 166 166 license = licenses.gpl3Plus;
+1 -1
pkgs/by-name/mi/min/package.nix
··· 34 34 NIX_LDFLAGS = [ "-lpcre" ]; 35 35 36 36 meta = { 37 - description = "A functional, concatenative programming language with a minimalist syntax"; 37 + description = "Functional, concatenative programming language with a minimalist syntax"; 38 38 homepage = "https://min-lang.org/"; 39 39 changelog = "https://github.com/h3rald/min/releases/tag/${finalAttrs.src.rev}"; 40 40 license = lib.licenses.mit;
+1 -1
pkgs/by-name/mi/mitm-cache/package.nix
··· 30 30 passthru.fetch = callPackage ./fetch.nix { }; 31 31 32 32 meta = with lib; { 33 - description = "A MITM caching proxy for use in nixpkgs"; 33 + description = "MITM caching proxy for use in nixpkgs"; 34 34 homepage = "https://github.com/chayleaf/mitm-cache#readme"; 35 35 license = licenses.mit; 36 36 maintainers = with maintainers; [ chayleaf ];
+1 -1
pkgs/by-name/mo/moonpalace/package.nix
··· 29 29 }; 30 30 31 31 meta = { 32 - description = "An API debugging tool provided by Moonshot AI"; 32 + description = "API debugging tool provided by Moonshot AI"; 33 33 homepage = "https://github.com/MoonshotAI/moonpalace"; 34 34 changelog = "https://github.com/MoonshotAI/moonpalace/releases/tag/v${version}"; 35 35 license = lib.licenses.gpl3Only;
+1 -1
pkgs/by-name/mo/mov-cli/mov-cli-test.nix
··· 31 31 nativeBuildInputs = [ setuptools-scm ]; 32 32 33 33 meta = { 34 - description = "A mov-cli plugin that let's you test mov-cli's capabilities by watching free films and animations in the creative commons"; 34 + description = "Mov-cli plugin that let's you test mov-cli's capabilities by watching free films and animations in the creative commons"; 35 35 homepage = "https://github.com/mov-cli/mov-cli-test"; 36 36 license = lib.licenses.mit; 37 37 maintainers = with lib.maintainers; [ youhaveme9 ];
+1 -1
pkgs/by-name/mp/mpv-subs-popout/package.nix
··· 27 27 buildInputs = [ openssl ]; 28 28 29 29 meta = { 30 - description = "A little application that makes it possible to display mpv's subs anywhere you want. With translation features"; 30 + description = "Little application that makes it possible to display mpv's subs anywhere you want. With translation features"; 31 31 homepage = "https://github.com/sdaqo/mpv-subs-popout"; 32 32 license = lib.licenses.gpl3; 33 33 maintainers = [ lib.maintainers.sdaqo ];
+1 -1
pkgs/by-name/mq/mqtt-explorer/package.nix
··· 169 169 ]; 170 170 171 171 meta = with lib; { 172 - description = "An all-round MQTT client that provides a structured topic overview"; 172 + description = "All-round MQTT client that provides a structured topic overview"; 173 173 homepage = "https://github.com/thomasnordquist/MQTT-Explorer"; 174 174 changelog = "https://github.com/thomasnordquist/MQTT-Explorer/releases/tag/v${version}"; 175 175 license = licenses.cc-by-nd-40;
+1 -1
pkgs/by-name/mu/music-assistant/frontend.nix
··· 28 28 29 29 meta = with lib; { 30 30 changelog = "https://github.com/music-assistant/frontend/releases/tag/${version}"; 31 - description = "The Music Assistant frontend"; 31 + description = "Music Assistant frontend"; 32 32 homepage = "https://github.com/music-assistant/frontend"; 33 33 license = licenses.asl20; 34 34 maintainers = with maintainers; [ hexa ];
+1 -1
pkgs/by-name/mu/musl-obstack/package.nix
··· 30 30 31 31 meta = with lib; { 32 32 homepage = "https://github.com/void-linux/musl-obstack"; 33 - description = "An extraction of the obstack functions and macros from GNU libiberty for use with musl-libc"; 33 + description = "Extraction of the obstack functions and macros from GNU libiberty for use with musl-libc"; 34 34 platforms = platforms.unix; 35 35 license = licenses.lgpl21Plus; 36 36 maintainers = [ maintainers.pjjw ];
+1 -1
pkgs/by-name/mv/mvnd/package.nix
··· 100 100 }); 101 101 102 102 meta = { 103 - description = "The Apache Maven Daemon"; 103 + description = "Apache Maven Daemon"; 104 104 homepage = "https://maven.apache.org/"; 105 105 license = lib.licenses.asl20; 106 106 platforms = builtins.attrNames platformMap;
+1 -1
pkgs/by-name/nb/nbsdgames/package.nix
··· 40 40 ''; 41 41 42 42 meta = { 43 - description = "A package of 18 text-based modern games"; 43 + description = "Package of 18 text-based modern games"; 44 44 homepage = "https://github.com/abakh/nbsdgames"; 45 45 license = lib.licenses.cc0; 46 46 maintainers = with lib.maintainers; [ sarcasticadmin ];
+1 -1
pkgs/by-name/ne/next-ls/package.nix
··· 37 37 meta = { 38 38 homepage = "https://www.elixir-tools.dev/next-ls/"; 39 39 changelog = "https://github.com/elixir-tools/next-ls/releases/tag/v${version}"; 40 - description = "The language server for Elixir that just works"; 40 + description = "Language server for Elixir that just works"; 41 41 license = lib.licenses.mit; 42 42 mainProgram = "nextls"; 43 43 maintainers = [ lib.maintainers.adamcstephens ];
+1 -1
pkgs/by-name/ni/nixos-firewall-tool/package.nix
··· 32 32 ''; 33 33 34 34 meta = with lib; { 35 - description = "A tool to temporarily manipulate the NixOS firewall"; 35 + description = "Tool to temporarily manipulate the NixOS firewall"; 36 36 license = licenses.mit; 37 37 maintainers = with maintainers; [ 38 38 clerie
+1 -1
pkgs/by-name/ni/nixos-install-tools/package.nix
··· 28 28 extraOutputsToInstall = [ "man" ]; 29 29 30 30 meta = { 31 - description = "The essential commands from the NixOS installer as a package"; 31 + description = "Essential commands from the NixOS installer as a package"; 32 32 longDescription = '' 33 33 With this package, you get the commands like nixos-generate-config and 34 34 nixos-install that you would otherwise only find on a NixOS system, such
+1 -1
pkgs/by-name/nt/ntfy-alertmanager/package.nix
··· 16 16 vendorHash = "sha256-8a6dvBERegpFYFHQGJppz5tlQioQAudCe3/Q7vro+ZI="; 17 17 18 18 meta = with lib; { 19 - description = "A bridge between ntfy and Alertmanager"; 19 + description = "Bridge between ntfy and Alertmanager"; 20 20 homepage = "https://git.xenrox.net/~xenrox/ntfy-alertmanager"; 21 21 license = licenses.agpl3Only; 22 22 mainProgram = "ntfy-alertmanager";
+1 -1
pkgs/by-name/nu/nuv/package.nix
··· 71 71 72 72 meta = { 73 73 homepage = "https://nuvolaris.io/"; 74 - description = "A CLI tool for running tasks using the Nuvolaris serverless engine"; 74 + description = "CLI tool for running tasks using the Nuvolaris serverless engine"; 75 75 license = lib.licenses.asl20; 76 76 mainProgram = "nuv"; 77 77 maintainers = with lib.maintainers; [
+1 -1
pkgs/by-name/nw/nwjs-ffmpeg-prebuilt/package.nix
··· 38 38 ''; 39 39 40 40 meta = { 41 - description = "An app runtime based on Chromium and node.js"; 41 + description = "App runtime based on Chromium and node.js"; 42 42 homepage = "https://nwjs.io/"; 43 43 platforms = [ 44 44 "i686-linux"
+1 -1
pkgs/by-name/ob/objfw/package.nix
··· 37 37 }; 38 38 39 39 meta = { 40 - description = "A portable framework for the Objective-C language"; 40 + description = "Portable framework for the Objective-C language"; 41 41 homepage = "https://objfw.nil.im"; 42 42 license = lib.licenses.lgpl3; 43 43 maintainers = [ lib.maintainers.steeleduncan ];
+1 -1
pkgs/by-name/oc/ocelot-desktop/package.nix
··· 133 133 ]; 134 134 135 135 meta = { 136 - description = "An advanced OpenComputers emulator"; 136 + description = "Advanced OpenComputers emulator"; 137 137 homepage = "https://ocelot.fomalhaut.me/desktop"; 138 138 changelog = "https://gitlab.com/cc-ru/ocelot/ocelot-desktop/-/releases/v${finalAttrs.version}"; 139 139 license = lib.licenses.mit;
+1 -1
pkgs/by-name/om/omnom/package.nix
··· 78 78 ''; 79 79 80 80 meta = { 81 - description = "A webpage bookmarking and snapshotting service"; 81 + description = "Webpage bookmarking and snapshotting service"; 82 82 homepage = "https://github.com/asciimoo/omnom"; 83 83 license = lib.licenses.agpl3Only; 84 84 teams = [ lib.teams.ngi ];
+1 -1
pkgs/by-name/on/oncall/package.nix
··· 100 100 }; 101 101 102 102 meta = { 103 - description = "A calendar web-app designed for scheduling and managing on-call shifts"; 103 + description = "Calendar web-app designed for scheduling and managing on-call shifts"; 104 104 homepage = "http://oncall.tools"; 105 105 changelog = "https://github.com/linkedin/oncall/blob/${src.rev}/CHANGELOG.md"; 106 106 license = lib.licenses.bsd2;
+1 -1
pkgs/by-name/op/opa-envoy-plugin/package.nix
··· 67 67 mainProgram = "opa"; 68 68 homepage = "https://www.openpolicyagent.org/docs/latest/envoy-introduction/"; 69 69 changelog = "https://github.com/open-policy-agent/opa-envoy-plugin/blob/v${version}/CHANGELOG.md"; 70 - description = "A plugin to enforce OPA policies with Envoy"; 70 + description = "Plugin to enforce OPA policies with Envoy"; 71 71 longDescription = '' 72 72 OPA-Envoy extends OPA with a gRPC server that implements the Envoy 73 73 External Authorization API. You can use this version of OPA to enforce
+1 -1
pkgs/by-name/op/openbgpd/package.nix
··· 57 57 env.NIX_CFLAGS_COMPILE = "-fcommon"; 58 58 59 59 meta = with lib; { 60 - description = "A free implementation of the Border Gateway Protocol, Version 4. It allows ordinary machines to be used as routers exchanging routes with other systems speaking the BGP protocol"; 60 + description = "Free implementation of the Border Gateway Protocol, Version 4. It allows ordinary machines to be used as routers exchanging routes with other systems speaking the BGP protocol"; 61 61 license = licenses.isc; 62 62 homepage = "http://www.openbgpd.org/"; 63 63 maintainers = with maintainers; [ kloenk ];
+1 -1
pkgs/by-name/op/opensupaplex/package.nix
··· 84 84 ]; 85 85 86 86 meta = { 87 - description = "A decompilation of Supaplex in C and SDL"; 87 + description = "Decompilation of Supaplex in C and SDL"; 88 88 homepage = "https://github.com/sergiou87/open-supaplex"; 89 89 changelog = "https://github.com/sergiou87/open-supaplex/blob/master/changelog/v${version}.txt"; 90 90 license = lib.licenses.gpl3Only;
+1 -1
pkgs/by-name/op/optional-lite/package.nix
··· 30 30 }; 31 31 32 32 meta = { 33 - description = "A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library"; 33 + description = "C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library"; 34 34 homepage = "https://github.com/martinmoene/optional-lite"; 35 35 changelog = "https://github.com/martinmoene/optional-lite/blob/v${finalAttrs.version}/CHANGES.txt"; 36 36 license = lib.licenses.boost;
+1 -1
pkgs/by-name/os/osquery/toolchain-bin.nix
··· 37 37 ''; 38 38 39 39 meta = with lib; { 40 - description = "A LLVM-based toolchain for Linux designed to build a portable osquery"; 40 + description = "LLVM-based toolchain for Linux designed to build a portable osquery"; 41 41 homepage = "https://github.com/osquery/osquery-toolchain"; 42 42 platforms = [ 43 43 "x86_64-linux"
+1 -1
pkgs/by-name/ov/overskride/package.nix
··· 78 78 ''; 79 79 80 80 meta = with lib; { 81 - description = "A Bluetooth and Obex client that is straight to the point, DE/WM agnostic, and beautiful"; 81 + description = "Bluetooth and Obex client that is straight to the point, DE/WM agnostic, and beautiful"; 82 82 homepage = "https://github.com/${owner}/${name}"; 83 83 changelog = "https://github.com/${owner}/${name}/blob/v${version}/CHANGELOG.md"; 84 84 license = licenses.gpl3Only;
+1 -1
pkgs/by-name/ox/oxide-rs/package.nix
··· 57 57 }; 58 58 59 59 meta = { 60 - description = "The Oxide Rust SDK and CLI"; 60 + description = "Oxide Rust SDK and CLI"; 61 61 homepage = "https://github.com/oxidecomputer/oxide.rs"; 62 62 license = lib.licenses.mpl20; 63 63 maintainers = with lib.maintainers; [
+1 -1
pkgs/by-name/pa/patchcil/package.nix
··· 59 59 }; 60 60 61 61 meta = { 62 - description = "A small utility to modify the library paths from PInvoke in .NET assemblies."; 62 + description = "Small utility to modify the library paths from PInvoke in .NET assemblies"; 63 63 homepage = "https://github.com/GGG-KILLER/patchcil"; 64 64 license = lib.licenses.mit; 65 65 maintainers = with lib.maintainers; [ ggg ];
+1 -1
pkgs/by-name/pa/paup-cli/package.nix
··· 41 41 ''; 42 42 43 43 meta = { 44 - description = "A software package for inferring evolutionary trees"; 44 + description = "Software package for inferring evolutionary trees"; 45 45 homepage = "http://phylosolutions.com/paup-test/"; 46 46 license = lib.licenses.unfree; 47 47 sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
+1 -1
pkgs/by-name/pe/peertube-viewer/package.nix
··· 19 19 cargoHash = "sha256-Pf8Jj8XGYbNOAyYEBdAysOK92S3S7bZHerQh/2UlrbQ="; 20 20 21 21 meta = with lib; { 22 - description = "A simple CLI browser for the peertube federated video platform"; 22 + description = "Simple CLI browser for the peertube federated video platform"; 23 23 homepage = "https://gitlab.com/peertube-viewer/peertube-viewer-rs"; 24 24 license = licenses.agpl3Only; 25 25 maintainers = with maintainers; [ haruki7049 ];
+1 -1
pkgs/by-name/pe/perses/package.nix
··· 119 119 }; 120 120 121 121 meta = { 122 - description = "The CNCF sandbox for observability visualisation"; 122 + description = "CNCF sandbox for observability visualisation"; 123 123 homepage = "https://perses.dev/"; 124 124 changelog = "https://github.com/perses/perses/releases/tag/v${finalAttrs.version}"; 125 125 license = lib.licenses.asl20;
+1 -1
pkgs/by-name/ph/photini/package.nix
··· 40 40 meta = { 41 41 homepage = "https://github.com/jim-easterbrook/Photini"; 42 42 changelog = "https://photini.readthedocs.io/en/release-${version}/misc/changelog.html"; 43 - description = "An easy to use digital photograph metadata (Exif, IPTC, XMP) editing application"; 43 + description = "Easy to use digital photograph metadata (Exif, IPTC, XMP) editing application"; 44 44 license = lib.licenses.gpl3Plus; 45 45 maintainers = with lib.maintainers; [ zebreus ]; 46 46 mainProgram = "photini";
+1 -1
pkgs/by-name/pi/piano-rs/package.nix
··· 38 38 ''; 39 39 40 40 meta = with lib; { 41 - description = "A multiplayer piano using UDP sockets that can be played using computer keyboard, in the terminal"; 41 + description = "Multiplayer piano using UDP sockets that can be played using computer keyboard, in the terminal"; 42 42 homepage = "https://github.com/ritiek/piano-rs"; 43 43 license = licenses.mit; 44 44 mainProgram = "piano-rs";
+1 -1
pkgs/by-name/pi/pihole/package.nix
··· 232 232 }; 233 233 234 234 meta = { 235 - description = "A black hole for Internet advertisements"; 235 + description = "Black hole for Internet advertisements"; 236 236 license = lib.licenses.eupl12; 237 237 maintainers = with lib.maintainers; [ averyvigolo ]; 238 238 platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/pi/piscope/package.nix
··· 48 48 49 49 meta = { 50 50 homepage = "http://abyz.me.uk/rpi/pigpio/piscope.html"; 51 - description = "A logic analyser (digital waveform viewer) for the Raspberry"; 51 + description = "Logic analyser (digital waveform viewer) for the Raspberry"; 52 52 license = lib.licenses.unlicense; 53 53 maintainers = with lib.maintainers; [ doronbehar ]; 54 54 platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/po/podman-desktop/package.nix
··· 143 143 ]; 144 144 145 145 meta = { 146 - description = "A graphical tool for developing on containers and Kubernetes"; 146 + description = "Graphical tool for developing on containers and Kubernetes"; 147 147 homepage = "https://podman-desktop.io"; 148 148 changelog = "https://github.com/containers/podman-desktop/releases/tag/v${finalAttrs.version}"; 149 149 license = lib.licenses.asl20;
+1 -1
pkgs/by-name/po/polarity/package.nix
··· 22 22 passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; 23 23 24 24 meta = { 25 - description = "A Language with Dependent Data and Codata Types"; 25 + description = "Language with Dependent Data and Codata Types"; 26 26 homepage = "https://polarity-lang.github.io/"; 27 27 changelog = "https://github.com/polarity-lang/polarity/blob/${src.rev}/CHANGELOG.md"; 28 28 license = with lib.licenses; [
+1 -1
pkgs/by-name/po/popcorntime/package.nix
··· 96 96 97 97 meta = with lib; { 98 98 homepage = "https://github.com/popcorn-official/popcorn-desktop"; 99 - description = "An application that streams movies and TV shows from torrents"; 99 + description = "Application that streams movies and TV shows from torrents"; 100 100 platforms = [ "x86_64-linux" ]; 101 101 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 102 102 license = lib.licenses.gpl3;
+1 -1
pkgs/by-name/pp/pplatex/package.nix
··· 34 34 ''; 35 35 36 36 meta = with lib; { 37 - description = "A tool to reformat the output of latex and friends into readable messages"; 37 + description = "Tool to reformat the output of latex and friends into readable messages"; 38 38 mainProgram = "pplatex"; 39 39 homepage = "https://github.com/stefanhepp/pplatex"; 40 40 license = licenses.gpl3Plus;
+1 -1
pkgs/by-name/pr/premid/package.nix
··· 155 155 ]; 156 156 157 157 meta = with lib; { 158 - description = "A simple, configurable utility to show your web activity as playing status on Discord"; 158 + description = "Simple, configurable utility to show your web activity as playing status on Discord"; 159 159 homepage = "https://premid.app"; 160 160 downloadPage = "https://premid.app/downloads"; 161 161 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
+1 -1
pkgs/by-name/pr/pretty-php/package.nix
··· 25 25 }; 26 26 27 27 meta = { 28 - description = "The opinionated PHP code formatter"; 28 + description = "Opinionated PHP code formatter"; 29 29 homepage = "https://github.com/lkrms/pretty-php"; 30 30 license = lib.licenses.mit; 31 31 mainProgram = "pretty-php";
+1 -1
pkgs/by-name/pr/prometheus-jmx-javaagent/package.nix
··· 26 26 27 27 meta = { 28 28 homepage = "https://github.com/prometheus/jmx_exporter"; 29 - description = "A process for exposing JMX Beans via HTTP for Prometheus consumption"; 29 + description = "Process for exposing JMX Beans via HTTP for Prometheus consumption"; 30 30 sourceProvenance = [ lib.sourceTypes.binaryBytecode ]; 31 31 license = lib.licenses.asl20; 32 32 maintainers = [ lib.maintainers.srhb ];
+1 -1
pkgs/by-name/pr/protege/package.nix
··· 74 74 meta = { 75 75 homepage = "https://protege.stanford.edu/"; 76 76 downloadPage = "https://protege.stanford.edu/software.php#desktop-protege"; 77 - description = "A free and open-source OWL 2 ontology editor"; 77 + description = "Free and open-source OWL 2 ontology editor"; 78 78 longDescription = '' 79 79 Protégé Desktop is a feature rich ontology editing environment with full 80 80 support for the OWL 2 Web Ontology Language, and direct in-memory
+1 -1
pkgs/by-name/pr/protoc-gen-elixir/package.nix
··· 30 30 passthru.updateScript = nix-update-script { }; 31 31 32 32 meta = { 33 - description = "A protoc plugin to generate Elixir code"; 33 + description = "Protoc plugin to generate Elixir code"; 34 34 mainProgram = "protoc-gen-elixir"; 35 35 homepage = "https://github.com/elixir-protobuf/protobuf"; 36 36 license = lib.licenses.mit;
+1 -1
pkgs/by-name/pr/proxsuite/package.nix
··· 86 86 pythonImportsCheck = [ "proxsuite" ]; 87 87 88 88 meta = { 89 - description = "The Advanced Proximal Optimization Toolbox"; 89 + description = "Advanced Proximal Optimization Toolbox"; 90 90 homepage = "https://github.com/Simple-Robotics/proxsuite"; 91 91 license = lib.licenses.bsd2; 92 92 maintainers = with lib.maintainers; [ nim65s ];
+1 -1
pkgs/by-name/py/pymol/package.nix
··· 17 17 }: 18 18 let 19 19 pname = "pymol"; 20 - description = "A Python-enhanced molecular graphics tool"; 20 + description = "Python-enhanced molecular graphics tool"; 21 21 22 22 desktopItem = makeDesktopItem { 23 23 name = pname;
+1 -1
pkgs/by-name/py/pysolfc/package.nix
··· 98 98 ); 99 99 100 100 meta = with lib; { 101 - description = "A collection of more than 1000 solitaire card games"; 101 + description = "Collection of more than 1000 solitaire card games"; 102 102 mainProgram = "pysol.py"; 103 103 homepage = "https://pysolfc.sourceforge.io"; 104 104 license = licenses.gpl3;
+1 -1
pkgs/by-name/py/pyzy/package.nix
··· 46 46 }; 47 47 48 48 meta = with lib; { 49 - description = "The Chinese PinYin and Bopomofo conversion library"; 49 + description = "Chinese PinYin and Bopomofo conversion library"; 50 50 homepage = "https://github.com/openSUSE/pyzy"; 51 51 license = licenses.lgpl21; 52 52 maintainers = with maintainers; [ azuwis ];
+1 -1
pkgs/by-name/qu/quark-goldleaf/package.nix
··· 98 98 99 99 meta = { 100 100 changelog = "https://github.com/XorTroll/Goldleaf/releases/tag/${src.rev}"; 101 - description = "A GUI tool for transfering files between a computer and a Nintendo Switch running Goldleaf"; 101 + description = "GUI tool for transfering files between a computer and a Nintendo Switch running Goldleaf"; 102 102 homepage = "https://github.com/XorTroll/Goldleaf#quark-and-remote-browsing"; 103 103 longDescription = '' 104 104 ${meta.description}
+1 -1
pkgs/by-name/ra/rainfrog/package.nix
··· 37 37 38 38 meta = { 39 39 changelog = "https://github.com/achristmascarl/rainfrog/releases/tag/v${version}"; 40 - description = "A database management TUI for postgres"; 40 + description = "Database management TUI for postgres"; 41 41 homepage = "https://github.com/achristmascarl/rainfrog"; 42 42 license = lib.licenses.mit; 43 43 mainProgram = "rainfrog";
+1 -1
pkgs/by-name/ra/raygui/package.nix
··· 38 38 ''; 39 39 40 40 meta = { 41 - description = "A simple and easy-to-use immediate-mode gui library"; 41 + description = "Simple and easy-to-use immediate-mode gui library"; 42 42 homepage = "https://github.com/raysan5/raygui"; 43 43 license = lib.licenses.zlib; 44 44 maintainers = with lib.maintainers; [ sigmanificient ];
+1 -1
pkgs/by-name/re/realm/package.nix
··· 28 28 }; 29 29 30 30 meta = with lib; { 31 - description = "A simple, high performance relay server written in rust"; 31 + description = "Simple, high performance relay server written in rust"; 32 32 homepage = "https://github.com/zhboner/realm"; 33 33 mainProgram = "realm"; 34 34 license = licenses.mit;
+1 -1
pkgs/by-name/re/redact/package.nix
··· 49 49 ''; 50 50 51 51 meta = { 52 - description = "The only platform that allows you to automatically clean up your old posts from services like Twitter, Reddit, Facebook, Discord, and more, all in one place."; 52 + description = "Only platform that allows you to automatically clean up your old posts from services like Twitter, Reddit, Facebook, Discord, and more, all in one place"; 53 53 homepage = "https://redact.dev/"; 54 54 license = lib.licenses.unfree; 55 55 maintainers = with lib.maintainers; [ reputable2772 ];
+1 -1
pkgs/by-name/re/restic-browser/package.nix
··· 61 61 passthru.updateScript = nix-update-script { }; 62 62 63 63 meta = { 64 - description = "A GUI to browse and restore restic backup repositories"; 64 + description = "GUI to browse and restore restic backup repositories"; 65 65 homepage = "https://github.com/emuell/restic-browser"; 66 66 changelog = "https://github.com/emuell/restic-browser/releases/tag/v${version}"; 67 67 license = lib.licenses.mit;
+1 -1
pkgs/by-name/re/rewritefs/package.nix
··· 32 32 preConfigure = "substituteInPlace Makefile --replace /usr/local $out"; 33 33 34 34 meta = with lib; { 35 - description = "A FUSE filesystem intended to be used like Apache mod_rewrite"; 35 + description = "FUSE filesystem intended to be used like Apache mod_rewrite"; 36 36 homepage = "https://github.com/sloonz/rewritefs"; 37 37 license = licenses.gpl2Only; 38 38 maintainers = with maintainers; [ rnhmjoj ];
+1 -1
pkgs/by-name/rp/rpm-sequoia/package.nix
··· 71 71 passthru.updateScript = nix-update-script { }; 72 72 73 73 meta = { 74 - description = "An OpenPGP backend for rpm using Sequoia PGP"; 74 + description = "OpenPGP backend for rpm using Sequoia PGP"; 75 75 homepage = "https://sequoia-pgp.org/"; 76 76 license = lib.licenses.gpl2Plus; 77 77 maintainers = with lib.maintainers; [ baloo ];
+1 -1
pkgs/by-name/ru/rundeck-cli/package.nix
··· 48 48 }; 49 49 50 50 meta = { 51 - description = "The official CLI tool for Rundeck"; 51 + description = "Official CLI tool for Rundeck"; 52 52 longDescription = '' 53 53 The rd command provides command line access to the Rundeck HTTP API, 54 54 allowing you to access and control your Rundeck server from the
+1 -1
pkgs/by-name/ru/rush-parallel/package.nix
··· 23 23 ]; 24 24 25 25 meta = { 26 - description = "A cross-platform command-line tool for executing jobs in parallel"; 26 + description = "Cross-platform command-line tool for executing jobs in parallel"; 27 27 homepage = "https://github.com/shenwei356/rush"; 28 28 changelog = "https://github.com/shenwei356/rush/blob/${src.rev}/CHANGELOG.md"; 29 29 license = lib.licenses.mit;
+1 -1
pkgs/by-name/ru/rustmission/package.nix
··· 28 28 doCheck = false; 29 29 30 30 meta = { 31 - description = "A TUI for the Transmission daemon"; 31 + description = "TUI for the Transmission daemon"; 32 32 homepage = "https://github.com/intuis/rustmission"; 33 33 changelog = "https://github.com/intuis/rustmission/releases/tag/v${version}"; 34 34 license = lib.licenses.gpl3Only;
+1 -1
pkgs/by-name/sa/sarif-fmt/package.nix
··· 41 41 }; 42 42 43 43 meta = { 44 - description = "A CLI tool to pretty print SARIF diagnostics"; 44 + description = "CLI tool to pretty print SARIF diagnostics"; 45 45 homepage = "https://psastras.github.io/sarif-rs"; 46 46 license = lib.licenses.mit; 47 47 maintainers = with lib.maintainers; [ getchoo ];
+1 -1
pkgs/by-name/sa/satdump/package.nix
··· 98 98 passthru.updateScript = nix-update-script { }; 99 99 100 100 meta = { 101 - description = "A generic satellite data processing software"; 101 + description = "Generic satellite data processing software"; 102 102 homepage = "https://www.satdump.org/"; 103 103 changelog = "https://github.com/SatDump/SatDump/releases/tag/${finalAttrs.version}"; 104 104 license = lib.licenses.gpl3Plus;
+1 -1
pkgs/by-name/sb/sbom4python/package.nix
··· 44 44 45 45 meta = { 46 46 changelog = "https://github.com/anthonyharrison/sbom4python/releases/tag/${src.tag}"; 47 - description = "A tool to generate a SBOM (Software Bill of Materials) for an installed Python module"; 47 + description = "Tool to generate a SBOM (Software Bill of Materials) for an installed Python module"; 48 48 homepage = "https://github.com/anthonyharrison/sbom4python"; 49 49 license = lib.licenses.asl20; 50 50 mainProgram = "sbom4python";
+1 -1
pkgs/by-name/sb/sbt-extras/package.nix
··· 83 83 ''; 84 84 85 85 meta = { 86 - description = "A more featureful runner for sbt, the simple/scala/standard build tool"; 86 + description = "More featureful runner for sbt, the simple/scala/standard build tool"; 87 87 homepage = "https://github.com/paulp/sbt-extras"; 88 88 license = lib.licenses.bsd3; 89 89 maintainers = with lib.maintainers; [
+1 -1
pkgs/by-name/sc/scitokens-cpp/package.nix
··· 35 35 36 36 meta = with lib; { 37 37 homepage = "https://github.com/scitokens/scitokens-cpp/"; 38 - description = "A C++ implementation of the SciTokens library with a C library interface"; 38 + description = "C++ implementation of the SciTokens library with a C library interface"; 39 39 platforms = platforms.unix; 40 40 license = licenses.asl20; 41 41 maintainers = with maintainers; [ evey ];
+1 -1
pkgs/by-name/se/seq-cli/package.nix
··· 32 32 }; 33 33 34 34 meta = { 35 - description = "The Seq command-line client. Administer, log, ingest, search, from any OS"; 35 + description = "Seq command-line client. Administer, log, ingest, search, from any OS"; 36 36 homepage = "https://github.com/datalust/seqcli"; 37 37 license = lib.licenses.asl20; 38 38 maintainers = with lib.maintainers; [ hausken ];
+1 -1
pkgs/by-name/se/serie/package.nix
··· 26 26 passthru.tests.version = testers.testVersion { package = serie; }; 27 27 28 28 meta = with lib; { 29 - description = "A rich git commit graph in your terminal, like magic"; 29 + description = "Rich git commit graph in your terminal, like magic"; 30 30 homepage = "https://github.com/lusingander/serie"; 31 31 license = with licenses; [ mit ]; 32 32 maintainers = with maintainers; [ matthiasbeyer ];
+1 -1
pkgs/by-name/se/servo/package.nix
··· 155 155 }; 156 156 157 157 meta = { 158 - description = "The embeddable, independent, memory-safe, modular, parallel web rendering engine"; 158 + description = "Embeddable, independent, memory-safe, modular, parallel web rendering engine"; 159 159 homepage = "https://servo.org"; 160 160 license = lib.licenses.mpl20; 161 161 maintainers = with lib.maintainers; [
+1 -1
pkgs/by-name/sh/shader-slang/package.nix
··· 142 142 }; 143 143 144 144 meta = { 145 - description = "A shading language that makes it easier to build and maintain large shader codebases in a modular and extensible fashion"; 145 + description = "Shading language that makes it easier to build and maintain large shader codebases in a modular and extensible fashion"; 146 146 homepage = "https://github.com/shader-slang/slang"; 147 147 license = with lib.licenses; [ 148 148 asl20
+1 -1
pkgs/by-name/sh/shellspec/package.nix
··· 29 29 dontBuild = true; 30 30 31 31 meta = with lib; { 32 - description = "A full-featured BDD unit testing framework for bash, ksh, zsh, dash and all POSIX shells"; 32 + description = "Full-featured BDD unit testing framework for bash, ksh, zsh, dash and all POSIX shells"; 33 33 homepage = "https://shellspec.info/"; 34 34 changelog = "https://github.com/shellspec/shellspec/releases/tag/${version}"; 35 35 license = licenses.mit;
+1 -1
pkgs/by-name/sh/shipwright/package.nix
··· 276 276 277 277 meta = { 278 278 homepage = "https://github.com/HarbourMasters/Shipwright"; 279 - description = "A PC port of Ocarina of Time with modern controls, widescreen, high-resolution, and more"; 279 + description = "PC port of Ocarina of Time with modern controls, widescreen, high-resolution, and more"; 280 280 mainProgram = "soh"; 281 281 platforms = lib.platforms.linux ++ lib.platforms.darwin; 282 282 maintainers = with lib.maintainers; [
+1 -1
pkgs/by-name/sl/sleqp/package.nix
··· 62 62 ]; 63 63 64 64 meta = { 65 - description = "An active set-based NLP solver"; 65 + description = "Active set-based NLP solver"; 66 66 homepage = "https://github.com/chrhansk/sleqp"; 67 67 changelog = "https://github.com/chrhansk/sleqp/blob/${finalAttrs.src.rev}/CHANGELOG.md"; 68 68 license = lib.licenses.lgpl3Only;
+1 -1
pkgs/by-name/sm/smartdns/package.nix
··· 38 38 }; 39 39 40 40 meta = with lib; { 41 - description = "A local DNS server to obtain the fastest website IP for the best Internet experience"; 41 + description = "Local DNS server to obtain the fastest website IP for the best Internet experience"; 42 42 longDescription = '' 43 43 SmartDNS is a local DNS server. SmartDNS accepts DNS query requests from local clients, obtains DNS query results from multiple upstream DNS servers, and returns the fastest access results to clients. 44 44 Avoiding DNS pollution and improving network access speed, supports high-performance ad filtering.
+1 -1
pkgs/by-name/sn/snapdragon-profiler/package.nix
··· 93 93 94 94 meta = with lib; { 95 95 homepage = "https://developer.qualcomm.com/software/snapdragon-profiler"; 96 - description = "An profiler for Android devices running Snapdragon chips"; 96 + description = "Profiler for Android devices running Snapdragon chips"; 97 97 license = licenses.unfree; 98 98 maintainers = [ ]; 99 99 platforms = [ "x86_64-linux" ];
+1 -1
pkgs/by-name/so/source-meta-json-schema/package.nix
··· 24 24 25 25 meta = { 26 26 homepage = "https://github.com/sourcemeta/jsonschema"; 27 - description = "The CLI for working with JSON Schema. Covers formatting, linting, testing, bundling, and more for both local development and CI/CD pipelines "; 27 + description = "CLI for working with JSON Schema. Covers formatting, linting, testing, bundling, and more for both local development and CI/CD pipelines "; 28 28 changelog = "https://github.com/sourcemeta/jsonschema/releases"; 29 29 license = with lib.licenses; [ 30 30 agpl3Plus
+1 -1
pkgs/by-name/sp/sparrow3d/package.nix
··· 94 94 95 95 meta = { 96 96 homepage = "https://github.com/theZiz/sparrow3d"; 97 - description = "A software renderer for different open handhelds like the gp2x, wiz, caanoo and pandora"; 97 + description = "Software renderer for different open handhelds like the gp2x, wiz, caanoo and pandora"; 98 98 license = lib.licenses.lgpl21; 99 99 maintainers = with lib.maintainers; [ colinsane ]; 100 100 platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/sp/spip/package.nix
··· 59 59 ''; 60 60 61 61 meta = with lib; { 62 - description = "A random forest model for splice prediction in genomics"; 62 + description = "Random forest model for splice prediction in genomics"; 63 63 license = licenses.mit; 64 64 homepage = "https://github.com/raphaelleman/SPiP"; 65 65 maintainers = with maintainers; [ apraga ];
+1 -1
pkgs/by-name/sp/splash/package.nix
··· 47 47 doInstallCheck = true; 48 48 49 49 meta = { 50 - description = "An interactive visualisation and plotting tool using kernel interpolation, mainly used for Smoothed Particle Hydrodynamics simulations"; 50 + description = "Interactive visualisation and plotting tool using kernel interpolation, mainly used for Smoothed Particle Hydrodynamics simulations"; 51 51 inherit (finalAttrs.src.meta) homepage; 52 52 license = lib.licenses.lgpl3Plus; 53 53 maintainers = with lib.maintainers; [ doronbehar ];
+1 -1
pkgs/by-name/sr/srgn/package.nix
··· 27 27 ''; 28 28 29 29 meta = with lib; { 30 - description = "A code surgeon for precise text and code transplantation"; 30 + description = "Code surgeon for precise text and code transplantation"; 31 31 license = licenses.mit; 32 32 maintainers = with maintainers; [ magistau ]; 33 33 mainProgram = "srgn";
+1 -1
pkgs/by-name/st/stardust-xr-flatland/package.nix
··· 26 26 }; 27 27 28 28 meta = { 29 - description = "A flat window for Stardust XR"; 29 + description = "Flat window for Stardust XR"; 30 30 homepage = "https://stardustxr.org"; 31 31 license = lib.licenses.mit; 32 32 mainProgram = "flatland";
+1 -1
pkgs/by-name/st/stardust-xr-kiara/package.nix
··· 47 47 }; 48 48 49 49 meta = { 50 - description = "A 360-degree app shell / DE for Stardust XR using Niri"; 50 + description = "360-degree app shell / DE for Stardust XR using Niri"; 51 51 homepage = "https://stardustxr.org/"; 52 52 license = lib.licenses.mit; 53 53 mainProgram = "kiara";
+1 -1
pkgs/by-name/st/stm32cubemx/package.nix
··· 86 86 ''; 87 87 88 88 meta = with lib; { 89 - description = "A graphical tool for configuring STM32 microcontrollers and microprocessors"; 89 + description = "Graphical tool for configuring STM32 microcontrollers and microprocessors"; 90 90 longDescription = '' 91 91 A graphical tool that allows a very easy configuration of STM32 92 92 microcontrollers and microprocessors, as well as the generation of the
+1 -1
pkgs/by-name/st/string-view-lite/package.nix
··· 29 29 }; 30 30 31 31 meta = { 32 - description = "A C++17-like string_view for C++98, C++11 and later in a single-file header-only library"; 32 + description = "C++17-like string_view for C++98, C++11 and later in a single-file header-only library"; 33 33 homepage = "https://github.com/martinmoene/string-view-lite"; 34 34 changelog = "https://github.com/martinmoene/string-view-lite/blob/v${finalAttrs.version}/CHANGES.txt"; 35 35 license = lib.licenses.boost;
+1 -1
pkgs/by-name/st/stylelint-lsp/package.nix
··· 62 62 passthru.updateScript = nix-update-script { }; 63 63 64 64 meta = { 65 - description = "A stylelint Language Server"; 65 + description = "Stylelint Language Server"; 66 66 homepage = "https://github.com/bmatcuk/stylelint-lsp"; 67 67 license = lib.licenses.mit; 68 68 mainProgram = "stylelint-lsp";
+1 -1
pkgs/by-name/su/subtitleedit/package.nix
··· 84 84 passthru.updateScript = nix-update-script { }; 85 85 86 86 meta = with lib; { 87 - description = "A subtitle editor"; 87 + description = "Subtitle editor"; 88 88 longDescription = '' 89 89 With Subtitle Edit you can easily adjust a subtitle if it is out of sync with 90 90 the video in several different ways. You can also use it for making
+1 -1
pkgs/by-name/su/supermariowar/package.nix
··· 57 57 passthru.updateScript = unstableGitUpdater { }; 58 58 59 59 meta = { 60 - description = "A fan-made multiplayer Super Mario Bros. style deathmatch game"; 60 + description = "Fan-made multiplayer Super Mario Bros. style deathmatch game"; 61 61 homepage = "https://github.com/mmatyas/supermariowar"; 62 62 changelog = "https://github.com/mmatyas/supermariowar/blob/${finalAttrs.src.rev}/CHANGELOG"; 63 63 license = lib.licenses.gpl2Plus;
+1 -1
pkgs/by-name/su/supersonic/package.nix
··· 95 95 96 96 meta = with lib; { 97 97 mainProgram = "supersonic" + lib.optionalString waylandSupport "-wayland"; 98 - description = "A lightweight cross-platform desktop client for Subsonic music servers"; 98 + description = "Lightweight cross-platform desktop client for Subsonic music servers"; 99 99 homepage = "https://github.com/dweymouth/supersonic"; 100 100 platforms = platforms.linux ++ platforms.darwin; 101 101 license = licenses.gpl3Plus;
+1 -1
pkgs/by-name/su/sus-compiler/package.nix
··· 36 36 updateScript = nix-update-script { extraArgs = [ "--generate-lockfile" ]; }; 37 37 38 38 meta = { 39 - description = "A new Hardware Design Language that keeps you in the driver's seat"; 39 + description = "New Hardware Design Language that keeps you in the driver's seat"; 40 40 homepage = "https://github.com/pc2/sus-compiler"; 41 41 license = lib.licenses.gpl3Only; 42 42 maintainers = with lib.maintainers; [ pbsds ];
+1 -1
pkgs/by-name/sv/svix-cli/package.nix
··· 39 39 ]; 40 40 41 41 meta = with lib; { 42 - description = "A CLI for interacting with the Svix API"; 42 + description = "CLI for interacting with the Svix API"; 43 43 homepage = "https://github.com/svix/svix-cli/"; 44 44 license = licenses.gpl3; 45 45 maintainers = with maintainers; [ techknowlogick ];
+1 -1
pkgs/by-name/sw/swiftlint/package.nix
··· 35 35 passthru.updateScript = nix-update-script { }; 36 36 37 37 meta = { 38 - description = "A tool to enforce Swift style and conventions"; 38 + description = "Tool to enforce Swift style and conventions"; 39 39 homepage = "https://realm.github.io/SwiftLint/"; 40 40 license = lib.licenses.mit; 41 41 mainProgram = "swiftlint";
+1 -1
pkgs/by-name/sw/swiftshader/package.nix
··· 50 50 ''; 51 51 52 52 meta = with lib; { 53 - description = "A high-performance CPU-based implementation of the Vulkan 1.3 graphics API"; 53 + description = "High-performance CPU-based implementation of the Vulkan 1.3 graphics API"; 54 54 homepage = "https://opensource.google/projects/swiftshader"; 55 55 license = licenses.asl20; 56 56 # Should be possible to support Darwin by changing the install phase with
+1 -1
pkgs/by-name/sy/symfpu/package.nix
··· 46 46 ''; 47 47 48 48 meta = with lib; { 49 - description = "A (concrete or symbolic) implementation of IEEE-754 / SMT-LIB floating-point"; 49 + description = "(concrete or symbolic) implementation of IEEE-754 / SMT-LIB floating-point"; 50 50 homepage = "https://github.com/martin-cs/symfpu"; 51 51 license = licenses.gpl3Only; 52 52 platforms = platforms.unix;
+1 -1
pkgs/by-name/sy/synthesia/package.nix
··· 69 69 ''; 70 70 71 71 meta = with lib; { 72 - description = "A fun way to learn how to play the piano"; 72 + description = "Fun way to learn how to play the piano"; 73 73 homepage = "https://synthesiagame.com/"; 74 74 downloadPage = "https://synthesiagame.com/download"; 75 75 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
+1 -1
pkgs/by-name/tc/tcld/package.nix
··· 39 39 passthru.updateScript = nix-update-script { }; 40 40 41 41 meta = { 42 - description = "The temporal cloud cli."; 42 + description = "Temporal cloud cli"; 43 43 homepage = "https://www.github.com/temporalio/tcld"; 44 44 license = lib.licenses.mit; 45 45 teams = [ lib.teams.mercury ];
+1 -1
pkgs/by-name/te/techmino/package.nix
··· 15 15 16 16 let 17 17 pname = "techmino"; 18 - description = "A modern Tetris clone with many features"; 18 + description = "Modern Tetris clone with many features"; 19 19 20 20 desktopItem = makeDesktopItem { 21 21 name = pname;
+1 -1
pkgs/by-name/te/ted/package.nix
··· 96 96 ]; 97 97 98 98 meta = with lib; { 99 - description = "An easy rich text processor"; 99 + description = "Easy rich text processor"; 100 100 longDescription = '' 101 101 Ted is a text processor running under X Windows on Unix/Linux systems. 102 102 Ted was developed as a standard easy light weight word processor, having
+1 -1
pkgs/by-name/tf/tfmigrate/package.nix
··· 29 29 passthru.updateScript = nix-update-script { }; 30 30 31 31 meta = { 32 - description = "A Terraform / OpenTofu state migration tool for GitOps "; 32 + description = "Terraform / OpenTofu state migration tool for GitOps "; 33 33 homepage = "https://github.com/minamijoyo/tfmigrate"; 34 34 changelog = "https://github.com/minamijoyo/tfmigrate/releases/tag/v${finalAttrs.version}"; 35 35 license = lib.licenses.mit;
+1 -1
pkgs/by-name/tf/tfswitch/package.nix
··· 26 26 ''; 27 27 28 28 meta = with lib; { 29 - description = "A command line tool to switch between different versions of terraform"; 29 + description = "Command line tool to switch between different versions of terraform"; 30 30 mainProgram = "tfswitch"; 31 31 homepage = "https://github.com/warrensbox/terraform-switcher"; 32 32 license = licenses.mit;
+1 -1
pkgs/by-name/tg/tg-archive/package.nix
··· 39 39 ]; 40 40 41 41 meta = { 42 - description = "A tool for exporting Telegram group chats into static websites like mailing list archives"; 42 + description = "Tool for exporting Telegram group chats into static websites like mailing list archives"; 43 43 homepage = "https://github.com/knadh/tg-archive"; 44 44 license = lib.licenses.mit; 45 45 maintainers = with lib.maintainers; [ euxane ];
+1 -1
pkgs/by-name/ti/tic-80/package.nix
··· 130 130 ''; 131 131 132 132 meta = with lib; { 133 - description = "A free and open source fantasy computer for making, playing and sharing tiny games"; 133 + description = "Free and open source fantasy computer for making, playing and sharing tiny games"; 134 134 longDescription = '' 135 135 TIC-80 is a free and open source fantasy computer for making, playing and 136 136 sharing tiny games.
+1 -1
pkgs/by-name/to/tome2/package.nix
··· 11 11 12 12 let 13 13 pname = "tome2"; 14 - description = "A dungeon crawler similar to Angband, based on the works of Tolkien"; 14 + description = "Dungeon crawler similar to Angband, based on the works of Tolkien"; 15 15 16 16 desktopItem = makeDesktopItem { 17 17 desktopName = pname;
+1 -1
pkgs/by-name/tr/transgui/package.nix
··· 108 108 }; 109 109 110 110 meta = { 111 - description = "A cross platform front-end for the Transmission BitTorrent client"; 111 + description = "Cross platform front-end for the Transmission BitTorrent client"; 112 112 homepage = "https://sourceforge.net/p/transgui"; 113 113 license = lib.licenses.gpl2Plus; 114 114 maintainers = with lib.maintainers; [ ramkromberg ];
+1 -1
pkgs/by-name/tr/trrntzip/package.nix
··· 31 31 buildInputs = [ zlib ]; 32 32 33 33 meta = with lib; { 34 - description = "The goal of the program is to use standard values when creating zips to create identical files over multiple systems"; 34 + description = "Goal of the program is to use standard values when creating zips to create identical files over multiple systems"; 35 35 longDescription = '' 36 36 Torrentzip converts zip archives to a standard format with some 37 37 pre-defined values, sorting the files, and using particular compression
+1 -1
pkgs/by-name/ts/tscli/package.nix
··· 33 33 ''; 34 34 35 35 meta = { 36 - description = "A CLI tool to interact with the Tailscale API"; 36 + description = "CLI tool to interact with the Tailscale API"; 37 37 homepage = "https://github.com/jaxxstorm/tscli"; 38 38 changelog = "https://github.com/jaxxstorm/tscli/releases/tag/${src.tag}/CHANGELOG.md"; 39 39 mainProgram = "tscli";
+1 -1
pkgs/by-name/ty/typship/package.nix
··· 32 32 }; 33 33 34 34 meta = { 35 - description = "A Typst package CLI tool"; 35 + description = "Typst package CLI tool"; 36 36 homepage = "https://github.com/sjfhsjfh/typship"; 37 37 license = lib.licenses.mit; 38 38 changelog = "https://github.com/sjfhsjfh/typship/releases/tag/v${finalAttrs.version}";
+1 -1
pkgs/by-name/tz/tzf-rs/package.nix
··· 20 20 passthru.updateScript = nix-update-script { }; 21 21 22 22 meta = { 23 - description = "A fast timezone finder for Rust"; 23 + description = "Fast timezone finder for Rust"; 24 24 homepage = "https://github.com/ringsaturn/tzf-rs"; 25 25 changelog = "https://github.com/ringsaturn/tzf-rs/releases/tag/v${finalAttrs.version}"; 26 26 license = lib.licenses.mit;
+1 -1
pkgs/by-name/u-/u-root/package.nix
··· 55 55 }; 56 56 57 57 meta = { 58 - description = "A fully Go userland with Linux bootloaders"; 58 + description = "Fully Go userland with Linux bootloaders"; 59 59 longDescription = '' 60 60 u-root can create a one-binary root file system (initramfs) containing a busybox-like set of tools written in Go. 61 61
+1 -1
pkgs/by-name/un/unflac/package.nix
··· 25 25 ''; 26 26 27 27 meta = with lib; { 28 - description = "A command line tool for fast frame accurate audio image + cue sheet splitting"; 28 + description = "Command line tool for fast frame accurate audio image + cue sheet splitting"; 29 29 homepage = "https://sr.ht/~ft/unflac/"; 30 30 license = licenses.mit; 31 31 platforms = platforms.all;
+1 -1
pkgs/by-name/un/unnamed-sdvx-clone/package.nix
··· 102 102 ''; 103 103 104 104 meta = { 105 - description = "A game based on K-Shoot MANIA and Sound Voltex"; 105 + description = "Game based on K-Shoot MANIA and Sound Voltex"; 106 106 license = lib.licenses.mit; 107 107 maintainers = with lib.maintainers; [ sako ]; 108 108 platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/us/usbkvm/package.nix
··· 92 92 93 93 meta = { 94 94 homepage = "https://github.com/carrotIndustries/usbkvm"; 95 - description = "An open-source USB KVM (Keyboard, Video and Mouse) adapter"; 95 + description = "Open-source USB KVM (Keyboard, Video and Mouse) adapter"; 96 96 changelog = "https://github.com/carrotIndustries/usbkvm/releases/tag/v${version}"; 97 97 license = lib.licenses.gpl3; 98 98 maintainers = with lib.maintainers; [ lschuermann ];
+1 -1
pkgs/by-name/va/vacuum-go/package.nix
··· 37 37 }; 38 38 39 39 meta = { 40 - description = "The world's fastest OpenAPI & Swagger linter"; 40 + description = "World's fastest OpenAPI & Swagger linter"; 41 41 homepage = "https://quobix.com/vacuum"; 42 42 changelog = "https://github.com/daveshanley/vacuum/releases/tag/v${finalAttrs.version}"; 43 43 license = lib.licenses.mit;
+1 -1
pkgs/by-name/va/vangers/package.nix
··· 45 45 ''; 46 46 47 47 meta = { 48 - description = "The video game that combines elements of the racing and role-playing genres"; 48 + description = "Video game that combines elements of the racing and role-playing genres"; 49 49 homepage = "https://github.com/KranX/Vangers"; 50 50 mainProgram = "vangers"; 51 51 platforms = lib.platforms.all;
+1 -1
pkgs/by-name/va/variant-lite/package.nix
··· 34 34 }; 35 35 36 36 meta = { 37 - description = "A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library"; 37 + description = "C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library"; 38 38 homepage = "https://github.com/martinmoene/variant-lite"; 39 39 changelog = "https://github.com/martinmoene/variant-lite/blob/v${finalAttrs.version}/CHANGES.txt"; 40 40 license = lib.licenses.boost;
+1 -1
pkgs/by-name/ve/veloren/package.nix
··· 101 101 ''; 102 102 103 103 meta = with lib; { 104 - description = "An open world, open source voxel RPG"; 104 + description = "Open world, open source voxel RPG"; 105 105 homepage = "https://www.veloren.net"; 106 106 license = licenses.gpl3; 107 107 mainProgram = "veloren-voxygen";
+1 -1
pkgs/by-name/vi/vimcats/package.nix
··· 25 25 passthru.tests.version = testers.testVersion { package = vimcats; }; 26 26 27 27 meta = with lib; { 28 - description = "A CLI to generate vim/nvim help doc from LuaCATS. Forked from lemmy-help"; 28 + description = "CLI to generate vim/nvim help doc from LuaCATS. Forked from lemmy-help"; 29 29 longDescription = '' 30 30 `vimcats` is a LuaCATS parser as well as a CLI which takes that parsed tree and converts it into vim help docs. 31 31 It is a fork of lemmy-help that aims to support more recent LuaCATS features.
+1 -1
pkgs/by-name/vi/vis/package.nix
··· 77 77 ]; 78 78 79 79 meta = with lib; { 80 - description = "A vim like editor"; 80 + description = "Vim like editor"; 81 81 homepage = "https://github.com/martanne/vis"; 82 82 license = licenses.isc; 83 83 maintainers = with maintainers; [ ramkromberg ];
+1 -1
pkgs/by-name/vk/vkd3d-proton/package.nix
··· 42 42 43 43 meta = { 44 44 homepage = "https://github.com/HansKristian-Work/vkd3d-proton"; 45 - description = "A fork of VKD3D, which aims to implement the full Direct3D 12 API on top of Vulkan"; 45 + description = "Fork of VKD3D, which aims to implement the full Direct3D 12 API on top of Vulkan"; 46 46 license = with lib.licenses; [ lgpl21Plus ]; 47 47 maintainers = with lib.maintainers; [ ]; 48 48 inherit (wine.meta) platforms;
+1 -1
pkgs/by-name/vo/volatility2-bin/package.nix
··· 57 57 meta = with lib; { 58 58 homepage = "https://volatilityfoundation.org/"; 59 59 mainProgram = "volatility2"; 60 - description = "An advanced memory forensics framework"; 60 + description = "Advanced memory forensics framework"; 61 61 platforms = [ 62 62 "x86_64-linux" 63 63 "x86_64-darwin"
+1 -1
pkgs/by-name/vs/vscode-js-debug/package.nix
··· 75 75 ''; 76 76 77 77 meta = with lib; { 78 - description = "A DAP-compatible JavaScript debugger"; 78 + description = "DAP-compatible JavaScript debugger"; 79 79 longDescription = '' 80 80 This is a [DAP](https://microsoft.github.io/debug-adapter-protocol/)-based 81 81 JavaScript debugger. It debugs Node.js, Chrome, Edge, WebView2, VS Code
+1 -1
pkgs/by-name/vs/vst2-sdk/package.nix
··· 16 16 ''; 17 17 18 18 meta = { 19 - description = "The VST2 source development kit"; 19 + description = "VST2 source development kit"; 20 20 longDescription = '' 21 21 VST2 is proprietary, and deprecated by Steinberg. 22 22 As such, it should only be used for legacy reasons.
+1 -1
pkgs/by-name/vz/vzic/package.nix
··· 49 49 50 50 meta = { 51 51 homepage = "https://github.com/libical/vzic"; 52 - description = "A program to convert the IANA timezone database files into VTIMEZONE files compatible with the iCalendar specification"; 52 + description = "Program to convert the IANA timezone database files into VTIMEZONE files compatible with the iCalendar specification"; 53 53 changelog = "https://github.com/libical/vzic/blob/${src.rev}/ChangeLog"; 54 54 mainProgram = "vzic"; 55 55 license = with lib.licenses; [ gpl2Plus ];
+1 -1
pkgs/by-name/wc/wchisp/package.nix
··· 35 35 }; 36 36 37 37 meta = { 38 - description = "A command-line implementation of WCHISPTool, for flashing ch32 MCUs"; 38 + description = "Command-line implementation of WCHISPTool, for flashing ch32 MCUs"; 39 39 homepage = "https://ch32-rs.github.io/wchisp/"; 40 40 changelog = "https://github.com/ch32-rs/wchisp/releases/tag/v${version}"; 41 41 license = with lib.licenses; [ gpl2Only ];
+1 -1
pkgs/by-name/we/wealthfolio/package.nix
··· 73 73 passthru.updateScript = nix-update-script { }; 74 74 75 75 meta = { 76 - description = "A Beautiful Private and Secure Desktop Investment Tracking Application"; 76 + description = "Beautiful Private and Secure Desktop Investment Tracking Application"; 77 77 homepage = "https://wealthfolio.app/"; 78 78 license = lib.licenses.agpl3Only; 79 79 mainProgram = "wealthfolio";
+1 -1
pkgs/by-name/we/webcord/package.nix
··· 80 80 passthru.updateScript = ./update.sh; 81 81 82 82 meta = { 83 - description = "A Discord and SpaceBar electron-based client implemented without Discord API"; 83 + description = "Discord and SpaceBar electron-based client implemented without Discord API"; 84 84 homepage = "https://github.com/SpacingBat3/WebCord"; 85 85 downloadPage = "https://github.com/SpacingBat3/WebCord/releases"; 86 86 changelog = "https://github.com/SpacingBat3/WebCord/releases/tag/v${version}";
+1 -1
pkgs/by-name/wg/wg-access-server/package.nix
··· 66 66 }; 67 67 68 68 meta = with lib; { 69 - description = "An all-in-one WireGuard VPN solution with a web ui for connecting devices"; 69 + description = "All-in-one WireGuard VPN solution with a web ui for connecting devices"; 70 70 homepage = "https://github.com/freifunkMUC/wg-access-server"; 71 71 license = licenses.mit; 72 72 maintainers = with maintainers; [ xanderio ];
+1 -1
pkgs/by-name/wh/whoogle-search/package.nix
··· 69 69 70 70 meta = { 71 71 homepage = "https://github.com/benbusby/whoogle-search"; 72 - description = "A self-hosted, ad-free, privacy-respecting metasearch engine"; 72 + description = "Self-hosted, ad-free, privacy-respecting metasearch engine"; 73 73 license = lib.licenses.mit; 74 74 maintainers = with lib.maintainers; [ malte-v ]; 75 75 mainProgram = "whoogle-search";
+1 -1
pkgs/by-name/wi/wivrn/package.nix
··· 188 188 passthru.updateScript = nix-update-script { }; 189 189 190 190 meta = { 191 - description = "An OpenXR streaming application to a standalone headset"; 191 + description = "OpenXR streaming application to a standalone headset"; 192 192 homepage = "https://github.com/WiVRn/WiVRn/"; 193 193 changelog = "https://github.com/WiVRn/WiVRn/releases/tag/v${finalAttrs.version}"; 194 194 license = lib.licenses.gpl3Only;
+1 -1
pkgs/by-name/wl/wl-crosshair/package.nix
··· 28 28 ''; 29 29 30 30 meta = { 31 - description = "A crosshair overlay for wlroots compositor"; 31 + description = "Crosshair overlay for wlroots compositor"; 32 32 homepage = "https://github.com/lelgenio/wl-crosshair"; 33 33 license = lib.licenses.unfree; # didn't found a license 34 34 mainProgram = "wl-crosshair";
+1 -1
pkgs/by-name/wv/wvdial/package.nix
··· 35 35 ]; 36 36 37 37 meta = { 38 - description = "A dialer that automatically recognises the modem"; 38 + description = "Dialer that automatically recognises the modem"; 39 39 homepage = "https://gitea.osmocom.org/retronetworking/wvdial"; 40 40 license = lib.licenses.lgpl2; 41 41 maintainers = with lib.maintainers; [ flokli ];
+1 -1
pkgs/by-name/xa/xar/package.nix
··· 181 181 182 182 meta = { 183 183 homepage = "https://github.com/apple-oss-distributions/xar"; 184 - description = "An easily extensible archive format"; 184 + description = "Easily extensible archive format"; 185 185 license = lib.licenses.bsd3; 186 186 maintainers = lib.attrValues { inherit (lib.maintainers) tie; }; 187 187 teams = [ lib.teams.darwin ];
+1 -1
pkgs/by-name/yg/yggdrasil/package.nix
··· 35 35 passthru.tests.basic = nixosTests.yggdrasil; 36 36 37 37 meta = with lib; { 38 - description = "An experiment in scalable routing as an encrypted IPv6 overlay network"; 38 + description = "Experiment in scalable routing as an encrypted IPv6 overlay network"; 39 39 homepage = "https://yggdrasil-network.github.io/"; 40 40 license = licenses.lgpl3; 41 41 maintainers = with maintainers; [
+1 -1
pkgs/by-name/yt/ytmdesktop/package.nix
··· 140 140 141 141 meta = { 142 142 changelog = "https://github.com/ytmdesktop/ytmdesktop/tag/v${finalAttrs.version}"; 143 - description = "A Desktop App for YouTube Music"; 143 + description = "Desktop App for YouTube Music"; 144 144 downloadPage = "https://github.com/ytmdesktop/ytmdesktop/releases"; 145 145 homepage = "https://ytmdesktop.app/"; 146 146 license = lib.licenses.gpl3Only;
+1 -1
pkgs/by-name/z8/z88dk/package.nix
··· 25 25 hash = "sha256-NbQIy9d4ZcMnRJJApPBSej+W6e/aJ8rkb5E7rD7GVgs="; 26 26 }; 27 27 meta = { 28 - description = "A date object with as little code as possible (and rw accessors)"; 28 + description = "Date object with as little code as possible (and rw accessors)"; 29 29 license = with lib.licenses; [ 30 30 artistic1 31 31 gpl1Plus
+1 -1
pkgs/by-name/ze/zenoh-plugin-mqtt/package.nix
··· 22 22 doCheck = false; 23 23 24 24 meta = { 25 - description = "A Zenoh plug-in that allows to integrate and/or route MQTT pub/sub with Eclipse Zenoh"; 25 + description = "Zenoh plug-in that allows to integrate and/or route MQTT pub/sub with Eclipse Zenoh"; 26 26 homepage = "https://github.com/eclipse-zenoh/zenoh-plugin-mqtt"; 27 27 license = with lib.licenses; [ 28 28 epl20
+1 -1
pkgs/by-name/ze/zeronsd/package.nix
··· 32 32 doCheck = false; 33 33 34 34 meta = with lib; { 35 - description = "A DNS server for ZeroTier users"; 35 + description = "DNS server for ZeroTier users"; 36 36 homepage = "https://github.com/zerotier/zeronsd"; 37 37 license = licenses.bsd3; 38 38 maintainers = [ maintainers.dstengele ];
+1 -1
pkgs/by-name/zi/zimfw/package.nix
··· 29 29 ''; 30 30 31 31 meta = with lib; { 32 - description = "The Zsh configuration framework with blazing speed and modular extensions"; 32 + description = "Zsh configuration framework with blazing speed and modular extensions"; 33 33 homepage = "https://zimfw.sh"; 34 34 license = licenses.mit; 35 35 maintainers = [ maintainers.joedevivo ];
+1 -1
pkgs/by-name/zs/zsh-zhooks/package.nix
··· 23 23 ''; 24 24 25 25 meta = { 26 - description = "A tool for displaying the code for all Zsh hook functions"; 26 + description = "Tool for displaying the code for all Zsh hook functions"; 27 27 homepage = "https://github.com/agkozak/zhooks"; 28 28 license = lib.licenses.mit; 29 29 longDescription = ''
+1 -1
pkgs/by-name/zt/ztools/package.nix
··· 32 32 ''; 33 33 34 34 meta = { 35 - description = "An essential set of Z-machine tools for interpreter authors, experienced Inform programmers, and Z-code hackers."; 35 + description = "Essential set of Z-machine tools for interpreter authors, experienced Inform programmers, and Z-code hackers"; 36 36 homepage = "http://inform-fiction.org/zmachine/ztools.html"; 37 37 license = lib.licenses.cc-by-sa-40; 38 38 platforms = lib.platforms.unix;