treewide: trim whitespace in description strings

mivorasu ca35bb68 a685651d

Changed files
+21 -21
pkgs
by-name
ea
gi
gitlab-timelogs
go
go-protobuf
jw
kn
knewave
le
lessc
plugins
clean-css
vu
vulkan-volk
development
compilers
elm
packages
lua-modules
ocaml-modules
ocsigen-toolkit
octave-modules
communications
python-modules
aioguardian
djangorestframework-recursive
manuf
midea-local
pytile
os-specific
linux
rtw89
servers
http
nginx
nextcloud
packages
web-apps
plausible
+1 -1
pkgs/by-name/ea/each/package.nix
···
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 ];
+1 -1
pkgs/by-name/gi/gitlab-timelogs/package.nix
···
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.
+1 -1
pkgs/by-name/go/go-protobuf/package.nix
···
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;
};
+1 -1
pkgs/by-name/jw/jwx/package.nix
···
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";
+1 -1
pkgs/by-name/kn/knewave/package.nix
···
'';
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.
'';
+1 -1
pkgs/by-name/le/lessc/plugins/clean-css/default.nix
···
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 ];
};
+1 -1
pkgs/by-name/vu/vulkan-volk/package.nix
···
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;
+1 -1
pkgs/development/compilers/elm/packages/node/default.nix
···
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 ];
};
+1 -1
pkgs/development/lua-modules/generated-packages.nix
···
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";
};
+1 -1
pkgs/development/ocaml-modules/ocsigen-toolkit/default.nix
···
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;
+1 -1
pkgs/development/octave-modules/communications/default.nix
···
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";
};
}
+1 -1
pkgs/development/python-modules/aioguardian/default.nix
···
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.
+1 -1
pkgs/development/python-modules/djangorestframework-recursive/default.nix
···
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 = [ ];
+1 -1
pkgs/development/python-modules/manuf/default.nix
···
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; [
+1 -1
pkgs/development/python-modules/midea-local/default.nix
···
];
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 ];
+1 -1
pkgs/development/python-modules/pytile/default.nix
···
__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).
+1 -1
pkgs/os-specific/linux/rtw89/default.nix
···
'';
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 ];
+2 -2
pkgs/servers/http/nginx/modules.nix
···
};
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 ];
···
inputs = [ libbsd ];
meta = with lib; {
-
description = " IP address anonymizer";
+
description = "IP address anonymizer";
homepage = "https://github.com/masonicboom/ipscrub";
license = with licenses; [ bsd3 ];
maintainers = [ ];
+1 -1
pkgs/servers/nextcloud/packages/apps/hmr_enabler.nix
···
'';
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;
+1 -1
pkgs/servers/web-apps/plausible/default.nix
···
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;