treewide: remove trailing space in description

Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
This commit is contained in:
Sigmanificient 2024-07-26 02:18:51 +02:00
parent 3272a7c601
commit 543cd40ecc
82 changed files with 82 additions and 82 deletions

View File

@ -58,7 +58,7 @@ in {
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" ];

View File

@ -175,7 +175,7 @@ in
config = mkIf cfg.enable {
users.users.nagios = {
description = "Nagios user ";
description = "Nagios user";
uid = config.ids.uids.nagios;
home = nagiosState;
group = "nagios";

View File

@ -38,7 +38,7 @@ in
config = mkIf cfg.enable {
systemd.services.antennas = {
description = "Antennas HDHomeRun emulator for Tvheadend. ";
description = "Antennas HDHomeRun emulator for Tvheadend.";
wantedBy = [ "multi-user.target" ];
# Config

View File

@ -96,7 +96,7 @@ rustPlatform.buildRustPackage rec {
};
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 ];

View File

@ -57,7 +57,7 @@ rustPlatform.buildRustPackage rec {
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 ];

View File

@ -15,7 +15,7 @@ buildGoModule rec {
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";

View File

@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
'';
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 ];

View File

@ -31,7 +31,7 @@ buildGoModule {
'';
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;

View File

@ -35,7 +35,7 @@ buildGoModule rec {
'';
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}";

View File

@ -26,7 +26,7 @@ stdenvNoCC.mkDerivation rec {
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";

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
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 ];

View File

@ -49,7 +49,7 @@ buildGoModule rec {
'';
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 ];

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
'';
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 ];

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
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;

View File

@ -19,7 +19,7 @@ buildGoModule rec {
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 ];

View File

@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
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";

View File

@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
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 :

View File

@ -24,7 +24,7 @@ buildGoModule rec {
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 ];

View File

@ -55,7 +55,7 @@ buildDotnetModule rec {
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 ];

View File

@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
];
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 ];

View File

@ -39,7 +39,7 @@ python3.pkgs.buildPythonPackage {
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;

View File

@ -24,7 +24,7 @@ mkCoqDerivation {
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;

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
};
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;

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
];
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 ];

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
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;

View File

@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
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;

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
'';
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 ];
};

View File

@ -20,7 +20,7 @@ buildGoModule rec {
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}";

View File

@ -17,7 +17,7 @@ buildDunePackage rec {
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 ];
};
}

View File

@ -15,7 +15,7 @@ buildDunePackage rec {
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 ];
};

View File

@ -23,7 +23,7 @@ buildDunePackage rec {
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 ];

View File

@ -23,7 +23,7 @@ buildDunePackage rec {
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 ];

View File

@ -34,7 +34,7 @@ buildDunePackage rec {
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 ];
};

View File

@ -46,7 +46,7 @@ buildPythonPackage rec {
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;

View File

@ -23,7 +23,7 @@ buildPythonPackage rec {
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 ];

View File

@ -19,7 +19,7 @@ buildPythonPackage rec {
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 ];
};

View File

@ -30,7 +30,7 @@ buildPythonPackage rec {
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 = [ ];

View File

@ -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 = with maintainers; [ ];

View File

@ -23,7 +23,7 @@ buildPythonPackage rec {
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 ];

View File

@ -64,7 +64,7 @@ buildPythonPackage rec {
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; [ ];

View File

@ -36,7 +36,7 @@ buildPythonPackage rec {
];
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;
};

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
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; [ ];

View File

@ -59,7 +59,7 @@ buildPythonPackage rec {
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;

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
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 ];

View File

@ -58,7 +58,7 @@ buildPythonPackage rec {
];
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 ];

View File

@ -14,7 +14,7 @@ buildPythonPackage rec {
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;
};

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
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 ];
};

View File

@ -21,7 +21,7 @@ buildPythonPackage rec {
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;

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
};
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; [ ];

View File

@ -41,7 +41,7 @@ let
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;

View File

@ -41,7 +41,7 @@ let
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;

View File

@ -34,7 +34,7 @@ buildGoModule {
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;

View File

@ -14,7 +14,7 @@ let
};
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 ];

View File

@ -57,7 +57,7 @@ buildGoModule rec {
};
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;

View File

@ -38,7 +38,7 @@ rustPlatform.buildRustPackage {
};
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 ];

View File

@ -47,7 +47,7 @@ buildGoModule rec {
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";

View File

@ -25,7 +25,7 @@ buildPythonApplication rec {
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 ];

View File

@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
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 ];

View File

@ -46,7 +46,7 @@ rustPlatform.buildRustPackage {
'';
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 ];

View File

@ -22,7 +22,7 @@ buildGoModule rec {
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 ];

View File

@ -21,7 +21,7 @@ let
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;

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
'';
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 ];

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
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;

View File

@ -29,7 +29,7 @@ buildHomeAssistantComponent rec {
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;

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
};
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;

View File

@ -600,7 +600,7 @@ let self = {
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; [ ];

View File

@ -14,7 +14,7 @@ buildGoModule rec {
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;

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
'';
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 ];

View File

@ -27,7 +27,7 @@ rustPlatform.buildRustPackage {
};
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;

View File

@ -12,6 +12,6 @@ mkDiscoursePlugin {
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";
};
}

View File

@ -92,7 +92,7 @@ py.pkgs.buildPythonApplication rec {
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 ];
};

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';
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;

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
];
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.

View File

@ -50,7 +50,7 @@ python3Packages.buildPythonApplication rec {
'';
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 ];

View File

@ -14,7 +14,7 @@ buildGoModule rec {
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;

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
];
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;

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
'';
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.

View File

@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
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";

View File

@ -24,7 +24,7 @@ python3.pkgs.buildPythonApplication rec {
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 ];

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation {
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 ];

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
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 ];

View File

@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
];
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 ];