treewide: conform descriptions to the standards

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>

mivorasu d80ed4cb 261944f2

Changed files
+16 -16
nixos
modules
services
pkgs
applications
editors
vscode
extensions
by-name
ca
caroline
cb
cbftp
ga
galerio
gt
kn
knewave
li
libmsym
pr
prometheus-klipper-exporter
pu
pulsarctl
ro
roxterm
to
tomato-c
development
ocaml-modules
janestreet
python-modules
migen
+1 -1
nixos/modules/services/monitoring/grafana-image-renderer.nix
···
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)";
environment = {
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = "true";
···
systemd.services.grafana-image-renderer = {
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
+
description = "Grafana backend plugin that handles rendering of panels & dashboards to PNGs using headless browser (Chromium/Chrome)";
environment = {
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = "true";
+1 -1
nixos/modules/services/networking/flannel.nix
···
};
network = lib.mkOption {
-
description = " IPv4 network in CIDR format to use for the entire flannel network.";
type = lib.types.str;
};
···
};
network = lib.mkOption {
+
description = "IPv4 network in CIDR format to use for the entire flannel network";
type = lib.types.str;
};
+1 -1
nixos/modules/services/networking/quicktun.nix
···
type = types.port;
default = qtcfg.localPort;
defaultText = lib.literalExpression "config.services.quicktun.<name>.localPort";
-
description = " remote UDP port";
};
remoteFloat = mkOption {
···
type = types.port;
default = qtcfg.localPort;
defaultText = lib.literalExpression "config.services.quicktun.<name>.localPort";
+
description = "Remote UDP port";
};
remoteFloat = mkOption {
+1 -1
pkgs/applications/editors/vscode/extensions/default.nix
···
hash = "sha256-vVbaHSaBX6QzpnYMQlpPsJU1TQYJEBe8jq95muzwN0o=";
};
meta = {
-
description = " A 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;
···
hash = "sha256-vVbaHSaBX6QzpnYMQlpPsJU1TQYJEBe8jq95muzwN0o=";
};
meta = {
+
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;
+1 -1
pkgs/by-name/ca/caroline/package.nix
···
];
meta = with lib; {
-
description = " A simple Cairo Chart Library for GTK and Vala";
homepage = "https://github.com/dcharles525/Caroline";
maintainers = with maintainers; [ grindhold ];
license = licenses.mit;
···
];
meta = with lib; {
+
description = "Simple Cairo Chart Library for GTK and Vala";
homepage = "https://github.com/dcharles525/Caroline";
maintainers = with maintainers; [ grindhold ];
license = licenses.mit;
+1 -1
pkgs/by-name/cb/cbftp/package.nix
···
meta = with lib; {
homepage = "https://cbftp.eu/";
-
description = " An 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
···
meta = with lib; {
homepage = "https://cbftp.eu/";
+
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
+1 -1
pkgs/by-name/ga/galerio/package.nix
···
cargoHash = "sha256-jXUAjK/fqBaXaehcbFZU02w9/MTHluqKjtWGoAJa7ks=";
meta = with lib; {
-
description = " A simple generator for self-contained HTML flexbox galleries";
homepage = "https://github.com/dbrgn/galerio";
maintainers = with maintainers; [ dbrgn ];
license = with licenses; [
···
cargoHash = "sha256-jXUAjK/fqBaXaehcbFZU02w9/MTHluqKjtWGoAJa7ks=";
meta = with lib; {
+
description = "Simple generator for self-contained HTML flexbox galleries";
homepage = "https://github.com/dbrgn/galerio";
maintainers = with maintainers; [ dbrgn ];
license = with licenses; [
+1 -1
pkgs/by-name/gt/gtg/package.nix
···
checkPhase = "xvfb-run pytest ../tests/";
meta = with lib; {
-
description = " A 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.
···
checkPhase = "xvfb-run pytest ../tests/";
meta = with lib; {
+
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.
+1 -1
pkgs/by-name/kn/knewave/package.nix
···
'';
meta = {
-
description = "A bold, painted face for the rocker within";
longDescription = ''
Knewave is bold, painted face. Get it? Git it.
'';
···
'';
meta = {
+
description = "Bold, painted face for the rocker within";
longDescription = ''
Knewave is bold, painted face. Get it? Git it.
'';
+1 -1
pkgs/by-name/li/libmsym/package.nix
···
nativeBuildInputs = [ cmake ];
meta = with lib; {
-
description = " molecular point group symmetry lib";
homepage = "https://github.com/mcodev31/libmsym";
license = licenses.mit;
platforms = platforms.linux;
···
nativeBuildInputs = [ cmake ];
meta = with lib; {
+
description = "Molecular point group symmetry lib";
homepage = "https://github.com/mcodev31/libmsym";
license = licenses.mit;
platforms = platforms.linux;
+1 -1
pkgs/by-name/pr/prometheus-klipper-exporter/package.nix
···
};
meta = with lib; {
-
description = " Prometheus Exporter for Klipper ";
homepage = "https://github.com/scross01/prometheus-klipper-exporter";
license = licenses.mit;
maintainers = with maintainers; [ wulfsta ];
···
};
meta = with lib; {
+
description = "Prometheus Exporter for Klipper";
homepage = "https://github.com/scross01/prometheus-klipper-exporter";
license = licenses.mit;
maintainers = with maintainers; [ wulfsta ];
+1 -1
pkgs/by-name/pu/pulsarctl/package.nix
···
};
meta = with lib; {
-
description = " a CLI for Apache Pulsar written in Go";
homepage = "https://github.com/streamnative/pulsarctl";
license = with licenses; [ asl20 ];
platforms = platforms.unix;
···
};
meta = with lib; {
+
description = "CLI for Apache Pulsar written in Go";
homepage = "https://github.com/streamnative/pulsarctl";
license = with licenses; [ asl20 ];
platforms = platforms.unix;
+1 -1
pkgs/by-name/ro/roxterm/package.nix
···
meta = {
homepage = "https://github.com/realh/roxterm";
-
description = " A 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
···
meta = {
homepage = "https://github.com/realh/roxterm";
+
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
+1 -1
pkgs/by-name/to/tomato-c/package.nix
···
meta = {
homepage = "https://github.com/gabrielzschmitz/Tomato.C";
-
description = " A pomodoro timer written in pure C";
license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ ];
mainProgram = "tomato";
···
meta = {
homepage = "https://github.com/gabrielzschmitz/Tomato.C";
+
description = "Pomodoro timer written in pure C";
license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ ];
mainProgram = "tomato";
+1 -1
pkgs/development/ocaml-modules/janestreet/0.17.nix
···
ocaml_openapi_generator = janePackage {
pname = "ocaml_openapi_generator";
hash = "sha256-HCq9fylcVjBMs8L6E860nw+EonWEQadlyEKpQI6mynU=";
-
meta.description = " An OpenAPI 3 to OCaml client generator";
buildInputs = [
async
core
···
ocaml_openapi_generator = janePackage {
pname = "ocaml_openapi_generator";
hash = "sha256-HCq9fylcVjBMs8L6E860nw+EonWEQadlyEKpQI6mynU=";
+
meta.description = "OpenAPI 3 to OCaml client generator";
buildInputs = [
async
core
+1 -1
pkgs/development/python-modules/migen/default.nix
···
passthru.updateScript = unstableGitUpdater { };
meta = {
-
description = " A Python toolbox for building complex digital hardware";
homepage = "https://m-labs.hk/migen";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ l-as ];
···
passthru.updateScript = unstableGitUpdater { };
meta = {
+
description = "Python toolbox for building complex digital hardware";
homepage = "https://m-labs.hk/migen";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ l-as ];