Merge pull request #330042 from Sigmanificient/remove-leading-space-description

treewide: remove trailing space in description

Changed files
+82 -82
nixos
modules
services
databases
monitoring
networking
pkgs
applications
blockchains
solana-validator
misc
pw-viz
swaynag-battery
taskwarrior-tui
networking
cluster
ktunnel
pv-migrate
tmpmail
science
medicine
xmedcon
system
booster
video
jftui
obs-studio
by-name
in
ingress2gateway
li
libisoburn
oc
ocis-bin
pr
pu
pupdate
vi
vidmerger
x5
x509-limbo
development
coq-modules
fourcolor
libraries
aws-c-cal
flatcc
hfst-ospell
java
multipart-parser-c
pkger
ocaml-modules
ipaddr
metadata
msgpck
ocaml-print-intf
ssl
python-modules
barectf
co2signal
colorspacious
cxxfilt
djangorestframework-recursive
jsonslicer
plumbum
premailer
pylyrics
pyproject-hooks
pyprusalink
pyqt5-stubs
sampledata
sane
scour
types-appdirs
rocm-modules
tools
continuous-integration
agola
database
indradb
faas-cli
gptcommit
img
language-servers
fortls
rust
cargo-hf2
cargo-mobile2
statik
web
insomnia
games
raylib-games
os-specific
linux
servers
home-assistant
custom-components
samsungtv-smart
http
apache-modules
mod_spkac
nginx
monitoring
prometheus
roapi
search
web-apps
discourse
plugins
discourse-checklist
healthchecks
shells
zsh
zsh-bd
tools
cd-dvd
misc
crudini
iam-policy-json-to-terraform
opencorsairlink
pcb2gcode
precice-config-visualizer
timetagger_cli
vix
networking
netmask
wayland
aw-watcher-window-wayland
+1 -1
nixos/modules/services/databases/surrealdb.nix
···
environment.systemPackages = [ cfg.package ] ;
systemd.services.surrealdb = {
-
description = "A scalable, distributed, collaborative, document-graph database, for the realtime web ";
+
description = "A scalable, distributed, collaborative, document-graph database, for the realtime web";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
+1 -1
nixos/modules/services/monitoring/nagios.nix
···
config = mkIf cfg.enable {
users.users.nagios = {
-
description = "Nagios user ";
+
description = "Nagios user";
uid = config.ids.uids.nagios;
home = nagiosState;
group = "nagios";
+1 -1
nixos/modules/services/networking/antennas.nix
···
config = mkIf cfg.enable {
systemd.services.antennas = {
-
description = "Antennas HDHomeRun emulator for Tvheadend. ";
+
description = "Antennas HDHomeRun emulator for Tvheadend.";
wantedBy = [ "multi-user.target" ];
# Config
+1 -1
pkgs/applications/blockchains/solana-validator/default.nix
···
};
meta = with lib; {
-
description = "Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces. ";
+
description = "Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.";
homepage = "https://solana.com";
license = licenses.asl20;
maintainers = with maintainers; [ adjacentresearch ];
+1 -1
pkgs/applications/misc/pw-viz/default.nix
···
env.NIX_CFLAGS_COMPILE = toString [ "-DPW_ENABLE_DEPRECATED" ];
meta = with lib; {
-
description = "Simple and elegant pipewire graph editor ";
+
description = "Simple and elegant pipewire graph editor";
homepage = "https://github.com/ax9d/pw-viz";
license = licenses.gpl3Only;
maintainers = with maintainers; [ figsoda ];
+1 -1
pkgs/applications/misc/swaynag-battery/default.nix
···
meta = with lib; {
homepage = "https://github.com/m00qek/swaynag-battery";
-
description = "Shows a message when your battery is discharging ";
+
description = "Shows a message when your battery is discharging";
maintainers = with maintainers; [ ];
license = licenses.mit;
mainProgram = "swaynag-battery";
+1 -1
pkgs/applications/misc/taskwarrior-tui/default.nix
···
'';
meta = with lib; {
-
description = "Terminal user interface for taskwarrior ";
+
description = "Terminal user interface for taskwarrior";
homepage = "https://github.com/kdheepak/taskwarrior-tui";
license = with licenses; [ mit ];
maintainers = with maintainers; [ matthiasbeyer ];
+1 -1
pkgs/applications/networking/cluster/ktunnel/default.nix
···
'';
meta = with lib; {
-
description = "Cli that exposes your local resources to kubernetes ";
+
description = "Cli that exposes your local resources to kubernetes";
mainProgram = "ktunnel";
homepage = "https://github.com/omrikiei/ktunnel";
license = licenses.asl20;
+1 -1
pkgs/applications/networking/cluster/pv-migrate/default.nix
···
'';
meta = with lib; {
-
description = "CLI tool to easily migrate Kubernetes persistent volumes ";
+
description = "CLI tool to easily migrate Kubernetes persistent volumes";
mainProgram = "pv-migrate";
homepage = "https://github.com/utkuozdemir/pv-migrate";
changelog = "https://github.com/utkuozdemir/pv-migrate/releases/tag/${version}";
+1 -1
pkgs/applications/networking/tmpmail/default.nix
···
meta = with lib; {
homepage = "https://github.com/sdushantha/tmpmail";
-
description = "Temporary email right from your terminal written in POSIX sh ";
+
description = "Temporary email right from your terminal written in POSIX sh";
license = licenses.mit;
maintainers = [ maintainers.lom ];
mainProgram = "tmpmail";
+1 -1
pkgs/applications/science/medicine/xmedcon/default.nix
···
nativeBuildInputs = [ pkg-config wrapGAppsHook3 ];
meta = with lib; {
-
description = "Open source toolkit for medical image conversion ";
+
description = "Open source toolkit for medical image conversion";
homepage = "https://xmedcon.sourceforge.net/";
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ arianvp flokli ];
+1 -1
pkgs/applications/system/booster/default.nix
···
'';
meta = with lib; {
-
description = "Fast and secure initramfs generator ";
+
description = "Fast and secure initramfs generator";
homepage = "https://github.com/anatol/booster";
license = licenses.mit;
maintainers = with maintainers; [ urandom ];
+1 -1
pkgs/applications/video/jftui/default.nix
···
'';
meta = with lib; {
-
description = "Jellyfin Terminal User Interface ";
+
description = "Jellyfin Terminal User Interface";
homepage = "https://github.com/Aanok/jftui";
license = licenses.unlicense;
maintainers = [ maintainers.nyanloutre ];
+1 -1
pkgs/applications/video/obs-studio/plugins/input-overlay.nix
···
dontWrapQtApps = true;
meta = with lib; {
-
description = "Show keyboard, gamepad and mouse input on stream ";
+
description = "Show keyboard, gamepad and mouse input on stream";
homepage = "https://github.com/univrsal/input-overlay";
maintainers = with maintainers; [ glittershark ];
license = licenses.gpl2;
+1 -1
pkgs/by-name/in/ingress2gateway/package.nix
···
ldflags = [ "-s" "-w" ];
meta = with lib; {
-
description = "Convert Ingress resources to Gateway API resources ";
+
description = "Convert Ingress resources to Gateway API resources";
homepage = "https://github.com/kubernetes-sigs/ingress2gateway";
license = licenses.asl20;
maintainers = with maintainers; [ arikgrahl ];
+1 -1
pkgs/by-name/li/libisoburn/package.nix
···
meta = {
homepage = "http://libburnia-project.org/";
-
description = "Enables creation and expansion of ISO-9660 filesystems on CD/DVD/BD ";
+
description = "Enables creation and expansion of ISO-9660 filesystems on CD/DVD/BD";
changelog = "https://dev.lovelyhq.com/libburnia/libisoburn/src/tag/${finalAttrs.src.rev}/ChangeLog";
license = lib.licenses.gpl2Plus;
mainProgram = "osirrox";
+1 -1
pkgs/by-name/oc/ocis-bin/package.nix
···
passthru.updateScript = ./update.py;
meta = with lib; {
-
description = "ownCloud Infinite Scale Stack ";
+
description = "ownCloud Infinite Scale Stack";
homepage = "https://owncloud.dev/ocis/";
changelog = "https://github.com/owncloud/ocis/releases/tag/v${finalAttrs.version}";
# oCIS is licensed under non-free EULA which can be found here :
+1 -1
pkgs/by-name/pr/prox/package.nix
···
meta = with lib; {
homepage = "https://github.com/fgrosse/prox";
-
description = "Process runner for Procfile-based applications ";
+
description = "Process runner for Procfile-based applications";
mainProgram = "prox";
license = licenses.bsd2;
maintainers = with maintainers; [ lucperkins ];
+1 -1
pkgs/by-name/pu/pupdate/package.nix
···
meta = with lib; {
homepage = "https://github.com/mattpannella/pupdate";
-
description = "Pupdate - A thing for updating your Analogue Pocket ";
+
description = "Pupdate - A thing for updating your Analogue Pocket";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ p-rintz ];
+1 -1
pkgs/by-name/vi/vidmerger/package.nix
···
];
meta = with lib; {
-
description = "Merge video & audio files via CLI ";
+
description = "Merge video & audio files via CLI";
homepage = "https://github.com/TGotwig/vidmerger";
license = with licenses; [ mit commons-clause ];
maintainers = with maintainers; [ ByteSudoer ];
+1 -1
pkgs/by-name/x5/x509-limbo/package.nix
···
meta = with lib; {
homepage = "https://x509-limbo.com/";
-
description = "Suite of testvectors for X.509 certificate path validation and tools for building them ";
+
description = "Suite of testvectors for X.509 certificate path validation and tools for building them";
mainProgram = "limbo";
license = licenses.asl20;
+1 -1
pkgs/development/coq-modules/fourcolor/default.nix
···
propagatedBuildInputs = [ mathcomp.algebra mathcomp.ssreflect mathcomp.fingroup ];
meta = with lib; {
-
description = "Formal proof of the Four Color Theorem ";
+
description = "Formal proof of the Four Color Theorem";
maintainers = with maintainers; [ siraben ];
license = licenses.cecill-b;
platforms = platforms.unix;
+1 -1
pkgs/development/libraries/aws-c-cal/default.nix
···
};
meta = with lib; {
-
description = "AWS Crypto Abstraction Layer ";
+
description = "AWS Crypto Abstraction Layer";
homepage = "https://github.com/awslabs/aws-c-cal";
license = licenses.asl20;
platforms = platforms.unix;
+1 -1
pkgs/development/libraries/flatcc/default.nix
···
];
meta = with lib; {
-
description = "FlatBuffers Compiler and Library in C for C ";
+
description = "FlatBuffers Compiler and Library in C for C";
mainProgram = "flatcc";
homepage = "https://github.com/dvidelabs/flatcc";
license = [ licenses.asl20 ];
+1 -1
pkgs/development/libraries/hfst-ospell/default.nix
···
meta = with lib; {
homepage = "https://github.com/hfst/hfst-ospell/";
-
description = "HFST spell checker library and command line tool ";
+
description = "HFST spell checker library and command line tool";
license = licenses.asl20;
maintainers = with maintainers; [ lurkki ];
platforms = platforms.unix;
+1 -1
pkgs/development/libraries/java/jffi/default.nix
···
meta = with lib; {
broken = stdenv.isDarwin;
-
description = "Java Foreign Function Interface ";
+
description = "Java Foreign Function Interface";
homepage = "https://github.com/jnr/jffi";
platforms = platforms.unix;
license = licenses.asl20;
+1 -1
pkgs/development/libraries/multipart-parser-c/default.nix
···
'';
meta = {
-
description = "Http multipart parser implemented in C ";
+
description = "Http multipart parser implemented in C";
homepage = "https://github.com/iafonov/multipart-parser-c";
license = [ lib.licenses.mit ];
};
+1 -1
pkgs/development/libraries/pkger/default.nix
···
doCheck = false;
meta = with lib; {
-
description = "Embed static files in Go binaries (replacement for gobuffalo/packr) ";
+
description = "Embed static files in Go binaries (replacement for gobuffalo/packr)";
mainProgram = "pkger";
homepage = "https://github.com/markbates/pkger";
changelog = "https://github.com/markbates/pkger/releases/tag/v${version}";
+1 -1
pkgs/development/ocaml-modules/ipaddr/default.nix
···
doCheck = true;
meta = macaddr.meta // {
-
description = "Library for manipulation of IP (and MAC) address representations ";
+
description = "Library for manipulation of IP (and MAC) address representations";
maintainers = with lib.maintainers; [ alexfmpe ericbmerritt ];
};
}
+1 -1
pkgs/development/ocaml-modules/metadata/default.nix
···
meta = with lib; {
homepage = "https://github.com/savonet/ocaml-metadata";
-
description = "Library to read metadata from files in various formats. ";
+
description = "Library to read metadata from files in various formats.";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ dandellion ];
};
+1 -1
pkgs/development/ocaml-modules/msgpck/default.nix
···
doCheck = true;
meta = {
-
description = "Fast MessagePack (http://msgpack.org) library ";
+
description = "Fast MessagePack (http://msgpack.org) library";
license = lib.licenses.isc;
homepage = "https://github.com/vbmithr/ocaml-msgpck";
maintainers = [ lib.maintainers.ulrikstrid ];
+1 -1
pkgs/development/ocaml-modules/ocaml-print-intf/default.nix
···
buildInputs = [ dune-build-info bos ];
meta = with lib; {
-
description = "Pretty print an OCaml cmi/cmt/cmti file in human-readable OCaml signature form ";
+
description = "Pretty print an OCaml cmi/cmt/cmti file in human-readable OCaml signature form";
homepage = "https://github.com/${author}/${pname}";
license = lib.licenses.isc;
maintainers = [ lib.maintainers.nerdypepper ];
+1 -1
pkgs/development/ocaml-modules/ssl/default.nix
···
meta = {
homepage = "http://savonet.rastageeks.org/";
-
description = "OCaml bindings for libssl ";
+
description = "OCaml bindings for libssl";
license = "LGPL+link exception";
maintainers = with lib.maintainers; [ anmonteiro dandellion maggesi ];
};
+1 -1
pkgs/development/python-modules/barectf/default.nix
···
nativeCheckInputs = [ pytest7CheckHook ];
meta = with lib; {
-
description = "Generator of ANSI C tracers which output CTF data streams ";
+
description = "Generator of ANSI C tracers which output CTF data streams";
mainProgram = "barectf";
homepage = "https://github.com/efficios/barectf";
license = licenses.mit;
+1 -1
pkgs/development/python-modules/co2signal/default.nix
···
pythonImportsCheck = [ "CO2Signal" ];
meta = with lib; {
-
description = "Package to access the CO2 Signal API ";
+
description = "Package to access the CO2 Signal API";
homepage = "https://github.com/danielsjf/CO2Signal";
license = licenses.gpl3Only;
maintainers = with maintainers; [ plabadens ];
+1 -1
pkgs/development/python-modules/colorspacious/default.nix
···
meta = {
homepage = "https://github.com/njsmith/colorspacious";
-
description = "Powerful, accurate, and easy-to-use Python library for doing colorspace conversions ";
+
description = "Powerful, accurate, and easy-to-use Python library for doing colorspace conversions";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ tbenst ];
};
+1 -1
pkgs/development/python-modules/cxxfilt/default.nix
···
pythonImportsCheck = [ "cxxfilt" ];
meta = with lib; {
-
description = "Demangling C++ symbols in Python / interface to abi::__cxa_demangle ";
+
description = "Demangling C++ symbols in Python / interface to abi::__cxa_demangle";
homepage = "https://github.com/afq984/python-cxxfilt";
license = licenses.bsd2;
maintainers = [ ];
+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 = with maintainers; [ ];
+1 -1
pkgs/development/python-modules/jsonslicer/default.nix
···
buildInputs = [ yajl ];
meta = with lib; {
-
description = "Stream JSON parser for Python ";
+
description = "Stream JSON parser for Python";
homepage = "https://github.com/AMDmi3/jsonslicer";
license = licenses.mit;
maintainers = with maintainers; [ jopejoe1 ];
+1 -1
pkgs/development/python-modules/plumbum/default.nix
···
meta = with lib; {
changelog = "https://github.com/tomerfiliba/plumbum/releases/tag/v${version}";
-
description = " Plumbum: Shell Combinators ";
+
description = " Plumbum: Shell Combinators";
homepage = " https://github.com/tomerfiliba/plumbum ";
license = licenses.mit;
maintainers = with maintainers; [ ];
+1 -1
pkgs/development/python-modules/premailer/default.nix
···
];
meta = {
-
description = "Turns CSS blocks into style attributes ";
+
description = "Turns CSS blocks into style attributes";
homepage = "https://github.com/peterbe/premailer";
license = lib.licenses.bsd3;
};
+1 -1
pkgs/development/python-modules/pylyrics/default.nix
···
doCheck = false;
meta = with lib; {
-
description = "Pythonic Implementation of lyrics.wikia.com for getting lyrics of songs ";
+
description = "Pythonic Implementation of lyrics.wikia.com for getting lyrics of songs";
homepage = "https://github.com/geekpradd/PyLyrics";
license = licenses.mit;
maintainers = with maintainers; [ ];
+1 -1
pkgs/development/python-modules/pyproject-hooks/default.nix
···
pythonImportsCheck = [ "pyproject_hooks" ];
meta = with lib; {
-
description = "Low-level library for calling build-backends in `pyproject.toml`-based project ";
+
description = "Low-level library for calling build-backends in `pyproject.toml`-based project";
homepage = "https://github.com/pypa/pyproject-hooks";
changelog = "https://github.com/pypa/pyproject-hooks/blob/v${version}/docs/changelog.rst";
license = licenses.mit;
+1 -1
pkgs/development/python-modules/pyprusalink/default.nix
···
pythonImportsCheck = [ "pyprusalink" ];
meta = with lib; {
-
description = "Library to communicate with PrusaLink ";
+
description = "Library to communicate with PrusaLink";
homepage = "https://github.com/home-assistant-libs/pyprusalink";
changelog = "https://github.com/home-assistant-libs/pyprusalink/releases/tag/${version}";
license = with licenses; [ asl20 ];
+1 -1
pkgs/development/python-modules/pyqt5-stubs/default.nix
···
];
meta = with lib; {
-
description = "Stubs for PyQt5 ";
+
description = "Stubs for PyQt5";
homepage = "https://github.com/python-qt-tools/PyQt5-stubs";
license = licenses.gpl3;
maintainers = with maintainers; [ _999eagle ];
+1 -1
pkgs/development/python-modules/sampledata/default.nix
···
format = "setuptools";
meta = {
-
description = "Sample Data generator for Python ";
+
description = "Sample Data generator for Python";
homepage = "https://github.com/jespino/sampledata";
license = lib.licenses.bsd3;
};
+1 -1
pkgs/development/python-modules/sane/default.nix
···
meta = with lib; {
homepage = "https://github.com/python-pillow/Sane";
-
description = "Python interface to the SANE scanner and frame grabber ";
+
description = "Python interface to the SANE scanner and frame grabber";
license = licenses.mit;
maintainers = with maintainers; [ doronbehar ];
};
+1 -1
pkgs/development/python-modules/scour/default.nix
···
doCheck = false;
meta = with lib; {
-
description = "SVG Optimizer / Cleaner ";
+
description = "SVG Optimizer / Cleaner";
mainProgram = "scour";
homepage = "https://github.com/scour-project/scour";
license = licenses.asl20;
+1 -1
pkgs/development/python-modules/types-appdirs/default.nix
···
};
meta = {
-
description = "This is a PEP 561 type stub package for the appdirs package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses appdirs. ";
+
description = "This is a PEP 561 type stub package for the appdirs package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses appdirs.";
homepage = "https://pypi.org/project/types-appdirs";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ ];
+1 -1
pkgs/development/rocm-modules/5/clr/test-opencl-example.nix
···
cmakeFlags = [ "-DBUILD_CPP_CL=OFF" ];
meta = with lib; {
-
description = "Samples from the AMD APP SDK (with OpenCRun support) ";
+
description = "Samples from the AMD APP SDK (with OpenCRun support)";
homepage = "https://github.com/OpenCL/AMD_APP_samples";
license = licenses.bsd2;
platforms = platforms.linux;
+1 -1
pkgs/development/rocm-modules/6/clr/test-opencl-example.nix
···
cmakeFlags = [ "-DBUILD_CPP_CL=OFF" ];
meta = with lib; {
-
description = "Samples from the AMD APP SDK (with OpenCRun support) ";
+
description = "Samples from the AMD APP SDK (with OpenCRun support)";
homepage = "https://github.com/OpenCL/AMD_APP_samples";
license = licenses.bsd2;
platforms = platforms.linux;
+1 -1
pkgs/development/tools/continuous-integration/agola/default.nix
···
doCheck = false;
meta = with lib; {
-
description = "Agola: CI/CD Redefined ";
+
description = "Agola: CI/CD Redefined";
homepage = "https://agola.io";
maintainers = with maintainers; [ happysalada ];
license = licenses.mit;
+1 -1
pkgs/development/tools/database/indradb/default.nix
···
};
meta = with lib; {
-
description = "Graph database written in rust ";
+
description = "Graph database written in rust";
homepage = "https://github.com/indradb/indradb";
license = licenses.mpl20;
maintainers = with maintainers; [ happysalada ];
+1 -1
pkgs/development/tools/faas-cli/default.nix
···
};
meta = with lib; {
-
description = "Official CLI for OpenFaaS ";
+
description = "Official CLI for OpenFaaS";
mainProgram = "faas-cli";
homepage = "https://github.com/openfaas/faas-cli";
license = licenses.mit;
+1 -1
pkgs/development/tools/gptcommit/default.nix
···
};
meta = with lib; {
-
description = "Git prepare-commit-msg hook for authoring commit messages with GPT-3. ";
+
description = "Git prepare-commit-msg hook for authoring commit messages with GPT-3.";
mainProgram = "gptcommit";
homepage = "https://github.com/zurawiki/gptcommit";
license = with licenses; [ asl20 ];
+1 -1
pkgs/development/tools/img/default.nix
···
doCheck = false;
meta = with lib; {
-
description = "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder. ";
+
description = "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.";
mainProgram = "img";
license = licenses.mit;
homepage = "https://github.com/genuinetools/img";
+1 -1
pkgs/development/tools/language-servers/fortls/default.nix
···
checkPhase = "$out/bin/fortls --help 1>/dev/null";
meta = with lib; {
-
description = "Fortran Language Server ";
+
description = "Fortran Language Server";
mainProgram = "fortls";
homepage = "https://github.com/fortran-lang/fortls";
license = [ licenses.mit ];
+1 -1
pkgs/development/tools/rust/cargo-hf2/default.nix
···
buildInputs = [ libusb1 ] ++ lib.optionals stdenv.isDarwin [ AppKit ];
meta = with lib; {
-
description = "Cargo Subcommand for Microsoft HID Flashing Library for UF2 Bootloaders ";
+
description = "Cargo Subcommand for Microsoft HID Flashing Library for UF2 Bootloaders";
mainProgram = "cargo-hf2";
homepage = "https://lib.rs/crates/cargo-hf2";
license = with licenses; [ mit ];
+1 -1
pkgs/development/tools/rust/cargo-mobile2/default.nix
···
'';
meta = with lib; {
-
description = "Rust on mobile made easy! ";
+
description = "Rust on mobile made easy!";
homepage = "https://tauri.app/";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ happysalada ];
+1 -1
pkgs/development/tools/statik/default.nix
···
meta = with lib; {
homepage = "https://github.com/rakyll/statik";
-
description = "Embed files into a Go executable ";
+
description = "Embed files into a Go executable";
mainProgram = "statik";
license = licenses.asl20;
maintainers = with maintainers; [ Madouura ];
+1 -1
pkgs/development/web/insomnia/default.nix
···
meta = with lib; {
homepage = "https://insomnia.rest";
-
description = " The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage. ";
+
description = " The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.";
mainProgram = "insomnia";
changelog = "https://github.com/Kong/insomnia/releases/tag/core@${version}";
license = licenses.asl20;
+1 -1
pkgs/games/raylib-games/default.nix
···
'';
meta = with lib; {
-
description = "Collection of games made with raylib ";
+
description = "Collection of games made with raylib";
homepage = "https://www.raylib.com/games.html";
license = licenses.zlib;
maintainers = with maintainers; [ ehmry ];
+1 -1
pkgs/os-specific/linux/reap/default.nix
···
meta = with lib; {
homepage = "https://github.com/leahneukirchen/reap";
-
description = "run process until all its spawned processes are dead ";
+
description = "run process until all its spawned processes are dead";
mainProgram = "reap";
license = with licenses; [ publicDomain ];
platforms = platforms.linux;
+1 -1
pkgs/servers/home-assistant/custom-components/samsungtv-smart/default.nix
···
meta = with lib; {
changelog = "https://github.com/ollo69/ha-samsungtv-smart/releases/tag/v${version}";
-
description = "Home Assistant Samsung TV Integration ";
+
description = "Home Assistant Samsung TV Integration";
homepage = "https://github.com/ollo69/ha-samsungtv-smart";
maintainers = with maintainers; [ mindstorms6 ];
license = licenses.asl20;
+1 -1
pkgs/servers/http/apache-modules/mod_spkac/default.nix
···
};
meta = with lib; {
-
description = "RedWax CA service module for handling the Netscape keygen requests. ";
+
description = "RedWax CA service module for handling the Netscape keygen requests.";
homepage = "https://redwax.eu";
changelog = "https://source.redwax.eu/projects/RS/repos/mod_spkac/browse/ChangeLog";
license = licenses.asl20;
+1 -1
pkgs/servers/http/nginx/modules.nix
···
inputs = [ pam ];
meta = with lib; {
-
description = "Use PAM for simple http authentication ";
+
description = "Use PAM for simple http authentication";
homepage = "https://github.com/sto/ngx_http_auth_pam_module";
license = with licenses; [ bsd2 ];
maintainers = with maintainers; [ ];
+1 -1
pkgs/servers/monitoring/prometheus/atlas-exporter.nix
···
vendorHash = "sha256-tR+OHxj/97AixuAp0Kx9xQsKPAxpvF6hDha5BgMBha0=";
meta = with lib; {
-
description = "Prometheus exporter for RIPE Atlas measurement results ";
+
description = "Prometheus exporter for RIPE Atlas measurement results";
mainProgram = "atlas_exporter";
homepage = "https://github.com/czerwonk/atlas_exporter";
license = licenses.lgpl3;
+1 -1
pkgs/servers/roapi/http.nix
···
'';
meta = with lib; {
-
description = "Create full-fledged APIs for static datasets without writing a single line of code. ";
+
description = "Create full-fledged APIs for static datasets without writing a single line of code.";
homepage = "https://roapi.github.io/docs/";
license = licenses.asl20;
maintainers = with maintainers; [ happysalada ];
+1 -1
pkgs/servers/search/lnx/default.nix
···
};
buildInputs = lib.optionals stdenv.isDarwin [ DiskArbitration Foundation ];
meta = with lib; {
-
description = "Insanely fast, Feature-rich searching. lnx is the adaptable, typo tollerant deployment of the tantivy search engine. Standing on the shoulders of giants. ";
+
description = "Insanely fast, Feature-rich searching. lnx is the adaptable, typo tollerant deployment of the tantivy search engine. Standing on the shoulders of giants.";
mainProgram = "lnx";
homepage = "https://lnx.rs/";
license = licenses.mit;
+1 -1
pkgs/servers/web-apps/discourse/plugins/discourse-checklist/default.nix
···
homepage = "https://github.com/discourse/discourse-checklist";
maintainers = with maintainers; [ ryantm ];
license = licenses.gpl2Only;
-
description = "Simple checklist rendering plugin for discourse ";
+
description = "Simple checklist rendering plugin for discourse";
};
}
+1 -1
pkgs/servers/web-apps/healthchecks/default.nix
···
meta = with lib; {
homepage = "https://github.com/healthchecks/healthchecks";
-
description = "Cron monitoring tool written in Python & Django ";
+
description = "Cron monitoring tool written in Python & Django";
license = licenses.bsd3;
maintainers = with maintainers; [ phaer ];
};
+1 -1
pkgs/shells/zsh/zsh-bd/default.nix
···
'';
meta = {
-
description = "Jump back to a specific directory, without doing `cd ../../..` ";
+
description = "Jump back to a specific directory, without doing `cd ../../..`";
homepage = "https://github.com/Tarrasch/zsh-bd";
license = lib.licenses.free;
+1 -1
pkgs/tools/cd-dvd/sacd/default.nix
···
];
meta = with lib; {
-
description = "Converts SACD image files, Philips DSDIFF and Sony DSF files to 24-bit high resolution wave files. Handles both DST and DSD streams. ";
+
description = "Converts SACD image files, Philips DSDIFF and Sony DSF files to 24-bit high resolution wave files. Handles both DST and DSD streams.";
longDescription = ''
Super Audio CD decoder. Converts SACD image files, Philips DSDIFF and Sony DSF files to 24-bit high resolution wave files.
Handles both DST and DSD streams.
+1 -1
pkgs/tools/misc/crudini/default.nix
···
'';
meta = with lib; {
-
description = "Utility for manipulating ini files ";
+
description = "Utility for manipulating ini files";
homepage = "https://www.pixelbeat.org/programs/crudini/";
license = licenses.gpl2Only;
maintainers = with maintainers; [ peterhoeg ];
+1 -1
pkgs/tools/misc/iam-policy-json-to-terraform/default.nix
···
vendorHash = "sha256-1WTc7peTJI3IvHJqznqRz29uQ2NG0CZpAAzlyYymZCQ=";
meta = with lib; {
-
description = "Small tool to convert an IAM Policy in JSON format into a Terraform aws_iam_policy_document ";
+
description = "Small tool to convert an IAM Policy in JSON format into a Terraform aws_iam_policy_document";
homepage = "https://github.com/flosell/iam-policy-json-to-terraform";
changelog = "https://github.com/flosell/iam-policy-json-to-terraform/releases/tag/${version}";
license = licenses.asl20;
+1 -1
pkgs/tools/misc/opencorsairlink/default.nix
···
];
meta = with lib; {
-
description = "Linux and Mac OS support for the CorsairLink Devices ";
+
description = "Linux and Mac OS support for the CorsairLink Devices";
homepage = "https://github.com/audiohacked/OpenCorsairLink";
license = licenses.gpl2Plus;
platforms = platforms.all;
+1 -1
pkgs/tools/misc/pcb2gcode/default.nix
···
'';
meta = with lib; {
-
description = "Command-line tool for isolation, routing and drilling of PCBs ";
+
description = "Command-line tool for isolation, routing and drilling of PCBs";
longDescription = ''
pcb2gcode is a command-line software for the isolation, routing and drilling of PCBs.
It takes Gerber files as input and it outputs gcode files, suitable for the milling of PCBs.
+1 -1
pkgs/tools/misc/precice-config-visualizer/default.nix
···
meta = with lib; {
homepage = "https://github.com/precice/config-visualizer";
-
description = "Small python tool for visualizing the preCICE xml configuration ";
+
description = "Small python tool for visualizing the preCICE xml configuration";
license = licenses.gpl3Only;
maintainers = with maintainers; [ Scriptkiddi ];
mainProgram = "precice-config-visualizer";
+1 -1
pkgs/tools/misc/timetagger_cli/default.nix
···
doCheck = false;
meta = with lib; {
-
description = "Track your time from the command-line ";
+
description = "Track your time from the command-line";
homepage = "https://github.com/almarklein/timetagger_cli";
license = with licenses; [ mit ];
maintainers = with maintainers; [ matthiasbeyer ];
+1 -1
pkgs/tools/misc/vix/default.nix
···
buildInputs = [ SDL ];
meta = with lib; {
-
description = "Visual Interface heXadecimal dump ";
+
description = "Visual Interface heXadecimal dump";
homepage = "http://actinid.org/vix/";
license = licenses.gpl3;
maintainers = [ maintainers.ehmry ];
+1 -1
pkgs/tools/networking/netmask/default.nix
···
meta = with lib; {
homepage = "https://github.com/tlby/netmask";
-
description = "IP address formatting tool ";
+
description = "IP address formatting tool";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.jensbin ];
+1 -1
pkgs/tools/wayland/aw-watcher-window-wayland/default.nix
···
];
meta = with lib; {
-
description = "WIP window and afk watcher for wayland ";
+
description = "WIP window and afk watcher for wayland";
homepage = "https://github.com/ActivityWatch/aw-watcher-window-wayland";
license = licenses.mpl20;
maintainers = with maintainers; [ esau79p ];