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 = { systemd.services.grafana-image-renderer = {
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
after = [ "network.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 = { environment = {
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = "true"; PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = "true";

View File

@ -83,7 +83,7 @@ in
}; };
network = lib.mkOption { 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; type = lib.types.str;
}; };

View File

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

View File

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

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
]; ];
meta = with lib; { 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"; homepage = "https://github.com/dcharles525/Caroline";
maintainers = with maintainers; [ grindhold ]; maintainers = with maintainers; [ grindhold ];
license = licenses.mit; license = licenses.mit;

View File

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

View File

@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-jXUAjK/fqBaXaehcbFZU02w9/MTHluqKjtWGoAJa7ks="; cargoHash = "sha256-jXUAjK/fqBaXaehcbFZU02w9/MTHluqKjtWGoAJa7ks=";
meta = with lib; { 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"; homepage = "https://github.com/dbrgn/galerio";
maintainers = with maintainers; [ dbrgn ]; maintainers = with maintainers; [ dbrgn ];
license = with licenses; [ license = with licenses; [

View File

@ -79,7 +79,7 @@ python3Packages.buildPythonApplication rec {
checkPhase = "xvfb-run pytest ../tests/"; checkPhase = "xvfb-run pytest ../tests/";
meta = with lib; { meta = with lib; {
description = " A personal tasks and TODO-list items organizer"; description = "Personal tasks and TODO-list items organizer";
mainProgram = "gtg"; mainProgram = "gtg";
longDescription = '' longDescription = ''
"Getting Things GNOME" (GTG) is a personal tasks and ToDo list organizer inspired by the "Getting Things Done" (GTD) methodology. "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 = { meta = {
description = "A bold, painted face for the rocker within"; description = "Bold, painted face for the rocker within";
longDescription = '' longDescription = ''
Knewave is bold, painted face. Get it? Git it. Knewave is bold, painted face. Get it? Git it.
''; '';

View File

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

View File

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

View File

@ -67,7 +67,7 @@ buildGoModule rec {
}; };
meta = with lib; { 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"; homepage = "https://github.com/streamnative/pulsarctl";
license = with licenses; [ asl20 ]; license = with licenses; [ asl20 ];
platforms = platforms.unix; platforms = platforms.unix;

View File

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

View File

@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = { meta = {
homepage = "https://github.com/gabrielzschmitz/Tomato.C"; 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 ]; license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ ]; maintainers = with lib.maintainers; [ ];
mainProgram = "tomato"; mainProgram = "tomato";

View File

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

View File

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