treewide: trim whitespace in description strings

This commit is contained in:
mivorasu 2025-07-22 10:29:15 +08:00 committed by mivorasu
parent a685651df7
commit ca35bb6872
20 changed files with 21 additions and 21 deletions

View File

@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-TfAT36/JeBjBxymnX1gIyCEPZcxTW4fPVIOhHF3z9wA=";
meta = with lib; {
description = " A better way of working with structured data on the command line";
description = "A better way of working with structured data on the command line";
mainProgram = "each";
homepage = "https://github.com/arraypad/each";
license = with licenses; [ mit ];

View File

@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-qSIRcf0HpRg1Eu12L6UcJajHBgjJgfhsHmF1oV1h8HM=";
meta = {
description = " CLI utility to support you with your time logs in GitLab";
description = "CLI utility to support you with your time logs in GitLab";
mainProgram = "gitlab-timelogs";
longDescription = ''
CLI utility to support you with your time logs in GitLab.

View File

@ -19,7 +19,7 @@ buildGoModule rec {
meta = with lib; {
homepage = "https://github.com/golang/protobuf";
description = " Go bindings for protocol buffer";
description = "Go bindings for protocol buffer";
maintainers = with maintainers; [ lewo ];
license = licenses.bsd3;
};

View File

@ -20,7 +20,7 @@ buildGoModule (finalAttrs: {
sourceRoot = "${finalAttrs.src.name}/cmd/jwx";
meta = {
description = " Implementation of various JWx (Javascript Object Signing and Encryption/JOSE) technologies";
description = "Implementation of various JWx (Javascript Object Signing and Encryption/JOSE) technologies";
mainProgram = "jwx";
homepage = "https://github.com/lestrrat-go/jwx";
changelog = "https://github.com/lestrrat-go/jwx/blob/v${finalAttrs.version}/Changes";

View File

@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation {
'';
meta = {
description = " A bold, painted face for the rocker within";
description = "A bold, painted face for the rocker within";
longDescription = ''
Knewave is bold, painted face. Get it? Git it.
'';

View File

@ -54,7 +54,7 @@ buildNpmPackage {
meta = {
homepage = "https://github.com/less/less-plugin-clean-css";
description = " Post-process and compress CSS using clean-css";
description = "Post-process and compress CSS using clean-css";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ lelgenio ];
};

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
cmakeFlags = [ "-DVOLK_INSTALL=1" ];
meta = with lib; {
description = " Meta loader for Vulkan API";
description = "Meta loader for Vulkan API";
homepage = "https://github.com/zeux/volk";
platforms = platforms.all;
license = licenses.mit;

View File

@ -53,7 +53,7 @@ with elmLib;
with lib;
nodePkgs."@dillonkearns/elm-graphql".meta
// {
description = " Autogenerate type-safe GraphQL queries in Elm";
description = "Autogenerate type-safe GraphQL queries in Elm";
license = licenses.bsd3;
maintainers = [ maintainers.pedrohlc ];
};

View File

@ -949,7 +949,7 @@ final: prev: {
meta = {
homepage = "https://github.com/mrcjkb/haskell-tools.nvim";
description = " 🦥 Supercharge your Haskell experience in neovim!";
description = "🦥 Supercharge your Haskell experience in neovim!";
maintainers = with lib.maintainers; [ mrcjkb ];
license.fullName = "GPL-2.0";
};

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://ocsigen.org/ocsigen-toolkit/";
description = " User interface widgets for Ocsigen applications";
description = "User interface widgets for Ocsigen applications";
license = lib.licenses.lgpl21;
maintainers = [ lib.maintainers.gal_bolle ];
inherit (ocaml.meta) platforms;

View File

@ -27,6 +27,6 @@ buildOctavePackage rec {
homepage = "https://gnu-octave.github.io/packages/communications/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ KarlJoad ];
description = " Digital Communications, Error Correcting Codes (Channel Code), Source Code functions, Modulation and Galois Fields";
description = "Digital Communications, Error Correcting Codes (Channel Code), Source Code functions, Modulation and Galois Fields";
};
}

View File

@ -65,7 +65,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "aioguardian" ];
meta = with lib; {
description = " Python library to interact with Elexa Guardian devices";
description = "Python library to interact with Elexa Guardian devices";
longDescription = ''
aioguardian is an asyncio-focused library for interacting with the
Guardian line of water valves and sensors from Elexa.

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "rest_framework_recursive" ];
meta = with lib; {
description = " Recursive Serialization for Django REST framework";
description = "Recursive Serialization for Django REST framework";
homepage = "https://github.com/heywbj/django-rest-framework-recursive";
license = licenses.isc;
maintainers = [ ];

View File

@ -49,7 +49,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/coolbho3k/manuf";
description = " Parser library for Wireshark's OUI database";
description = "Parser library for Wireshark's OUI database";
mainProgram = "manuf";
platforms = platforms.linux;
license = with licenses; [

View File

@ -41,7 +41,7 @@ buildPythonPackage rec {
];
meta = with lib; {
description = " Control your Midea M-Smart appliances via local area network";
description = "Control your Midea M-Smart appliances via local area network";
homepage = "https://github.com/midea-lan/midea-local";
changelog = "https://github.com/midea-lan/midea-local/releases/tag/${src.tag}";
maintainers = with maintainers; [ k900 ];

View File

@ -52,7 +52,7 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = " Python API for Tile Bluetooth trackers";
description = "Python API for Tile Bluetooth trackers";
longDescription = ''
pytile is a simple Python library for retrieving information on Tile
Bluetooth trackers (including last location and more).

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation {
'';
meta = with lib; {
description = " Driver for Realtek 8852AE, 8852BE, and 8853CE, 802.11ax devices";
description = "Driver for Realtek 8852AE, 8852BE, and 8853CE, 802.11ax devices";
homepage = "https://github.com/lwfinger/rtw89";
license = with licenses; [ gpl2Only ];
maintainers = with maintainers; [ tvorog ];

View File

@ -268,7 +268,7 @@ let
};
meta = with lib; {
description = " Fancy indexes module";
description = "Fancy indexes module";
homepage = "https://github.com/aperezdc/ngx-fancyindex";
license = with licenses; [ bsd2 ];
maintainers = with maintainers; [ aneeshusa ];
@ -340,7 +340,7 @@ let
inputs = [ libbsd ];
meta = with lib; {
description = " IP address anonymizer";
description = "IP address anonymizer";
homepage = "https://github.com/masonicboom/ipscrub";
license = with licenses; [ bsd3 ];
maintainers = [ ];

View File

@ -28,7 +28,7 @@ php.buildComposerProject2 (finalAttrs: {
'';
meta = {
description = " Development Nextcloud app to enable apps to use hot module reloading";
description = "Development Nextcloud app to enable apps to use hot module reloading";
homepage = "https://github.com/nextcloud/hmr_enabler";
changelog = "https://github.com/nextcloud/hmr_enabler/blob/master/CHANGELOG.md";
license = lib.licenses.agpl3Only;

View File

@ -178,7 +178,7 @@ beamPackages.mixRelease rec {
license = licenses.agpl3Plus;
homepage = "https://plausible.io/";
changelog = "https://github.com/plausible/analytics/blob/${src.rev}/CHANGELOG.md";
description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics";
description = "Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics";
mainProgram = "plausible";
teams = [ teams.cyberus ];
platforms = platforms.unix;