treewide: conform descriptions to the standards
This commit is contained in:
parent
1e377fedf7
commit
0dad56ce95
@ -127,7 +127,7 @@ buildNpmPackage rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "DVR software compatible with Mirakurun";
|
||||
description = "DVR software compatible with Mirakurun.";
|
||||
homepage = "https://github.com/l3tnun/EPGStation";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ midchildan ];
|
||||
|
@ -18,7 +18,7 @@ buildNpmPackage rec {
|
||||
npmDepsHash = "sha256-u1dndTKvInobva+71yI2vPiwrW9vqzAJ2sDAqT9YJsg=";
|
||||
|
||||
meta = {
|
||||
description = "Git hooks made easy 🐶 woof";
|
||||
description = "Git hooks made easy 🐶 woof!";
|
||||
mainProgram = "husky";
|
||||
homepage = "https://github.com/typicode/husky";
|
||||
changelog = "https://github.com/typicode/husky/releases/tag/v${version}";
|
||||
|
@ -29,7 +29,7 @@ let
|
||||
|
||||
meta = {
|
||||
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 = "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 = lib.licenses.asl20;
|
||||
|
@ -217,7 +217,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "LightGBM is a gradient boosting framework that uses tree based learning algorithms";
|
||||
description = "Gradient boosting framework that uses tree based learning algorithms";
|
||||
mainProgram = "lightgbm";
|
||||
homepage = "https://github.com/microsoft/LightGBM";
|
||||
changelog = "https://github.com/microsoft/LightGBM/releases/tag/v${finalAttrs.version}";
|
||||
|
@ -22,7 +22,7 @@ rustPlatform.buildRustPackage {
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-9fro1Dx7P+P9NTsg0gtMfr0s4TEpkZA31EFAnObiNFo=";
|
||||
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 = "Ultra-fast, adaptable deployment of the tantivy search engine via REST";
|
||||
mainProgram = "lnx";
|
||||
homepage = "https://lnx.rs/";
|
||||
license = licenses.mit;
|
||||
|
@ -78,7 +78,7 @@ stdenvNoCC.mkDerivation {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Mozc UT dictionaries are additional dictionaries for Mozc";
|
||||
description = "Merge multiple Mozc UT dictionaries into one and modify the costs";
|
||||
homepage = "https://github.com/utuhiro78/merge-ut-dictionaries";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ pineapplehunter ];
|
||||
|
@ -71,7 +71,7 @@ buildNpmPackage rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Resource manager for TV tuners";
|
||||
description = "Resource manager for TV tuners.";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ midchildan ];
|
||||
};
|
||||
|
@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Mozc UT Alt-Cannadic Dictionary is a dictionary converted from Alt-Cannadic for Mozc";
|
||||
description = "Dictionary converted from alt-cannadic for Mozc";
|
||||
homepage = "https://github.com/utuhiro78/mozcdic-ut-alt-cannadic";
|
||||
license = with lib.licenses; [
|
||||
asl20
|
||||
|
@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Mozc UT EDICT2 Dictionary is a dictionary converted from EDICT2 for Mozc";
|
||||
description = "Dictionary converted from EDICT2 for Mozc";
|
||||
homepage = "https://github.com/utuhiro78/mozcdic-ut-sudachidict";
|
||||
license = with lib.licenses; [
|
||||
asl20
|
||||
|
@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Mozc UT Jawiki Dictionary is a dictionary generated from the Japanese Wikipedia for Mozc";
|
||||
description = "Dictionary generated from the Japanese Wikipedia for Mozc";
|
||||
homepage = "https://github.com/utuhiro78/mozcdic-ut-jawiki";
|
||||
license = with lib.licenses; [
|
||||
asl20
|
||||
|
@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Mozc UT NEologd Dictionary is a dictionary converted from mecab-ipadic-NEologd for Mozc";
|
||||
description = "Dictionary converted from mecab-ipadic-NEologd for Mozc";
|
||||
homepage = "https://github.com/utuhiro78/mozcdic-ut-neologd";
|
||||
license = with lib.licenses; [ asl20 ];
|
||||
maintainers = with lib.maintainers; [ pineapplehunter ];
|
||||
|
@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Mozc UT Personal Name Dictionary is a dictionary for Mozc";
|
||||
description = "Dictionary for Mozc";
|
||||
homepage = "https://github.com/utuhiro78/mozcdic-ut-personal-names";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ pineapplehunter ];
|
||||
|
@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Mozc UT Place Name Dictionary is a dictionary converted from the Japan Post's ZIP code data for Mozc";
|
||||
description = "Dictionary converted from the Japan Post's ZIP code data for Mozc";
|
||||
homepage = "https://github.com/utuhiro78/mozcdic-ut-place-names";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ pineapplehunter ];
|
||||
|
@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Mozc UT SKK-JISYO Dictionary is a dictionary converted from SKK-JISYO for Mozc";
|
||||
description = "Dictionary converted from SKK-JISYO for Mozc";
|
||||
homepage = "https://github.com/utuhiro78/mozcdic-ut-sudachidict";
|
||||
license = with lib.licenses; [
|
||||
asl20
|
||||
|
@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Mozc UT SudachiDict Dictionary is a dictionary converted from SudachiDict for Mozc";
|
||||
description = "Dictionary converted from SudachiDict for Mozc";
|
||||
homepage = "https://github.com/utuhiro78/mozcdic-ut-sudachidict";
|
||||
license = with lib.licenses; [ asl20 ];
|
||||
maintainers = with lib.maintainers; [ pineapplehunter ];
|
||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Difficulty and pp calculator for osu";
|
||||
description = "Difficulty and pp calculator for osu!";
|
||||
homepage = "https://github.com/Francesco149/oppai-ng";
|
||||
license = licenses.unlicense;
|
||||
maintainers = [ ];
|
||||
|
@ -93,7 +93,7 @@ buildGoModule (finalAttrs: {
|
||||
meta = {
|
||||
homepage = "https://paisa.fyi/";
|
||||
changelog = "https://github.com/ananthakumaran/paisa/releases/tag/v${finalAttrs.version}";
|
||||
description = "Paisa is a Personal finance manager. It builds on top of the ledger double entry accounting tool";
|
||||
description = "Personal finance manager, building on top of the ledger double entry accounting tool";
|
||||
license = lib.licenses.agpl3Only;
|
||||
mainProgram = "paisa";
|
||||
maintainers = with lib.maintainers; [ skowalak ];
|
||||
|
@ -78,7 +78,7 @@ buildGoModule (finalAttrs: {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Pareto Security agent makes sure your laptop is correctly configured for security";
|
||||
description = "Agent that makes sure your laptop is correctly configured for security";
|
||||
longDescription = ''
|
||||
The Pareto Security agent is a free and open source app to help you make
|
||||
sure that your laptop is configured for security.
|
||||
|
@ -102,7 +102,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Porn-Vault is a self hosted organizer for adult videos and imagery";
|
||||
description = "Self-hosted organizer for adult videos and imagery";
|
||||
homepage = "https://gitlab.com/porn-vault/porn-vault";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = [ lib.maintainers.luNeder ];
|
||||
|
@ -37,8 +37,8 @@ buildGoModule (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/richih/modbus_exporter/releases/tag/v${finalAttrs.version}";
|
||||
homepage = "https://paepcke.de/modbus_exporter";
|
||||
description = "Prometheus exporter for the modbus interface. Basepackage for a large group of iot device exporters";
|
||||
homepage = "https://github.com/richih/modbus_exporter";
|
||||
description = "Exporter which retrieves stats from a modbus system and exports them via HTTP for Prometheus consumption";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "modbus_exporter";
|
||||
maintainers = with lib.maintainers; [ paepcke ];
|
||||
|
@ -32,7 +32,7 @@ makeScopeWithSplicing' {
|
||||
inherit version hash;
|
||||
|
||||
meta = {
|
||||
description = "${fancyName} plugin for Reposilite";
|
||||
description = "${fancyName} plugin for Reposilite.";
|
||||
homepage = "https://github.com/dzikoysk/reposilite";
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
||||
license = lib.licenses.asl20;
|
||||
|
@ -66,7 +66,7 @@ rustPlatform.buildRustPackage rec {
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "SQLx's associated command-line utility for managing databases, migrations, and enabling offline mode with sqlx::query!() and friends";
|
||||
description = "CLI for managing databases, migrations, and enabling offline mode with `sqlx::query!()` and friends";
|
||||
homepage = "https://github.com/launchbadge/sqlx";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [
|
||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "TA-Lib is a library that provides common functions for the technical analysis of financial market data";
|
||||
description = "Add technical analysis to your own financial market trading applications";
|
||||
mainProgram = "ta-lib-config";
|
||||
homepage = "https://ta-lib.org/";
|
||||
license = lib.licenses.bsd3;
|
||||
|
@ -28,7 +28,7 @@ buildGoModule rec {
|
||||
meta = {
|
||||
changelog = "https://github.com/paepckehh/uniex/releases/tag/v${version}";
|
||||
homepage = "https://paepcke.de/uniex";
|
||||
description = "Tool to export unifi network controller mongodb asset information [csv|json]";
|
||||
description = "Unifi controller device inventory exporter, analyses all device and stat records for complete records";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "uniex";
|
||||
maintainers = with lib.maintainers; [ paepcke ];
|
||||
|
@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
|
||||
passthru.updateScript.command = [ ./update.sh ];
|
||||
|
||||
meta = {
|
||||
description = "Modern watch command, time machine and pager etc";
|
||||
description = "Modern `watch` command";
|
||||
changelog = "https://github.com/sachaos/viddy/releases";
|
||||
homepage = "https://github.com/sachaos/viddy";
|
||||
license = lib.licenses.mit;
|
||||
|
@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "wtf is my docbook broken";
|
||||
description = "wtf is my docbook broken?";
|
||||
mainProgram = "xmloscopy";
|
||||
homepage = "https://github.com/grahamc/xmloscopy";
|
||||
license = licenses.mit;
|
||||
|
@ -159,7 +159,7 @@ openjdk17.overrideAttrs (oldAttrs: rec {
|
||||
] ++ oldAttrs.nativeBuildInputs;
|
||||
|
||||
meta = with lib; {
|
||||
description = "An OpenJDK fork to better support Jetbrains's products";
|
||||
description = "OpenJDK fork which better supports Jetbrains's products";
|
||||
longDescription = ''
|
||||
JetBrains Runtime is a runtime environment for running IntelliJ Platform
|
||||
based products on Windows, Mac OS X, and Linux. JetBrains Runtime is
|
||||
|
@ -28,7 +28,7 @@ mkCoqDerivation {
|
||||
propagatedBuildInputs = [ stdlib ];
|
||||
|
||||
meta = {
|
||||
description = "An implementation of bitvectors in Coq";
|
||||
description = "Implementation of bitvectors in Coq";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
|
@ -47,7 +47,7 @@ mkCoqDerivation rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "A command line tool to format your Coq source code";
|
||||
description = "CLI tool to format your Coq source code";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [ DieracDelta ];
|
||||
};
|
||||
|
@ -42,7 +42,7 @@ buildLuarocksPackage {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "A tiny, neat lua library that portably invokes native file open and save dialogs";
|
||||
description = "Tiny, neat Lua library that invokes native file open and save dialogs";
|
||||
homepage = "https://github.com/Alloyed/nativefiledialog/tree/master/lua";
|
||||
license = lib.licenses.zlib;
|
||||
maintainers = [ lib.maintainers.scoder12 ];
|
||||
|
34
pkgs/development/node-packages/node-packages.nix
generated
34
pkgs/development/node-packages/node-packages.nix
generated
@ -44468,7 +44468,7 @@ in
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "A plugin that provides a composable API for giving elements a fixed aspect ratio";
|
||||
description = "Composable API for giving elements a fixed aspect ratio";
|
||||
homepage = "https://github.com/tailwindlabs/tailwindcss-aspect-ratio#readme";
|
||||
license = "MIT";
|
||||
};
|
||||
@ -44490,7 +44490,7 @@ in
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "A plugin that provides a basic reset for form styles that makes form elements easy to override with utilities";
|
||||
description = "Basic reset for form styles that makes form elements easy to override with utilities";
|
||||
homepage = "https://github.com/tailwindlabs/tailwindcss-forms#readme";
|
||||
license = "MIT";
|
||||
};
|
||||
@ -44511,7 +44511,7 @@ in
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "A plugin that provides utilities for visually truncating text after a fixed number of lines";
|
||||
description = "Utilities for visually truncating text after a fixed number of lines";
|
||||
homepage = "https://github.com/tailwindlabs/tailwindcss-line-clamp#readme";
|
||||
license = "MIT";
|
||||
};
|
||||
@ -44538,7 +44538,7 @@ in
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults";
|
||||
description = "Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults";
|
||||
homepage = "https://github.com/tailwindlabs/tailwindcss-typography#readme";
|
||||
license = "MIT";
|
||||
};
|
||||
@ -47285,7 +47285,7 @@ in
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "This is the command line tool for Cloud Development Kit (CDK) for Kubernetes (cdk8s)";
|
||||
description = "CLI tool for Cloud Development Kit (CDK) for Kubernetes (cdk8s)";
|
||||
homepage = "https://github.com/cdk8s-team/cdk8s-cli#readme";
|
||||
license = "Apache-2.0";
|
||||
};
|
||||
@ -50502,7 +50502,7 @@ in
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "A Spelling Checker for Code";
|
||||
description = "Spelling Checker for Code";
|
||||
homepage = "https://cspell.org/";
|
||||
license = "MIT";
|
||||
};
|
||||
@ -50922,7 +50922,7 @@ in
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "A secrets manager for .env files – from the same people that pioneered dotenv";
|
||||
description = "Secrets manager for .env files – from the same people that pioneered dotenv";
|
||||
homepage = "https://github.com/dotenv-org/dotenv-vault";
|
||||
license = "MIT";
|
||||
};
|
||||
@ -51827,7 +51827,7 @@ in
|
||||
};
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "EmojiOne is a complete set of emojis designed for the web. It includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to our custom emoji images. PNG formats provided for the emoji images";
|
||||
description = "Complete set of emojis designed for the web. It includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to our custom emoji images. PNG formats provided for the emoji images";
|
||||
homepage = "https://www.emojione.com";
|
||||
};
|
||||
production = true;
|
||||
@ -54120,7 +54120,7 @@ in
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "The streaming build system";
|
||||
description = "Streaming build system for JavaScript";
|
||||
homepage = "https://gulpjs.com";
|
||||
license = "MIT";
|
||||
};
|
||||
@ -54237,7 +54237,7 @@ in
|
||||
};
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "A robust HTML entities encoder/decoder with full Unicode support";
|
||||
description = "Robust HTML entities encoder/decoder with full Unicode support";
|
||||
homepage = "https://mths.be/he";
|
||||
license = "MIT";
|
||||
};
|
||||
@ -55785,7 +55785,7 @@ in
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "An API documentation generator for JavaScript";
|
||||
description = "API documentation generator for JavaScript";
|
||||
homepage = "https://github.com/jsdoc/jsdoc#readme";
|
||||
license = "Apache-2.0";
|
||||
};
|
||||
@ -56699,7 +56699,7 @@ in
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "A simple fake REST API server for testing and prototyping";
|
||||
description = "Simple fake REST API server for testing and prototyping";
|
||||
homepage = "http://jsonplaceholder.typicode.com";
|
||||
license = "MIT";
|
||||
};
|
||||
@ -60486,7 +60486,7 @@ in
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "A bidirectional runtime wikitext parser. Converts back and forth between wikitext and HTML/XML DOM with RDFa";
|
||||
description = "Bidirectional runtime wikitext parser. Converts back and forth between wikitext and HTML/XML DOM with RDFa";
|
||||
homepage = "https://github.com/wikimedia/parsoid#readme";
|
||||
license = "GPL-2.0+";
|
||||
};
|
||||
@ -61371,7 +61371,7 @@ in
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "A T-SQL formatting utility in JS, transpiled from the C# library of the same name";
|
||||
description = "T-SQL formatting utility in JS, transpiled from the C# library of the same name";
|
||||
homepage = "https://github.com/TaoK/poor-mans-t-sql-formatter-npm-cli#readme";
|
||||
license = "AGPL-3.0";
|
||||
};
|
||||
@ -61966,7 +61966,7 @@ in
|
||||
};
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "A syntax tidy-upper (formatter) for PureScript";
|
||||
description = "Syntax tidy-upper (formatter) for PureScript";
|
||||
homepage = "https://github.com/natefaubion/purescript-tidy#readme";
|
||||
license = "MIT";
|
||||
};
|
||||
@ -62084,7 +62084,7 @@ in
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "A pure JavaScript implementation of Sass";
|
||||
description = "Pure JavaScript implementation of Sass";
|
||||
homepage = "https://github.com/sass/dart-sass";
|
||||
license = "MIT";
|
||||
};
|
||||
@ -62102,7 +62102,7 @@ in
|
||||
};
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "The semantic version parser used by npm";
|
||||
description = "Semantic version parser used by npm";
|
||||
homepage = "https://github.com/npm/node-semver#readme";
|
||||
license = "ISC";
|
||||
};
|
||||
|
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
passthru.tests = llm.mkPluginTest llm-deepseek;
|
||||
|
||||
meta = {
|
||||
description = "LLM plugin providing access to Deepseek models";
|
||||
description = "LLM plugin providing access to Deepseek models.";
|
||||
homepage = "https://github.com/abrasumente233/llm-deepseek";
|
||||
changelog = "https://github.com/abrasumente233/llm-deepseek/releases/tag/${version}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
|
@ -34,7 +34,7 @@ buildPythonPackage rec {
|
||||
passthru.tests = llm.mkPluginTest llm-groq;
|
||||
|
||||
meta = {
|
||||
description = "LLM plugin providing access to Groqcloud models";
|
||||
description = "LLM plugin providing access to Groqcloud models.";
|
||||
homepage = "https://github.com/angerman/llm-groq";
|
||||
changelog = "https://github.com/angerman/llm-groq/releases/tag/${src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
|
@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "mistral_common" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "mistral-common is a set of tools to help you work with Mistral models";
|
||||
description = "Tools to help you work with Mistral models";
|
||||
homepage = "https://github.com/mistralai/mistral-common";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ bgamari ];
|
||||
|
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "netdata_pandas" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A helper library to pull data from the netdata REST API into a pandas dataframe";
|
||||
description = "Library to pull data from the netdata REST API into a pandas dataframe";
|
||||
homepage = "https://github.com/netdata/netdata-pandas";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ raitobezarius ];
|
||||
|
@ -70,7 +70,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "eth" ];
|
||||
|
||||
meta = {
|
||||
description = "A Python implementation of the Ethereum Virtual Machine";
|
||||
description = "Python implementation of the Ethereum Virtual Machine";
|
||||
homepage = "https://github.com/ethereum/py-evm";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ hellwolf ];
|
||||
|
@ -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 = "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 = [ ];
|
||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "undefined" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Ever needed a global object that act as None but not quite";
|
||||
description = "Like `None`, but different in several ways";
|
||||
homepage = "https://github.com/Carreau/undefined";
|
||||
license = licenses.mit;
|
||||
maintainers = [ ];
|
||||
|
@ -39,6 +39,6 @@ buildPythonPackage rec {
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ seberm ];
|
||||
license = licenses.mit;
|
||||
description = "A python package that makes it a bit easier to work with the yoto play API";
|
||||
description = "Python package that makes it a bit easier to work with the yoto play API";
|
||||
};
|
||||
}
|
||||
|
@ -775,7 +775,7 @@ in
|
||||
};
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/janoamaral/tokyo-night-tmux";
|
||||
description = "A clean, dark Tmux theme that celebrates the lights of Downtown Tokyo at night";
|
||||
description = "Clean, dark Tmux theme that celebrates the lights of Downtown Tokyo at night";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ redyf ];
|
||||
|
@ -5,7 +5,7 @@ grafanaPlugin {
|
||||
version = "1.0.1";
|
||||
zipHash = "sha256-V6D/VIdwwQvG21nVMXD/xF86Uy8WRecL2RjyDTZr1wQ=";
|
||||
meta = with lib; {
|
||||
description = "This is a streaming Grafana data source which can connect to the Tokio console subscriber";
|
||||
description = "Grafana data source which can connect to the Tokio console subscriber";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ nagisa ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -5,7 +5,7 @@ grafanaPlugin {
|
||||
version = "0.3.3";
|
||||
zipHash = "sha256-IJe1OiPt9MxqqPymuH0K27jToSb92M0P4XGZXvk0paE=";
|
||||
meta = with lib; {
|
||||
description = "SunAndMoon is a Datasource Plugin for Grafana that calculates the position of Sun and Moon as well as the Moon illumination using SunCalc";
|
||||
description = "Calculates the position of Sun and Moon as well as the Moon illumination using SunCalc";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ nagisa ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -5,7 +5,7 @@ grafanaPlugin {
|
||||
version = "3.5.0";
|
||||
zipHash = "sha256-BwAurFpMyyR318HMzVXCnOEQWM8W2vPPisXhhklFLBY=";
|
||||
meta = with lib; {
|
||||
description = "This is a Grafana backend plugin to allow using an SQLite database as a data source. The SQLite database needs to be accessible to the filesystem of the device where Grafana itself is running";
|
||||
description = "Use a SQLite database as a data source in Grafana";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ nagisa ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -5,7 +5,7 @@ grafanaPlugin {
|
||||
version = "2.0.2";
|
||||
zipHash = "sha256-0MTxPe7RJHMA0SwjOcFlbi4VkhlLUFP+5r2DsHAaffc=";
|
||||
meta = with lib; {
|
||||
description = "The Discourse data source plugin allows users to search and view topics, posts, users, tags, categories, and reports on a given Discourse forum";
|
||||
description = "Allows users to search and view topics, posts, users, tags, categories, and reports on a given Discourse forum through Grafana";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ nagisa ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -10,7 +10,7 @@ grafanaPlugin {
|
||||
aarch64-darwin = "sha256-4IowlmyDGjxHBHvBD/eqZvouuOEvlad0nW8L0n8hf+g";
|
||||
};
|
||||
meta = with lib; {
|
||||
description = "The GitHub datasource allows GitHub API data to be visually represented in Grafana dashboards";
|
||||
description = "Allows GitHub API data to be visually represented in Grafana dashboards";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ nagisa ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -10,7 +10,7 @@ grafanaPlugin {
|
||||
aarch64-darwin = "sha256-3UGd/t1k6aZsKsQCplLV9klmjQAga19VaopHx330xUs=";
|
||||
};
|
||||
meta = with lib; {
|
||||
description = "The Grafana JSON Datasource plugin empowers you to seamlessly integrate JSON data into Grafana";
|
||||
description = "Integrate JSON data into Grafana";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ nagisa ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -5,7 +5,7 @@ grafanaPlugin {
|
||||
version = "1.0.22";
|
||||
zipHash = "sha256-y1WJ1RxUbJSsiSApz3xvrARefNnXdZxDVfzeGfDZbFo=";
|
||||
meta = with lib; {
|
||||
description = "The Grafana Logs Drilldown app offers a queryless experience for browsing Loki logs without the need for writing complex queries";
|
||||
description = "Browse Loki logs without the need for writing complex queries";
|
||||
license = licenses.agpl3Only;
|
||||
teams = [ lib.teams.fslabs ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -5,7 +5,7 @@ grafanaPlugin {
|
||||
version = "1.0.5";
|
||||
zipHash = "sha256-87BiMGdIUxtbzZjIm3+XMbM8IFlsUOBDruyUwJm2hmU=";
|
||||
meta = with lib; {
|
||||
description = "The Grafana Metrics Drilldown app provides a queryless experience for browsing Prometheus-compatible metrics. Quickly find related metrics without writing PromQL queries";
|
||||
description = "Queryless experience for browsing Prometheus-compatible metrics. Quickly find related metrics without writing PromQL queries";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = [ lib.maintainers.marcel ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -10,7 +10,7 @@ grafanaPlugin {
|
||||
aarch64-darwin = "sha256-i2/lE7QickowFSvHoo7CuaZ1ChFVpsQgZjvuBTQapq4=";
|
||||
};
|
||||
meta = with lib; {
|
||||
description = "The MQTT data source plugin allows you to visualize streaming MQTT data from within Grafana";
|
||||
description = "Visualize streaming MQTT data from within Grafana";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ nagisa ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -10,7 +10,7 @@ grafanaPlugin {
|
||||
aarch64-darwin = "sha256-MLVyOeVZ42zJjLpOnGSa5ogGNa7rlcA4qjASCVeA3eU=";
|
||||
};
|
||||
meta = with lib; {
|
||||
description = "The Grafana JSON Datasource plugin empowers you to seamlessly integrate JSON data into Grafana";
|
||||
description = "Empowers you to seamlessly integrate JSON data into Grafana";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ nagisa ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -5,7 +5,7 @@ grafanaPlugin {
|
||||
version = "1.5.0";
|
||||
zipHash = "sha256-C3TbXJa17ciEmvnKgw/5i6bq/5bzDe2iJebNaFFMxXQ=";
|
||||
meta = with lib; {
|
||||
description = "Profiles Drilldown is a native Grafana application designed to integrate seamlessly with Pyroscope, the open-source continuous profiling platform, providing a smooth, query-less experience for browsing and analyzing profiling data";
|
||||
description = "Integrate seamlessly with Pyroscope, the open-source continuous profiling platform, providing a smooth, query-less experience for browsing and analyzing profiling data";
|
||||
license = licenses.agpl3Only;
|
||||
teams = [ lib.teams.fslabs ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -10,7 +10,7 @@ grafanaPlugin {
|
||||
aarch64-darwin = "sha256-gzQRcPeRqLvl27SB18hTTtcHx/namT2V0NOgX5J1mbs=";
|
||||
};
|
||||
meta = with lib; {
|
||||
description = "The Grafana CSV Datasource plugin is designed to load CSV data into Grafana, expanding your capabilities to visualize and analyze data stored in CSV (Comma-Separated Values) format";
|
||||
description = "Load CSV data into Grafana, expanding your capabilities to visualize and analyze data stored in CSV (Comma-Separated Values) format";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ nagisa ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -5,7 +5,7 @@ grafanaPlugin {
|
||||
version = "6.6.0";
|
||||
zipHash = "sha256-SjZl33xoHVmE6y0D7FT9x2wVPil7HK1rYVgTXICpXZ4=";
|
||||
meta = with lib; {
|
||||
description = "The Apache ECharts plugin is a visualization panel for Grafana that allows you to incorporate the popular Apache ECharts library into your Grafana dashboard";
|
||||
description = "Visualization panel for Grafana that allows you to incorporate the popular Apache ECharts library into your Grafana dashboard";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ nagisa ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -5,7 +5,7 @@ grafanaPlugin {
|
||||
version = "5.1.0";
|
||||
zipHash = "sha256-aFIrKrfcTk4dGBaGVMv6mMLQqys5QaD9XgZIGmtgA5s=";
|
||||
meta = with lib; {
|
||||
description = "The Data Manipulation Panel is the first plugin that allows inserting and updating application data, as well as modifying configuration directly from your Grafana dashboard";
|
||||
description = "Plugin that allows inserting and updating application data, as well as modifying configuration directly from your Grafana dashboard";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ nagisa ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -5,7 +5,7 @@ grafanaPlugin {
|
||||
version = "4.3.0";
|
||||
zipHash = "sha256-HF37azbhlYp8RndUMr7Xs1ajgOTJplVP7rQzGQ0GrU4=";
|
||||
meta = with lib; {
|
||||
description = "The RSS/Atom data source is a plugin for Grafana that retrieves RSS/Atom feeds and allows visualizing them using Dynamic Text and other panels";
|
||||
description = "Plugin for Grafana that retrieves RSS/Atom feeds and allows visualizing them using Dynamic Text and other panels";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ nagisa ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -29,7 +29,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "A nushell plugin for syntax highlighting";
|
||||
description = "`nushell` plugin for syntax highlighting";
|
||||
mainProgram = "nu_plugin_highlight";
|
||||
homepage = "https://github.com/cptpiepmatz/nu-plugin-highlight";
|
||||
license = lib.licenses.mit;
|
||||
|
@ -17246,7 +17246,7 @@ with self;
|
||||
hash = "sha256-VOIdJQwCKRJ+MLd6NGHhAHeFTsJE8m+2cPG0Re1MTVs=";
|
||||
};
|
||||
meta = {
|
||||
description = "IO::All of it to Graham and Damian";
|
||||
description = "Combines all of the best Perl IO modules into a single nifty object oriented interface";
|
||||
homepage = "https://github.com/ingydotnet/io-all-pm";
|
||||
license = with lib.licenses; [
|
||||
artistic1
|
||||
@ -26831,7 +26831,7 @@ with self;
|
||||
outputs = [ "out" ];
|
||||
|
||||
meta = {
|
||||
description = "maintainer helper tool to help maintainers update their pacscripts";
|
||||
description = "Tool to help maintainers update their pacscripts";
|
||||
homepage = "https://github.com/pacstall/pacup";
|
||||
license = lib.licenses.gpl3Only;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user