treewide: trim whitespace in description strings
This commit is contained in:
parent
a685651df7
commit
ca35bb6872
@ -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 ];
|
||||
|
@ -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.
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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";
|
||||
|
@ -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.
|
||||
'';
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
@ -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;
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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;
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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.
|
||||
|
@ -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 = [ ];
|
||||
|
@ -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; [
|
||||
|
@ -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 ];
|
||||
|
@ -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).
|
||||
|
@ -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 ];
|
||||
|
@ -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 = [ ];
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user