treewide: conform descriptions to the standards

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
This commit is contained in:
mivorasu 2025-07-23 03:48:33 +08:00
parent 261944f26b
commit d80ed4cb91
16 changed files with 16 additions and 16 deletions

View File

@ -142,7 +142,7 @@ in
systemd.services.grafana-image-renderer = {
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
description = " A Grafana backend plugin that handles rendering of panels & dashboards to PNGs using headless browser (Chromium/Chrome)";
description = "Grafana backend plugin that handles rendering of panels & dashboards to PNGs using headless browser (Chromium/Chrome)";
environment = {
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = "true";

View File

@ -83,7 +83,7 @@ in
};
network = lib.mkOption {
description = " IPv4 network in CIDR format to use for the entire flannel network.";
description = "IPv4 network in CIDR format to use for the entire flannel network";
type = lib.types.str;
};

View File

@ -62,7 +62,7 @@ in
type = types.port;
default = qtcfg.localPort;
defaultText = lib.literalExpression "config.services.quicktun.<name>.localPort";
description = " remote UDP port";
description = "Remote UDP port";
};
remoteFloat = mkOption {

View File

@ -808,7 +808,7 @@ let
hash = "sha256-vVbaHSaBX6QzpnYMQlpPsJU1TQYJEBe8jq95muzwN0o=";
};
meta = {
description = " A solarized-palenight theme for vscode";
description = "Solarized-palenight theme for vscode";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=BrandonKirbyson.solarized-palenight";
homepage = "https://github.com/BrandonKirbyson/Solarized-Palenight";
license = lib.licenses.mit;

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
description = " A simple Cairo Chart Library for GTK and Vala";
description = "Simple Cairo Chart Library for GTK and Vala";
homepage = "https://github.com/dcharles525/Caroline";
maintainers = with maintainers; [ grindhold ];
license = licenses.mit;

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://cbftp.eu/";
description = " An advanced multi-purpose FTP/FXP client";
description = "Advanced multi-purpose FTP/FXP client";
longDescription = ''
Cbftp is an advanced multi-purpose FTP/FXP client that focuses on
efficient large-scale data spreading, while also supporting most regular

View File

@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-jXUAjK/fqBaXaehcbFZU02w9/MTHluqKjtWGoAJa7ks=";
meta = with lib; {
description = " A simple generator for self-contained HTML flexbox galleries";
description = "Simple generator for self-contained HTML flexbox galleries";
homepage = "https://github.com/dbrgn/galerio";
maintainers = with maintainers; [ dbrgn ];
license = with licenses; [

View File

@ -79,7 +79,7 @@ python3Packages.buildPythonApplication rec {
checkPhase = "xvfb-run pytest ../tests/";
meta = with lib; {
description = " A personal tasks and TODO-list items organizer";
description = "Personal tasks and TODO-list items organizer";
mainProgram = "gtg";
longDescription = ''
"Getting Things GNOME" (GTG) is a personal tasks and ToDo list organizer inspired by the "Getting Things Done" (GTD) methodology.

View File

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

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
meta = with lib; {
description = " molecular point group symmetry lib";
description = "Molecular point group symmetry lib";
homepage = "https://github.com/mcodev31/libmsym";
license = licenses.mit;
platforms = platforms.linux;

View File

@ -29,7 +29,7 @@ buildGoModule rec {
};
meta = with lib; {
description = " Prometheus Exporter for Klipper ";
description = "Prometheus Exporter for Klipper";
homepage = "https://github.com/scross01/prometheus-klipper-exporter";
license = licenses.mit;
maintainers = with maintainers; [ wulfsta ];

View File

@ -67,7 +67,7 @@ buildGoModule rec {
};
meta = with lib; {
description = " a CLI for Apache Pulsar written in Go";
description = "CLI for Apache Pulsar written in Go";
homepage = "https://github.com/streamnative/pulsarctl";
license = with licenses; [ asl20 ];
platforms = platforms.unix;

View File

@ -74,7 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://github.com/realh/roxterm";
description = " A highly configurable terminal emulator";
description = "Highly configurable terminal emulator";
longDescription = ''
ROXTerm is a terminal emulator intended to provide similar features to
gnome-terminal, based on the same VTE library. It was originally designed

View File

@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://github.com/gabrielzschmitz/Tomato.C";
description = " A pomodoro timer written in pure C";
description = "Pomodoro timer written in pure C";
license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ ];
mainProgram = "tomato";

View File

@ -951,7 +951,7 @@ with self;
ocaml_openapi_generator = janePackage {
pname = "ocaml_openapi_generator";
hash = "sha256-HCq9fylcVjBMs8L6E860nw+EonWEQadlyEKpQI6mynU=";
meta.description = " An OpenAPI 3 to OCaml client generator";
meta.description = "OpenAPI 3 to OCaml client generator";
buildInputs = [
async
core

View File

@ -31,7 +31,7 @@ buildPythonPackage {
passthru.updateScript = unstableGitUpdater { };
meta = {
description = " A Python toolbox for building complex digital hardware";
description = "Python toolbox for building complex digital hardware";
homepage = "https://m-labs.hk/migen";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ l-as ];