mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
treewide: adjust meta descriptions to avoid definite or indefinite articles
This patch was produced in Vim by me, a human being. All errors are the fault of the operator. I did try to be careful. Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com> Co-authored-by: dotlambda <nix@dotlambda.de>
This commit is contained in:
parent
8efd658ac1
commit
22b88ba79d
292 changed files with 292 additions and 292 deletions
|
@ -199,7 +199,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
homepage = "https://github.com/HarbourMasters/2ship2harkinian";
|
||||
description = "A PC port of Majora's Mask with modern controls, widescreen, high-resolution, and more";
|
||||
description = "PC port of Majora's Mask with modern controls, widescreen, high-resolution, and more";
|
||||
mainProgram = "2s2h";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with lib.maintainers; [ qubitnano ];
|
||||
|
|
|
@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A discord client reimplementation, written in C++";
|
||||
description = "Discord client reimplementation, written in C++";
|
||||
mainProgram = "abaddon";
|
||||
homepage = "https://github.com/uowuo/abaddon";
|
||||
license = licenses.gpl3Plus;
|
||||
|
|
|
@ -132,7 +132,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
homepage = "https://adios2.readthedocs.io/en/latest/";
|
||||
description = "The Adaptable Input/Output System version 2";
|
||||
description = "Adaptable Input/Output System version 2";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ qbisi ];
|
||||
|
|
|
@ -36,7 +36,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
};
|
||||
|
||||
meta = {
|
||||
description = "An extremely fast R code formatter";
|
||||
description = "Extremely fast R code formatter";
|
||||
homepage = "https://posit-dev.github.io/air";
|
||||
changelog = "https://github.com/posit-dev/air/blob/${finalAttrs.version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
let
|
||||
pname = "amphetype";
|
||||
version = "1.0.0";
|
||||
description = "An advanced typing practice program";
|
||||
description = "Advanced typing practice program";
|
||||
in
|
||||
python3Packages.buildPythonApplication {
|
||||
inherit pname version;
|
||||
|
|
|
@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
changelog = "https://github.com/apache/orc/releases/tag/v${finalAttrs.version}";
|
||||
description = "The smallest, fastest columnar storage for Hadoop workloads";
|
||||
description = "Smallest, fastest columnar storage for Hadoop workloads";
|
||||
homepage = "https://github.com/apache/orc/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
|
|
|
@ -101,7 +101,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "An open-source alternative to Notion";
|
||||
description = "Open-source alternative to Notion";
|
||||
homepage = "https://www.appflowy.io/";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.agpl3Only;
|
||||
|
|
|
@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
changelog = "https://github.com/hyprwm/aquamarine/releases/tag/v${finalAttrs.version}";
|
||||
description = "A very light linux rendering backend library";
|
||||
description = "Very light linux rendering backend library";
|
||||
homepage = "https://github.com/hyprwm/aquamarine";
|
||||
license = lib.licenses.bsd3;
|
||||
teams = [ lib.teams.hyprland ];
|
||||
|
|
|
@ -25,7 +25,7 @@ buildNpmPackage rec {
|
|||
|
||||
meta = {
|
||||
homepage = "https://webostv.developer.lge.com/develop/tools/cli-introduction";
|
||||
description = "A collection of commands used for creating, packaging, installing, and launching web apps for LG webOS TV.";
|
||||
description = "Collection of commands used for creating, packaging, installing, and launching web apps for LG webOS TV";
|
||||
longDescription = ''
|
||||
webOS CLI (Command Line Interface) provides a collection of commands used for creating, packaging, installing,
|
||||
and launching web apps in the command line environment. The CLI allows you to develop and test your app without using
|
||||
|
|
|
@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "A comprehensive user.js template for configuration and hardening";
|
||||
description = "Comprehensive user.js template for configuration and hardening";
|
||||
homepage = "https://github.com/arkenfox/user.js";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
|
|
|
@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = "The Astro language server";
|
||||
description = "Astro language server";
|
||||
homepage = "https://github.com/withastro/language-tools";
|
||||
changelog = "https://github.com/withastro/language-tools/blob/@astrojs/language-server@${finalAttrs.version}/packages/language-server/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
|
|
|
@ -14,7 +14,7 @@ buildGoModule {
|
|||
subPackages = [ "cmd/ldap" ];
|
||||
|
||||
meta = authentik.meta // {
|
||||
description = "The authentik ldap outpost. Needed for the external ldap API.";
|
||||
description = "Authentik ldap outpost. Needed for the external ldap API";
|
||||
homepage = "https://goauthentik.io/docs/providers/ldap/";
|
||||
mainProgram = "ldap";
|
||||
};
|
||||
|
|
|
@ -189,7 +189,7 @@ stdenvNoCC.mkDerivation (
|
|||
homepage = "https://avaloniaui.net/";
|
||||
license = [ lib.licenses.mit ];
|
||||
maintainers = with lib.maintainers; [ corngood ];
|
||||
description = "A cross-platform UI framework for dotnet";
|
||||
description = "Cross-platform UI framework for dotnet";
|
||||
sourceProvenance = with lib.sourceTypes; [
|
||||
fromSource
|
||||
binaryNativeCode # npm dependencies contain binaries
|
||||
|
|
|
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
|
|||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "A portable volatile memory acquisition tool for Linux";
|
||||
description = "Portable volatile memory acquisition tool for Linux";
|
||||
homepage = "https://github.com/microsoft/avml";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.lesuisse ];
|
||||
|
|
|
@ -53,7 +53,7 @@ buildGoModule rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "A vault for securely storing and accessing AWS credentials in development environments";
|
||||
description = "Vault for securely storing and accessing AWS credentials in development environments";
|
||||
mainProgram = "aws-vault";
|
||||
homepage = "https://github.com/99designs/aws-vault";
|
||||
license = licenses.mit;
|
||||
|
|
|
@ -145,7 +145,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
|
||||
meta = {
|
||||
description = "An open-source 3DS emulator project based on Citra";
|
||||
description = "Open-source 3DS emulator project based on Citra";
|
||||
homepage = "https://github.com/azahar-emu/azahar";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
azure-iot = mkAzExtension rec {
|
||||
pname = "azure-iot";
|
||||
description = "The Azure IoT extension for Azure CLI.";
|
||||
description = "Azure IoT extension for Azure CLI";
|
||||
version = "0.25.0";
|
||||
url = "https://github.com/Azure/azure-iot-cli-extension/releases/download/v${version}/azure_iot-${version}-py3-none-any.whl";
|
||||
hash = "sha256-fbS8B2Z++oRyUT2eEh+yVR/K6uaCVce8B2itQXfBscY=";
|
||||
|
|
|
@ -30,7 +30,7 @@ buildNpmPackage rec {
|
|||
];
|
||||
|
||||
meta = {
|
||||
description = "An open source Azure Storage API compatible server";
|
||||
description = "Open source Azure Storage API compatible server";
|
||||
homepage = "https://github.com/Azure/Azurite";
|
||||
changelog = "https://github.com/Azure/Azurite/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
|
|
|
@ -46,7 +46,7 @@ buildNimPackage (finalAttrs: {
|
|||
'';
|
||||
|
||||
meta = finalAttrs.src.meta // {
|
||||
description = "The testing framework with balls";
|
||||
description = "Testing framework with balls";
|
||||
homepage = "https://github.com/disruptek/balls";
|
||||
mainProgram = "balls";
|
||||
license = lib.licenses.mit;
|
||||
|
|
|
@ -68,7 +68,7 @@ stdenv.mkDerivation {
|
|||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "A fork of Basalt improved for tracking XR devices with Monado";
|
||||
description = "Fork of Basalt improved for tracking XR devices with Monado";
|
||||
homepage = "https://gitlab.freedesktop.org/mateosss/basalt";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "basalt_vio";
|
||||
|
|
|
@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
doInstallCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A language server for Bash";
|
||||
description = "Language server for Bash";
|
||||
homepage = "https://github.com/bash-lsp/bash-language-server";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ doronbehar ];
|
||||
|
|
|
@ -49,7 +49,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
};
|
||||
|
||||
meta = {
|
||||
description = "A bridge service that connects web wallets like Rabby to BitBox02";
|
||||
description = "Bridge service that connects web wallets like Rabby to BitBox02";
|
||||
homepage = "https://github.com/BitBoxSwiss/bitbox-bridge";
|
||||
downloadPage = "https://bitbox.swiss/download/";
|
||||
changelog = "https://github.com/BitBoxSwiss/bitbox-bridge/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
|
|
|
@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "A Sci-Fi game with industry and automation";
|
||||
description = "Sci-Fi game with industry and automation";
|
||||
homepage = "https://www.blackvoxel.com";
|
||||
changelog = "https://github.com/Blackvoxel/Blackvoxel/releases/tag/${finalAttrs.version}";
|
||||
license = with lib.licenses; [
|
||||
|
|
|
@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
};
|
||||
|
||||
meta = {
|
||||
description = "The fast and accurate Genesis emulator";
|
||||
description = "Fast and accurate Genesis emulator";
|
||||
homepage = "https://www.retrodev.com/blastem/";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
mainProgram = "blastem";
|
||||
|
|
|
@ -131,7 +131,7 @@ buildDotnetModule rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "A open-source, cross-platform, stand-alone, Network Renderer for Blender";
|
||||
description = "Open-source, cross-platform, stand-alone, Network Renderer for Blender";
|
||||
homepage = "https://github.com/LogicReinc/LogicReinc.BlendFarm";
|
||||
license = with licenses; [ gpl3Plus ];
|
||||
maintainers = with maintainers; [ gador ];
|
||||
|
|
|
@ -146,7 +146,7 @@ buildFHSEnv {
|
|||
|
||||
meta = {
|
||||
homepage = "https://github.com/Adamcake/Bolt";
|
||||
description = "An alternative launcher for RuneScape.";
|
||||
description = "Alternative launcher for RuneScape";
|
||||
longDescription = ''
|
||||
Bolt Launcher supports HDOS/RuneLite by default with an optional feature flag for RS3 (enableRS3).
|
||||
'';
|
||||
|
|
|
@ -55,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "A library to obtain, parse and analyze data (EEG, EMG, ECG) from biosensors";
|
||||
description = "Library to obtain, parse and analyze data (EEG, EMG, ECG) from biosensors";
|
||||
homepage = "https://brainflow.org/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
|
|
|
@ -36,7 +36,7 @@ buildGoModule (finalAttrs: {
|
|||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "A cli application for bluesky social";
|
||||
description = "Cli application for bluesky social";
|
||||
homepage = "https://github.com/mattn/bsky";
|
||||
changelog = "https://github.com/mattn/bsky/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
|
|
|
@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "A suite of graphical applications for the terminal";
|
||||
description = "Suite of graphical applications for the terminal";
|
||||
homepage = "https://gitlab.postmarketos.org/postmarketOS/buffybox";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ colinsane ];
|
||||
|
|
|
@ -36,7 +36,7 @@ let
|
|||
};
|
||||
|
||||
pname = "burpsuite";
|
||||
description = "An integrated platform for performing security testing of web applications";
|
||||
description = "Integrated platform for performing security testing of web applications";
|
||||
desktopItem = makeDesktopItem {
|
||||
name = "burpsuite";
|
||||
exec = pname;
|
||||
|
|
|
@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
broken = (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64);
|
||||
homepage = "https://cabinpkg.com";
|
||||
description = "A package manager and build system for C++";
|
||||
description = "Package manager and build system for C++";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.qwqawawow ];
|
||||
platforms = lib.platforms.unix;
|
||||
|
|
|
@ -75,7 +75,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/camunda/camunda-modeler";
|
||||
description = "An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io";
|
||||
description = "Integrated modeling solution for BPMN, DMN and Forms based on bpmn.io";
|
||||
teams = [ teams.wdz ];
|
||||
license = licenses.mit;
|
||||
inherit (electron.meta) platforms;
|
||||
|
|
|
@ -26,7 +26,7 @@ stdenvNoCC.mkDerivation {
|
|||
|
||||
meta = with lib; {
|
||||
homepage = "https://fonts.google.com/specimen/Catamaran";
|
||||
description = "A stylish sans-serif Tamil and Latin typeface";
|
||||
description = "Stylish sans-serif Tamil and Latin typeface";
|
||||
longDescription = ''
|
||||
Catamaran is a Unicode-compliant Latin and Tamil text type family designed for the digital age.
|
||||
The Tamil is monolinear and was designed alongside the sans serif Latin and Devanagari family Palanquin.
|
||||
|
|
|
@ -22,7 +22,7 @@ rustPlatform.buildRustPackage {
|
|||
|
||||
meta = {
|
||||
homepage = "https://github.com/catppuccin/whiskers";
|
||||
description = "A templating tool to simplify the creation of Catppuccin ports";
|
||||
description = "Templating tool to simplify the creation of Catppuccin ports";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ Name ];
|
||||
mainProgram = "whiskers";
|
||||
|
|
|
@ -157,7 +157,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
};
|
||||
|
||||
meta = {
|
||||
description = "The classic linker for Darwin";
|
||||
description = "Classic linker for Darwin";
|
||||
homepage = "https://opensource.apple.com/releases/";
|
||||
license = with lib.licenses; [
|
||||
apple-psl20
|
||||
|
|
|
@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/dominikwilkowski/cfonts";
|
||||
description = "A silly little command line tool for sexy ANSI fonts in the console";
|
||||
description = "Silly little command line tool for sexy ANSI fonts in the console";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ leifhelm ];
|
||||
mainProgram = "cfonts";
|
||||
|
|
|
@ -26,7 +26,7 @@ buildGoModule rec {
|
|||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tool for managing secrets by storing them in AWS SSM Parameter Store";
|
||||
description = "Tool for managing secrets by storing them in AWS SSM Parameter Store";
|
||||
homepage = "https://github.com/segmentio/chamber";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ kalekseev ];
|
||||
|
|
|
@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
|
|||
};
|
||||
|
||||
meta = {
|
||||
description = "A CLI tool to convert clang-tidy diagnostics into SARIF";
|
||||
description = "CLI tool to convert clang-tidy diagnostics into SARIF";
|
||||
homepage = "https://psastras.github.io/sarif-rs";
|
||||
maintainers = with lib.maintainers; [ getchoo ];
|
||||
mainProgram = "clang-tidy-sarif";
|
||||
|
|
|
@ -36,7 +36,7 @@ buildNpmPackage rec {
|
|||
passthru.updateScript = ./update.sh;
|
||||
|
||||
meta = {
|
||||
description = "An agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster";
|
||||
description = "Agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster";
|
||||
homepage = "https://github.com/anthropics/claude-code";
|
||||
downloadPage = "https://www.npmjs.com/package/@anthropic-ai/claude-code";
|
||||
license = lib.licenses.unfree;
|
||||
|
|
|
@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
meta = {
|
||||
homepage = "https://github.com/leo-arch/clifm";
|
||||
changelog = "https://github.com/leo-arch/clifm/releases/tag/v${finalAttrs.version}";
|
||||
description = "A CLI-based, shell-like, and non-curses terminal file manager";
|
||||
description = "CLI-based, shell-like, and non-curses terminal file manager";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ nadir-ishiguro ];
|
||||
platforms = lib.platforms.unix;
|
||||
|
|
|
@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
|
|||
};
|
||||
|
||||
meta = {
|
||||
description = "A CLI tool to convert clippy diagnostics into SARIF";
|
||||
description = "CLI tool to convert clippy diagnostics into SARIF";
|
||||
homepage = "https://psastras.github.io/sarif-rs";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ getchoo ];
|
||||
|
|
|
@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
|
|||
buildInputs = [ openssl ];
|
||||
|
||||
meta = {
|
||||
description = "A CLI tool that converts your codebase into a single LLM prompt with a source tree, prompt templating, and token counting";
|
||||
description = "CLI tool that converts your codebase into a single LLM prompt with a source tree, prompt templating, and token counting";
|
||||
homepage = "https://github.com/mufeedvh/code2prompt";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ heisfer ];
|
||||
|
|
|
@ -33,7 +33,7 @@ perlPackages.buildPerlPackage {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = "A colourful wrapper for terminal programs";
|
||||
description = "Colourful wrapper for terminal programs";
|
||||
homepage = "https://github.com/deftdawg/cope";
|
||||
license = with lib.licenses; [
|
||||
artistic1
|
||||
|
|
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
homepage = "http://www.courier-mta.org/unicode/";
|
||||
description = "The Courier Unicode Library is used by most other Courier packages";
|
||||
description = "Courier Unicode Library is used by most other Courier packages";
|
||||
license = lib.licenses.gpl3;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
|
|
@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
|
||||
meta = {
|
||||
description = "A C++ Algorithmic Differentiation Package";
|
||||
description = "C++ Algorithmic Differentiation Package";
|
||||
homepage = "https://github.com/coin-or/CppAD";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
|
|
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||
cmakeFlags = [ "-DBUILD_SHARED_LIBS=${if static then "OFF" else "ON"}" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A cross platform C99 library to get cpu features at runtime";
|
||||
description = "Cross platform C99 library to get cpu features at runtime";
|
||||
homepage = "https://github.com/google/cpu_features";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
|
|
|
@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
description = "A Fast and Easy to use microframework for the web";
|
||||
description = "Fast and Easy to use microframework for the web";
|
||||
homepage = "https://crowcpp.org/";
|
||||
maintainers = with lib.maintainers; [ l33tname ];
|
||||
platforms = lib.platforms.all;
|
||||
|
|
|
@ -55,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
patches = [ ./cmake_disable_git_clone.patch ];
|
||||
|
||||
meta = {
|
||||
description = "A nice terminal nCurses (tui) internet radio player for Linux, browse and search from api.radio-browser.info";
|
||||
description = "Nice terminal nCurses (tui) internet radio player for Linux, browse and search from api.radio-browser.info";
|
||||
homepage = "https://github.com/An7ar35/ctune";
|
||||
changelog = "https://github.com/An7ar35/ctune/blob/master/CHANGELOG.md";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
|
|
|
@ -36,7 +36,7 @@ stdenv.mkDerivation {
|
|||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/amboar/culvert";
|
||||
description = "A Test and Debug Tool for BMC AHB Interfaces ";
|
||||
description = "Test and Debug Tool for BMC AHB Interfaces ";
|
||||
mainProgram = "culvert";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.baloo ];
|
||||
|
|
|
@ -56,7 +56,7 @@ stdenv.mkDerivation {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = "A 3DS streaming client for Linux";
|
||||
description = "3DS streaming client for Linux";
|
||||
homepage = "https://gitlab.com/BoltsJ/cuteNTR";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
mainProgram = "cutentr";
|
||||
|
|
|
@ -39,7 +39,7 @@ let
|
|||
];
|
||||
inherit buildInputs;
|
||||
meta = meta // {
|
||||
description = "The C-Util Project is a collection of utility libraries for the C11 language.";
|
||||
description = "C-Util Project is a collection of utility libraries for the C11 language";
|
||||
homepage = "https://c-util.github.io/";
|
||||
license = [
|
||||
lib.licenses.asl20
|
||||
|
|
|
@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
|
||||
meta = {
|
||||
description = "A very simple set of IPC classes for inter-process communication";
|
||||
description = "Very simple set of IPC classes for inter-process communication";
|
||||
homepage = "https://gitlab.com/desktop-frameworks/ipc";
|
||||
changelog = "https://gitlab.com/desktop-frameworks/ipc/-/blob/${finalAttrs.src.rev}/ChangeLog";
|
||||
license = lib.licenses.gpl3Only;
|
||||
|
|
|
@ -20,7 +20,7 @@ buildGoModule rec {
|
|||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "A simple terminal UI player for di.fm";
|
||||
description = "Simple terminal UI player for di.fm";
|
||||
homepage = "https://github.com/acaloiaro/di-tui";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = [ lib.maintainers.acaloiaro ];
|
||||
|
|
|
@ -30,7 +30,7 @@ buildGoModule rec {
|
|||
'';
|
||||
|
||||
meta = src.meta // {
|
||||
description = "An extensive, fast, and accurate command-line image dithering tool";
|
||||
description = "Extensive, fast, and accurate command-line image dithering tool";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ ehmry ];
|
||||
mainProgram = "didder";
|
||||
|
|
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = "A service manager / supervision system, which can (on Linux) also function as a system manager and init";
|
||||
description = "Service manager / supervision system, which can (on Linux) also function as a system manager and init";
|
||||
homepage = "https://davmac.org/projects/dinit";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ aanderse ];
|
||||
|
|
|
@ -21,7 +21,7 @@ buildGoModule rec {
|
|||
|
||||
meta = {
|
||||
changelog = "https://github.com/phanirithvij/distrobox-tui/releases/tag/v${version}";
|
||||
description = "A TUI for DistroBox";
|
||||
description = "TUI for DistroBox";
|
||||
homepage = "https://github.com/phanirithvij/distrobox-tui";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
mainProgram = "distrobox-tui";
|
||||
|
|
|
@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
meta = {
|
||||
homepage = "https://dita-ot.org";
|
||||
changelog = "https://www.dita-ot.org/dev/release-notes/#v${finalAttrs.version}";
|
||||
description = "The open-source publishing engine for content authored in the Darwin Information Typing Architecture";
|
||||
description = "Open-source publishing engine for content authored in the Darwin Information Typing Architecture";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "dita";
|
||||
platforms = openjdk17.meta.platforms;
|
||||
|
|
|
@ -17,7 +17,7 @@ buildGoModule {
|
|||
vendorHash = "sha256-d9aGSBRblkvH5Ixw3jpbgC8lMW/qEYNJfLTVeUlos7A=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A daemon for using DNS over HTTPS";
|
||||
description = "Daemon for using DNS over HTTPS";
|
||||
homepage = "https://blitiri.com.ar/git/r/dnss/";
|
||||
license = licenses.asl20;
|
||||
mainProgram = "dnss";
|
||||
|
|
|
@ -7,7 +7,7 @@ buildDotnetGlobalTool {
|
|||
nugetHash = "sha256-Mu+MlsjH/qa4kMb7z/TuG1lSVSKPX9j9S4mJLVRZ2+E=";
|
||||
|
||||
meta = {
|
||||
description = "The Entity Framework Core tools help with design-time development tasks.";
|
||||
description = "Tools to help with design-time development tasks";
|
||||
longDescription = ''
|
||||
The Entity Framework Core tools help with design-time development tasks.
|
||||
They're primarily used to manage Migrations and to scaffold a DbContext and entity types by reverse engineering the schema of a database.
|
||||
|
|
|
@ -98,7 +98,7 @@ mkYarnPackage rec {
|
|||
passthru.updateScript = ./update.sh;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A moderation tool for Matrix";
|
||||
description = "Moderation tool for Matrix";
|
||||
homepage = "https://github.com/the-draupnir-project/Draupnir";
|
||||
longDescription = ''
|
||||
As an all-in-one moderation tool, it can protect your server from
|
||||
|
|
|
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
|||
meta = {
|
||||
platforms = lib.platforms.all;
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
description = "A disk usage calculator for Linux";
|
||||
description = "Disk usage calculator for Linux";
|
||||
homepage = "https://codeberg.org/201984/dut";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ errnoh ];
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
}:
|
||||
writeShellApplication {
|
||||
name = "edido";
|
||||
meta.description = "A tool to apply display configuration from `boot.kernelParams`.";
|
||||
meta.description = "Tool to apply display configuration from `boot.kernelParams`";
|
||||
runtimeInputs = [
|
||||
diffutils
|
||||
findutils
|
||||
|
|
|
@ -20,7 +20,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = "The MOE Standard Kai Font, a Chinese font by the Ministry of Education, ROC (Taiwan)";
|
||||
description = "MOE Standard Kai Font, a Chinese font by the Ministry of Education, ROC (Taiwan)";
|
||||
longDescription = ''
|
||||
The MOE Standard Kai Font is a kai (regular srcipt) font
|
||||
provided by
|
||||
|
|
|
@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = "The MOE Li Font, a clerical Chinese font by the Ministry of Education, ROC (Taiwan)";
|
||||
description = "MOE Li Font, a clerical Chinese font by the Ministry of Education, ROC (Taiwan)";
|
||||
longDescription = ''
|
||||
The MOE Li Font is a li (clerical srcipt) font
|
||||
provided by
|
||||
|
|
|
@ -20,7 +20,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = "The MOE Song font, a Song-style Chinese character typeface";
|
||||
description = "MOE Song font, a Song-style Chinese character typeface";
|
||||
longDescription = ''
|
||||
A Song-style Chinese character typeface published by the Ministry of Education of the Republic of China (Taiwan). The Song style is also referred to as 宋體, 宋体, sòngtǐ, 明體, 明体, or míngtǐ, in Chinese; 명조체, 明朝體, or myeongjo in Korean; 明朝体, みんちょうたい, or minchōtai in Japanese.
|
||||
'';
|
||||
|
|
|
@ -150,7 +150,7 @@ stdenv.mkDerivation (
|
|||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "A feature-rich client for Matrix.org";
|
||||
description = "Feature-rich client for Matrix.org";
|
||||
homepage = "https://element.io/";
|
||||
changelog = "https://github.com/element-hq/element-desktop/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
license = licenses.asl20;
|
||||
|
|
|
@ -59,7 +59,7 @@ buildNpmPackage rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = "A production-ready framework for building Elm applications";
|
||||
description = "Production-ready framework for building Elm applications";
|
||||
homepage = "https://github.com/elm-land/elm-land";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
|
|
|
@ -34,7 +34,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/ember-cli/ember-cli";
|
||||
description = "The Ember.js command line utility";
|
||||
description = "Ember.js command line utility";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jfvillablanca ];
|
||||
platforms = platforms.all;
|
||||
|
|
|
@ -37,7 +37,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
meta = {
|
||||
changelog = "https://github.com/DNSCrypt/encrypted-dns-server/releases/tag/${version}";
|
||||
description = "An easy to install, high-performance, zero maintenance proxy to run an encrypted DNS server";
|
||||
description = "Easy to install, high-performance, zero maintenance proxy to run an encrypted DNS server";
|
||||
homepage = "https://github.com/DNSCrypt/encrypted-dns-server";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ paepcke ];
|
||||
|
|
|
@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
};
|
||||
|
||||
meta = {
|
||||
description = "The other cutest Discord client mod";
|
||||
description = "Other cutest Discord client mod";
|
||||
homepage = "https://github.com/Equicord/Equicord";
|
||||
license = lib.licenses.gpl3Only;
|
||||
platforms = lib.platforms.linux;
|
||||
|
|
|
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = "An IDE-first library for the semantic analysis of Erlang code, including LSP server, linting and refactoring tools.";
|
||||
description = "IDE-first library for the semantic analysis of Erlang code, including LSP server, linting and refactoring tools";
|
||||
homepage = "https://github.com/WhatsApp/erlang-language-platform/";
|
||||
license = with lib.licenses; [
|
||||
mit
|
||||
|
|
|
@ -40,7 +40,7 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
meta = with lib; {
|
||||
homepage = "https://mons.coloursofnoise.ca/";
|
||||
description = "A commandline Everest installer and mod manager for Celeste";
|
||||
description = "Commandline Everest installer and mod manager for Celeste";
|
||||
license = licenses.mit;
|
||||
maintainers = with lib.maintainers; [ ulysseszhan ];
|
||||
mainProgram = "mons";
|
||||
|
|
|
@ -18,7 +18,7 @@ buildGoModule rec {
|
|||
vendorHash = "sha256-UNeH3zxgssXxFpJws6nAL8EgXt0DRyAQfmlJWz/qyDg=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A TUI to view Formula 1 footage using VLC or another media player";
|
||||
description = "TUI to view Formula 1 footage using VLC or another media player";
|
||||
homepage = "https://github.com/SoMuchForSubtlety/f1viewer";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ michzappa ];
|
||||
|
|
|
@ -265,7 +265,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "An actively maintained, feature-rich and performance oriented, neofetch like system information tool";
|
||||
description = "Actively maintained, feature-rich and performance oriented, neofetch like system information tool";
|
||||
homepage = "https://github.com/fastfetch-cli/fastfetch";
|
||||
changelog = "https://github.com/fastfetch-cli/fastfetch/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
|
|
|
@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
};
|
||||
|
||||
meta = {
|
||||
description = "A quality control application for high throughput sequence data";
|
||||
description = "Quality control application for high throughput sequence data";
|
||||
longDescription = ''
|
||||
FastQC aims to provide a simple way to do some quality control checks on raw sequence data coming from high throughput sequencing pipelines. It provides a modular set of analyses which you can use to give a quick impression of whether your data has any problems of which you should be aware before doing any further analysis.
|
||||
|
||||
|
|
|
@ -126,7 +126,7 @@ let
|
|||
'';
|
||||
|
||||
meta = meta // {
|
||||
description = "A functional programming language for realtime audio signal processing";
|
||||
description = "Functional programming language for realtime audio signal processing";
|
||||
longDescription = ''
|
||||
FAUST (Functional Audio Stream) is a functional programming
|
||||
language specifically designed for real-time signal processing
|
||||
|
|
|
@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "A fluent-design theme with blur effect and shadow";
|
||||
description = "Fluent-design theme with blur effect and shadow";
|
||||
homepage = "https://github.com/Reverier-Xu/Fluent-fcitx5";
|
||||
license = licenses.mpl20;
|
||||
platforms = platforms.all;
|
||||
|
|
|
@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
|||
cmakeFlags = [ "-DENABLE_SHARED=ON" ];
|
||||
|
||||
meta = {
|
||||
description = "The Fastest Fourier Transform in the South";
|
||||
description = "Fastest Fourier Transform in the South";
|
||||
homepage = "https://github.com/linkotec/ffts";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ bgamari ];
|
||||
|
|
|
@ -46,7 +46,7 @@ buildGoModule rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "A high-level tool for the management of Linux filesystem encryption";
|
||||
description = "High-level tool for the management of Linux filesystem encryption";
|
||||
mainProgram = "fscrypt";
|
||||
longDescription = ''
|
||||
This tool manages metadata, key generation, key wrapping, PAM integration,
|
||||
|
|
|
@ -36,7 +36,7 @@ stdenv.mkDerivation {
|
|||
|
||||
meta = with lib; {
|
||||
homepage = "https://gitlab.com/sjohannes/gdmap";
|
||||
description = "A tool to visualize disk space (GTK 3 port of Original)";
|
||||
description = "Tool to visualize disk space (GTK 3 port of Original)";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
|
|
|
@ -40,7 +40,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
changelog = "https://github.com/nvie/git-toolbelt/blob/${finalAttrs.src.rev}/CHANGELOG.md";
|
||||
description = "A suite of useful Git commands that aid with scripting or every day command line usage";
|
||||
description = "Suite of useful Git commands that aid with scripting or every day command line usage";
|
||||
homepage = "https://github.com/nvie/git-toolbelt";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ tomasajt ];
|
||||
|
|
|
@ -42,7 +42,7 @@ rustPlatform.buildRustPackage {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = "A simple git wrapper that waits until index.lock file is removed when present before running the command";
|
||||
description = "Simple git wrapper that waits until index.lock file is removed when present before running the command";
|
||||
homepage = "https://github.com/darshanparajuli/git-wait";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pbsds ];
|
||||
|
|
|
@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A FOSS Git multiplatform client based on Compose and JGit";
|
||||
description = "FOSS Git multiplatform client based on Compose and JGit";
|
||||
homepage = "https://gitnuro.com/";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = [
|
||||
|
|
|
@ -78,7 +78,7 @@ buildGo123Module rec {
|
|||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "The missing Package Manager for Kubernetes featuring a GUI and a CLI";
|
||||
description = "Missing Package Manager for Kubernetes featuring a GUI and a CLI";
|
||||
homepage = "https://github.com/glasskube/glasskube";
|
||||
changelog = "https://github.com/glasskube/glasskube/releases/tag/v${version}";
|
||||
maintainers = with lib.maintainers; [ jakuzure ];
|
||||
|
|
|
@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
homepage = "https://apps.gnome.org/Clocks/";
|
||||
description = "A simple and elegant clock application for GNOME";
|
||||
description = "Simple and elegant clock application for GNOME";
|
||||
longDescription = ''
|
||||
A simple and elegant clock application. It includes world clocks, alarms,
|
||||
a stopwatch, and timers.
|
||||
|
|
|
@ -38,7 +38,7 @@ buildGoModule rec {
|
|||
meta = {
|
||||
homepage = "https://github.com/deadc0de6/gocatcli";
|
||||
changelog = "https://github.com/deadc0de6/gocatcli/releases/tag/v${version}";
|
||||
description = "The command line catalog tool for your offline data";
|
||||
description = "Command line catalog tool for your offline data";
|
||||
longDescription = ''
|
||||
gocatcli is a catalog tool for your offline data. It indexes external
|
||||
media in a catalog file and allows to quickly find specific files or even
|
||||
|
|
|
@ -60,7 +60,7 @@ buildGoModule rec {
|
|||
|
||||
meta = with lib; {
|
||||
homepage = "https://maunium.net/go/gomuks/";
|
||||
description = "A terminal based Matrix client written in Go";
|
||||
description = "Terminal based Matrix client written in Go";
|
||||
mainProgram = "gomuks";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ chvp ];
|
||||
|
|
|
@ -37,7 +37,7 @@ stdenv.mkDerivation {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = "A tool to control GoPro webcam mode in Linux (requires v4l2loopback kernel module and a firewall rule)";
|
||||
description = "Tool to control GoPro webcam mode in Linux (requires v4l2loopback kernel module and a firewall rule)";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ ZMon3y ];
|
||||
platforms = lib.platforms.linux;
|
||||
|
|
|
@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/${src.owner}/${src.repo}/blob/${src.rev}/changelog.md";
|
||||
description = "A CLI for GlobalProtect VPN, based on OpenConnect, supports the SSO authentication method";
|
||||
description = "CLI for GlobalProtect VPN, based on OpenConnect, supports the SSO authentication method";
|
||||
longDescription = ''
|
||||
A CLI for GlobalProtect VPN, based on OpenConnect, supports the SSO
|
||||
authentication method. Inspired by gp-saml-gui.
|
||||
|
|
|
@ -95,7 +95,7 @@ mkDerivation {
|
|||
testToolDepends = [ hspec-discover ];
|
||||
jailbreak = true;
|
||||
homepage = "https://gren-lang.org";
|
||||
description = "The `gren` command line interface";
|
||||
description = "`gren` command line interface";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "gren";
|
||||
}
|
||||
|
|
|
@ -39,7 +39,7 @@ buildGoModule rec {
|
|||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "A gRPC to JSON proxy generator plugin for Google Protocol Buffers";
|
||||
description = "GRPC to JSON proxy generator plugin for Google Protocol Buffers";
|
||||
longDescription = ''
|
||||
This is a plugin for the Google Protocol Buffers compiler (protoc). It reads
|
||||
protobuf service definitions and generates a reverse-proxy server which
|
||||
|
|
|
@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = "A JSON-RPC implementation for Scheme";
|
||||
description = "JSON-RPC implementation for Scheme";
|
||||
homepage = "https://codeberg.org/rgherdt/scheme-json-rpc";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ knightpp ];
|
||||
|
|
|
@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
homepage = "https://codeberg.org/rgherdt/scheme-lsp-server";
|
||||
description = "An LSP server for Guile";
|
||||
description = "LSP server for Guile";
|
||||
mainProgram = "guile-lsp-server";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ knightpp ];
|
||||
|
|
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A GNU Guile library implementing Semantic Versioning 2.0.0";
|
||||
description = "GNU Guile library implementing Semantic Versioning 2.0.0";
|
||||
homepage = "https://ngyro.com/software/guile-semver.html";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ foo-dogsquared ];
|
||||
|
|
|
@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
|
|||
};
|
||||
|
||||
meta = {
|
||||
description = "A CLI tool to convert hadolint diagnostics into SARIF";
|
||||
description = "CLI tool to convert hadolint diagnostics into SARIF";
|
||||
homepage = "https://psastras.github.io/sarif-rs";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ getchoo ];
|
||||
|
|
|
@ -90,7 +90,7 @@ python3Packages.buildPythonApplication rec {
|
|||
];
|
||||
|
||||
meta = {
|
||||
description = "The SQL IDE for Your Terminal";
|
||||
description = "SQL IDE for Your Terminal";
|
||||
homepage = "https://harlequin.sh";
|
||||
changelog = "https://github.com/tconbeer/harlequin/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
|
|
|
@ -95,7 +95,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = "A visual tool for browsing and editing HDF4 and HDF5 files";
|
||||
description = "Visual tool for browsing and editing HDF4 and HDF5 files";
|
||||
license = lib.licenses.free; # BSD-like
|
||||
homepage = "https://www.hdfgroup.org/downloads/hdfview";
|
||||
downloadPage = "https://github.com/HDFGroup/hdfview";
|
||||
|
|
|
@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/centic9/headset-charge-indicator";
|
||||
description = "A app-indicator for GNOME desktops for controlling some features of various wireless headsets";
|
||||
description = "App-indicator for GNOME desktops for controlling some features of various wireless headsets";
|
||||
longDescription = "A simple app-indicator for GNOME desktops to display the battery charge of some wireless headsets which also allows to control some functions like LEDs, sidetone and others.";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ zebreus ];
|
||||
|
|
|
@ -34,7 +34,7 @@ buildGoModule {
|
|||
];
|
||||
|
||||
meta = {
|
||||
description = "A cloud native Identity Aware Proxy and Access Control Decision service";
|
||||
description = "Cloud native Identity Aware Proxy and Access Control Decision service";
|
||||
homepage = "https://dadrus.github.io/heimdall";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ albertilagan ];
|
||||
|
|
|
@ -28,7 +28,7 @@ appimageTools.wrapType2 {
|
|||
|
||||
meta = {
|
||||
changelog = "https://github.com/heptameta/project-meta/releases/tag/v${version}";
|
||||
description = "A visual note-taking tool for learning complex topics";
|
||||
description = "Visual note-taking tool for learning complex topics";
|
||||
homepage = "https://heptabase.com/";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [ luftmensch-luftmensch ];
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue