mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
This commit is contained in:
parent
755b915a15
commit
f8c4a98e8e
@ -374,7 +374,7 @@ All versions of a package _must_ be included in `all-packages.nix` to make sure
|
||||
* `meta.description` must:
|
||||
* Be short, just one sentence.
|
||||
* Be capitalized.
|
||||
* Not start with an indefinite article.
|
||||
* Not start with the definite or an indefinite article.
|
||||
* Not start with the package name.
|
||||
* More generally, it should not refer to the package name.
|
||||
* Not end with a period (or any punctuation for that matter).
|
||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The aucatctl utility sends MIDI messages to control sndiod and/or aucat volumes";
|
||||
description = "Utility that allows to send MIDI messages to control sndiod and/or aucat volumes";
|
||||
homepage = "http://www.sndio.org";
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ sna ];
|
||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Csound Canonical Reference Manual";
|
||||
description = "Csound Canonical Reference Manual";
|
||||
homepage = "https://github.com/csound/manual";
|
||||
license = licenses.fdl12Plus;
|
||||
maintainers = with maintainers; [ hlolli ];
|
||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The physical models included with faust compiled as jack standalone and lv2 instruments";
|
||||
description = "Physical models included with faust compiled as jack standalone and lv2 instruments";
|
||||
homepage = "https://github.com/grame-cncm/faust/tree/master-dev/examples/physicalModeling";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "The fre:ac audio converter project";
|
||||
description = "Fre:ac audio converter project";
|
||||
license = licenses.gpl2Plus;
|
||||
homepage = "https://www.freac.org/";
|
||||
maintainers = with maintainers; [ shamilton ];
|
||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
description = "The SDK for the LADSPA audio plugin standard";
|
||||
description = "SDK for the LADSPA audio plugin standard";
|
||||
longDescription = ''
|
||||
The LADSPA SDK, including the ladspa.h API header file,
|
||||
ten example LADSPA plugins and
|
||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "The swiss army knife for puredata";
|
||||
description = "Swiss army knife for puredata";
|
||||
homepage = "http://puredata.info/downloads/zexy";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = [ lib.maintainers.magnetophon ];
|
||||
|
@ -76,7 +76,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
meta = with lib; {
|
||||
homepage = "https://picard.musicbrainz.org";
|
||||
changelog = "https://picard.musicbrainz.org/changelog";
|
||||
description = "The official MusicBrainz tagger";
|
||||
description = "Official MusicBrainz tagger";
|
||||
mainProgram = "picard";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.all;
|
||||
|
@ -133,7 +133,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Linux desktop music player from the future";
|
||||
description = "Linux desktop music player from the future";
|
||||
mainProgram = "tauon";
|
||||
homepage = "https://tauonmusicbox.rocks/";
|
||||
changelog = "https://github.com/Taiko2k/TauonMusicBox/releases/tag/v${finalAttrs.version}";
|
||||
|
@ -115,7 +115,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/Mastermindzh/tidal-hifi/releases/tag/${finalAttrs.version}";
|
||||
description = "The web version of Tidal running in electron with hifi support thanks to widevine";
|
||||
description = "Web version of Tidal running in electron with hifi support thanks to widevine";
|
||||
homepage = "https://github.com/Mastermindzh/tidal-hifi";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ qbit spikespaz ];
|
||||
|
@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "The podcast client for the modern free desktop";
|
||||
description = "Podcast client for the modern free desktop";
|
||||
longDescription = ''
|
||||
Vocal is a powerful, fast, and intuitive application that helps users find new podcasts, manage their libraries, and enjoy the best that independent audio and video publishing has to offer. Vocal features full support for both episode downloading and streaming, native system integration, iTunes store search and top 100 charts (with international results support), iTunes link parsing, OPML importing and exporting, and so much more. Plus, it has great smart features like automatically keeping your library clean from old files, and the ability to set custom skip intervals.
|
||||
'';
|
||||
|
@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Zest Framework used in ZynAddSubFX's UI";
|
||||
description = "Zest Framework used in ZynAddSubFX's UI";
|
||||
homepage = "https://github.com/mruby-zest";
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [ kira-bruneau ];
|
||||
|
@ -146,7 +146,7 @@ rustPlatform.buildRustPackage {
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "The command line client for Proxmox Backup Server";
|
||||
description = "Command line client for Proxmox Backup Server";
|
||||
homepage = "https://pbs.proxmox.com/docs/backup-client.html";
|
||||
changelog = "https://git.proxmox.com/?p=proxmox-backup.git;a=blob;f=debian/changelog;hb=refs/tags/v${version}";
|
||||
license = licenses.agpl3Only;
|
||||
|
@ -227,7 +227,7 @@ in runCommand
|
||||
unwrapped = androidStudio;
|
||||
};
|
||||
meta = with lib; {
|
||||
description = "The Official IDE for Android (${channel} channel)";
|
||||
description = "Official IDE for Android (${channel} channel)";
|
||||
longDescription = ''
|
||||
Android Studio is the official IDE for Android app development, based on
|
||||
IntelliJ IDEA.
|
||||
|
@ -129,7 +129,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
maintainers = [ maintainers.linquize ];
|
||||
platforms = platforms.all;
|
||||
description = "The open source, cross platform, free C, C++ and Fortran IDE";
|
||||
description = "Open source, cross platform, free C, C++ and Fortran IDE";
|
||||
longDescription =
|
||||
''
|
||||
Code::Blocks is a free C, C++ and Fortran IDE built to meet the most demanding needs of its users.
|
||||
|
@ -552,7 +552,7 @@ rec {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://scala-ide.org/";
|
||||
description = "The Scala IDE for Eclipse";
|
||||
description = "Scala IDE for Eclipse";
|
||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
@ -658,7 +658,7 @@ rec {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.eclipse.org/gef/zest/";
|
||||
description = "The Eclipse Visualization Toolkit";
|
||||
description = "Eclipse Visualization Toolkit";
|
||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.romildo ];
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
let
|
||||
meta = {
|
||||
description = "The GNU implementation of the standard Unix editor";
|
||||
description = "GNU implementation of the standard Unix editor";
|
||||
longDescription = ''
|
||||
GNU ed is a line-oriented text editor. It is used to create, display,
|
||||
modify and otherwise manipulate text files, both interactively and via
|
||||
|
@ -78,7 +78,7 @@ in symlinkJoin {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "The core APIs of the Emacs binding for tree-sitter";
|
||||
description = "Core APIs of the Emacs binding for tree-sitter";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pimeys ];
|
||||
};
|
||||
|
@ -24,7 +24,7 @@ let
|
||||
"mainline" = "https://www.gnu.org/software/emacs/";
|
||||
"macport" = "https://bitbucket.org/mituharu/emacs-mac/";
|
||||
}.${variant};
|
||||
description = "The extensible, customizable GNU text editor"
|
||||
description = "Extensible, customizable GNU text editor"
|
||||
+ lib.optionalString (variant == "macport") " - macport variant";
|
||||
longDescription = ''
|
||||
GNU Emacs is an extensible, customizable text editor—and more. At its core
|
||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = [ "PREFIX=${placeholder "out"}" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "The nice editor";
|
||||
description = "Nice editor";
|
||||
homepage = "https://ne.di.unimi.it/";
|
||||
longDescription = ''
|
||||
ne is a free (GPL'd) text editor based on the POSIX standard that runs
|
||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [ "vi_cv_path_preserve=/tmp" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Berkeley Vi Editor";
|
||||
description = "Berkeley Vi Editor";
|
||||
license = licenses.free;
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/nvi.x86_64-darwin
|
||||
|
@ -33,7 +33,7 @@ rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The most popular clone of the VI editor";
|
||||
description = "Most popular clone of the VI editor";
|
||||
homepage = "http://www.vim.org";
|
||||
license = licenses.vim;
|
||||
maintainers = with maintainers; [ das_j equirosa philiptaron ];
|
||||
|
@ -29,7 +29,7 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "The official VSCode plugin for ReScript";
|
||||
description = "Official VSCode plugin for ReScript";
|
||||
homepage = "https://github.com/rescript-lang/rescript-vscode";
|
||||
maintainers = [
|
||||
lib.maintainers.dlip
|
||||
|
@ -2799,7 +2799,7 @@ let
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/moshfeu/vscode-compare-folders/releases";
|
||||
description = "The extension allows you to compare folders, show the diffs in a list and present diff in a splitted view side by side";
|
||||
description = "Extension allows you to compare folders, show the diffs in a list and present diff in a splitted view side by side";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=moshfeu.compare-folders";
|
||||
homepage = "https://github.com/moshfeu/vscode-compare-folders";
|
||||
license = lib.licenses.mit;
|
||||
@ -4182,7 +4182,7 @@ let
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://marketplace.visualstudio.com/items/thorerik.hacker-theme/changelog";
|
||||
description = "The perfect theme for writing IP tracers in Visual Basic and reverse-proxying a UNIX-system firewall";
|
||||
description = "Perfect theme for writing IP tracers in Visual Basic and reverse-proxying a UNIX-system firewall";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=thorerik.hacker-theme";
|
||||
homepage = "https://github.com/thorerik/vscode-hacker-theme";
|
||||
license = lib.licenses.mit;
|
||||
@ -4635,7 +4635,7 @@ let
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md";
|
||||
description = "The official Vue VSCode extension";
|
||||
description = "Official Vue VSCode extension";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Vue.volar";
|
||||
homepage = "https://github.com/vuejs/language-tools";
|
||||
license = lib.licenses.mit;
|
||||
|
@ -16,7 +16,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://marketplace.visualstudio.com/items/Equinusocio.vsc-material-theme/changelog";
|
||||
description = "The most epic theme now for Visual Studio Code";
|
||||
description = "Most epic theme now for Visual Studio Code";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme";
|
||||
homepage = "https://github.com/material-theme/vsc-material-theme";
|
||||
license = licenses.asl20;
|
||||
|
@ -24,7 +24,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
'';
|
||||
meta = {
|
||||
changelog = "https://marketplace.visualstudio.com/items/evzen-wybitul.magic-racket/changelog";
|
||||
description = "The best coding experience for Racket in VS Code";
|
||||
description = "Best coding experience for Racket in VS Code";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=evzen-wybitul.magic-racket";
|
||||
homepage = "https://github.com/Eugleo/magic-racket";
|
||||
license = lib.licenses.agpl3Only;
|
||||
|
@ -30,7 +30,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
| sponge package.json
|
||||
'';
|
||||
meta = {
|
||||
description = "The Uncompromising Nix Code Formatter";
|
||||
description = "Uncompromising Nix Code Formatter";
|
||||
homepage = "https://github.com/kamadorueda/alejandra";
|
||||
license = lib.licenses.unlicense;
|
||||
maintainers = [ lib.maintainers.kamadorueda ];
|
||||
|
@ -116,7 +116,7 @@ buildVscodeMarketplaceExtension {
|
||||
|
||||
meta = {
|
||||
changelog = "https://marketplace.visualstudio.com/items/ms-dotnettools.csdevkit/changelog";
|
||||
description = "The official Visual Studio Code extension for C# from Microsoft";
|
||||
description = "Official Visual Studio Code extension for C# from Microsoft";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = [ lib.maintainers.ggg ];
|
||||
|
@ -112,7 +112,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "The C/C++ extension adds language support for C/C++ to Visual Studio Code, including features such as IntelliSense and debugging";
|
||||
description = "C/C++ extension adds language support for C/C++ to Visual Studio Code, including features such as IntelliSense and debugging";
|
||||
homepage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [
|
||||
|
@ -22,7 +22,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "The Lua language server provides various language features for Lua to make development easier and faster";
|
||||
description = "Lua language server provides various language features for Lua to make development easier and faster";
|
||||
homepage = "https://marketplace.visualstudio.com/items?itemName=sumneko.lua";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.lblasc ];
|
||||
|
@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://openmsx.org";
|
||||
description = "The MSX emulator that aims for perfection";
|
||||
description = "MSX emulator that aims for perfection";
|
||||
longDescription = ''
|
||||
OpenMSX is an emulator for the MSX home computer system. Its goal is
|
||||
to emulate all aspects of the MSX with 100% accuracy.
|
||||
|
@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://avocode.com/";
|
||||
description = "The bridge between designers and developers";
|
||||
description = "Bridge between designers and developers";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfree;
|
||||
platforms = platforms.linux;
|
||||
|
@ -23,7 +23,7 @@ mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "The fastest STL file viewer";
|
||||
description = "Fastest STL file viewer";
|
||||
mainProgram = "fstl";
|
||||
homepage = "https://github.com/fstl-app/fstl";
|
||||
license = licenses.mit;
|
||||
|
@ -190,7 +190,7 @@ in stdenv.mkDerivation (finalAttrs: {
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "The GNU Image Manipulation Program";
|
||||
description = "GNU Image Manipulation Program";
|
||||
homepage = "https://www.gimp.org/";
|
||||
maintainers = with maintainers; [ jtojnar ];
|
||||
license = licenses.gpl3Plus;
|
||||
|
@ -147,7 +147,7 @@ in
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "The GIMP Animation Package";
|
||||
description = "GIMP Animation Package";
|
||||
homepage = "https://www.gimp.org";
|
||||
# The main code is given in GPLv3, but it has ffmpeg in it, and I think ffmpeg license
|
||||
# falls inside "free".
|
||||
|
@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
homepage = "http://grafx2.eu/";
|
||||
description = "The ultimate 256-color painting program";
|
||||
description = "Ultimate 256-color painting program";
|
||||
longDescription = ''
|
||||
GrafX2 is a bitmap paint program inspired by the Amiga programs Deluxe
|
||||
Paint and Brilliance. Specialized in 256-color drawing, it includes a very
|
||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://pbrt.org/";
|
||||
description = "The renderer described in the third edition of the book 'Physically Based Rendering: From Theory To Implementation'";
|
||||
description = "Renderer described in the third edition of the book 'Physically Based Rendering: From Theory To Implementation'";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.bsd2;
|
||||
maintainers = [ maintainers.juliendehos ];
|
||||
|
@ -98,7 +98,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "The open source mesh processing python library";
|
||||
description = "Open source mesh processing python library";
|
||||
homepage = "https://github.com/cnr-isti-vclab/PyMeshLab";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ nim65s ];
|
||||
|
@ -98,7 +98,7 @@ stdenv.mkDerivation
|
||||
|
||||
meta =
|
||||
{
|
||||
description = "The Unigine Heaven GPU benchmarking tool";
|
||||
description = "Unigine Heaven GPU benchmarking tool";
|
||||
homepage = "https://benchmark.unigine.com/heaven";
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
license = lib.licenses.unfree;
|
||||
|
@ -88,7 +88,7 @@ stdenv.mkDerivation rec{
|
||||
dontUnpack = true;
|
||||
|
||||
meta = {
|
||||
description = "The Unigine Heaven GPU benchmarking tool";
|
||||
description = "Unigine Heaven GPU benchmarking tool";
|
||||
homepage = "https://benchmark.unigine.com/sanctuary";
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
license = lib.licenses.unfree;
|
||||
|
@ -137,7 +137,7 @@ buildFHSEnv {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "The Unigine Superposition GPU benchmarking tool";
|
||||
description = "Unigine Superposition GPU benchmarking tool";
|
||||
homepage = "https://benchmark.unigine.com/superposition";
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
license = lib.licenses.unfree;
|
||||
|
@ -86,7 +86,7 @@ stdenv.mkDerivation {
|
||||
dontUnpack = true;
|
||||
|
||||
meta = {
|
||||
description = "The Unigine Heaven GPU benchmarking tool";
|
||||
description = "Unigine Heaven GPU benchmarking tool";
|
||||
homepage = "https://benchmark.unigine.com/tropics";
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
license = lib.licenses.unfree;
|
||||
|
@ -126,7 +126,7 @@ stdenv.mkDerivation rec {
|
||||
stripDebugList = [ "${instPath}/bin" ];
|
||||
|
||||
meta = {
|
||||
description = "The Unigine Valley GPU benchmarking tool";
|
||||
description = "Unigine Valley GPU benchmarking tool";
|
||||
homepage = "https://unigine.com/products/benchmarks/valley/";
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
license = lib.licenses.unfree; # see also: $out/$instPath/documentation/License.pdf
|
||||
|
@ -25,7 +25,7 @@ buildNpmPackage rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The official web interface for ASF";
|
||||
description = "Official web interface for ASF";
|
||||
license = licenses.asl20;
|
||||
homepage = "https://github.com/JustArchiNET/ASF-ui";
|
||||
inherit (ArchiSteamFarm.meta) maintainers platforms;
|
||||
|
@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The \"Activate Windows\" watermark ported to Linux";
|
||||
description = "\"Activate Windows\" watermark ported to Linux";
|
||||
homepage = "https://github.com/MrGlockenspiel/activate-linux";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ alexnortung donovanglover ];
|
||||
|
@ -16,7 +16,7 @@ buildGoModule rec {
|
||||
ldflags = [ "-s" "-w" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "The fastest and most interactive terminal based UI application for tracking cryptocurrencies";
|
||||
description = "Fastest and most interactive terminal based UI application for tracking cryptocurrencies";
|
||||
longDescription = ''
|
||||
cointop is a fast and lightweight interactive terminal based UI
|
||||
application for tracking and monitoring cryptocurrency coin stats in
|
||||
|
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "The big set of CLI tools to make/modify/optimize/show/export DJVU files";
|
||||
description = "Big set of CLI tools to make/modify/optimize/show/export DJVU files";
|
||||
homepage = "https://djvu.sourceforge.net";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ Anton-Latukha ];
|
||||
|
@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "The ultimate task management solution for seamless organization and efficiency";
|
||||
description = "Ultimate task management solution for seamless organization and efficiency";
|
||||
homepage = "https://done.edfloreshz.dev/";
|
||||
changelog = "https://github.com/done-devs/done/blob/${src.rev}/CHANGES.md";
|
||||
license = licenses.mpl20;
|
||||
|
@ -19,7 +19,7 @@ buildGoModule rec {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/ajaxray/geek-life";
|
||||
description = "The Todo List / Task Manager for Geeks in command line";
|
||||
description = "Todo List / Task Manager for Geeks in command line";
|
||||
maintainers = with maintainers; [ noisersup ];
|
||||
license = licenses.mit;
|
||||
mainProgram = "geek-life";
|
||||
|
@ -34,7 +34,7 @@ buildGoModule rec {
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Giant Swarm command line interface";
|
||||
description = "Giant Swarm command line interface";
|
||||
homepage = "https://github.com/giantswarm/gsctl";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ joesalisbury ];
|
||||
|
@ -11,7 +11,7 @@ let
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "The KeePassRPC plugin that needs to be installed inside KeePass in order for Kee to be able to connect your browser to your passwords";
|
||||
description = "KeePassRPC plugin that needs to be installed inside KeePass in order for Kee to be able to connect your browser to your passwords";
|
||||
homepage = "https://github.com/kee-org/keepassrpc";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
license = licenses.gpl2;
|
||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
||||
makeFlags = [ "PREFIX=${placeholder "out"}" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Bible, King James Version";
|
||||
description = "Bible, King James Version";
|
||||
homepage = "https://github.com/bontibon/kjv";
|
||||
license = licenses.unlicense;
|
||||
maintainers = with maintainers; [ jtobin cafkafk ];
|
||||
|
@ -36,7 +36,7 @@ appimageTools.wrapType2 rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The markdown-based note-taking app that doesn't suck";
|
||||
description = "Markdown-based note-taking app that doesn't suck";
|
||||
homepage = "https://github.com/notable/notable";
|
||||
license = licenses.unfree;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
@ -256,7 +256,7 @@ let
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://octoprint.org/";
|
||||
description = "The snappy web interface for your 3D printer";
|
||||
description = "Snappy web interface for your 3D printer";
|
||||
mainProgram = "octoprint";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ abbradar gebner WhittlesJr gador ];
|
||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The free computer aided translation (CAT) tool for professionals";
|
||||
description = "Free computer aided translation (CAT) tool for professionals";
|
||||
mainProgram = "omegat";
|
||||
longDescription = ''
|
||||
OmegaT is a free and open source multiplatform Computer Assisted Translation
|
||||
|
@ -34,7 +34,7 @@ in appimageTools.wrapAppImage {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://todoist.com";
|
||||
description = "The official Todoist electron app";
|
||||
description = "Official Todoist electron app";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ kylesferrazza pokon548 ];
|
||||
|
@ -28,7 +28,7 @@ buildGoModule rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Transifex command-line client";
|
||||
description = "Transifex command-line client";
|
||||
homepage = "https://github.com/transifex/transifex-cli";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ thornycrackers ];
|
||||
|
@ -34,7 +34,7 @@ buildGoModule rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The personal information dashboard for your terminal";
|
||||
description = "Personal information dashboard for your terminal";
|
||||
homepage = "https://wtfutil.com/";
|
||||
changelog = "https://github.com/wtfutil/wtf/raw/v${version}/CHANGELOG.md";
|
||||
license = licenses.mpl20;
|
||||
|
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "The always-incognito web browser";
|
||||
description = "Always-incognito web browser";
|
||||
homepage = "https://github.com/cassidyjames/ephemeral";
|
||||
maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
|
||||
platforms = platforms.linux;
|
||||
|
@ -188,7 +188,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.microsoft.com/en-us/edge";
|
||||
description = "The web browser from Microsoft";
|
||||
description = "Web browser from Microsoft";
|
||||
license = licenses.unfree;
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
@ -36,7 +36,7 @@ buildGoModule rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The official command line client for Cloud Foundry";
|
||||
description = "Official command line client for Cloud Foundry";
|
||||
homepage = "https://github.com/cloudfoundry/cli";
|
||||
maintainers = with maintainers; [ ris ];
|
||||
mainProgram = "cf";
|
||||
|
@ -37,7 +37,7 @@ buildGoModule rec {
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Knative client library and CLI for creating, building, and deploying Knative Functions";
|
||||
description = "Knative client library and CLI for creating, building, and deploying Knative Functions";
|
||||
mainProgram = "func";
|
||||
homepage = "https://github.com/knative/func";
|
||||
changelog = "https://github.com/knative/func/releases/tag/knative-v${version}";
|
||||
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Helm downloader plugin that provides GIT protocol support";
|
||||
description = "Helm downloader plugin that provides GIT protocol support";
|
||||
homepage = "https://github.com/aslafy-z/helm-git";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ flokli ];
|
||||
|
@ -272,7 +272,7 @@ let
|
||||
'';
|
||||
|
||||
meta = baseMeta // {
|
||||
description = "The various binaries that get packaged into the final k3s binary";
|
||||
description = "Various binaries that get packaged into the final k3s binary";
|
||||
};
|
||||
};
|
||||
# Only used for the shim since
|
||||
|
@ -30,7 +30,7 @@ buildGoModule rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The missing glue to put together large Kubernetes deployments";
|
||||
description = "Missing glue to put together large Kubernetes deployments";
|
||||
mainProgram = "kluctl";
|
||||
homepage = "https://kluctl.io/";
|
||||
license = licenses.asl20;
|
||||
|
@ -35,7 +35,7 @@ buildGoModule rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Knative client kn is your door to the Knative world. It allows you to create Knative resources interactively from the command line or from within scripts";
|
||||
description = "Knative client kn is your door to the Knative world. It allows you to create Knative resources interactively from the command line or from within scripts";
|
||||
mainProgram = "kn";
|
||||
homepage = "https://github.com/knative/client";
|
||||
changelog = "https://github.com/knative/client/releases/tag/v${version}";
|
||||
|
@ -47,7 +47,7 @@ buildGoModule rec {
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/kubeshark/kubeshark/releases/tag/${version}";
|
||||
description = "The API Traffic Viewer for Kubernetes";
|
||||
description = "API Traffic Viewer for Kubernetes";
|
||||
mainProgram = "kubeshark";
|
||||
homepage = "https://kubeshark.co/";
|
||||
license = licenses.asl20;
|
||||
|
@ -23,7 +23,7 @@ buildGoModule rec {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "The KUbernetes Test TooL (KUTTL) provides a declarative approach to testing production-grade Kubernetes operators";
|
||||
description = "KUbernetes Test TooL (KUTTL) provides a declarative approach to testing production-grade Kubernetes operators";
|
||||
homepage = "https://github.com/kudobuilder/kuttl";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ diegolelis ];
|
||||
|
@ -28,7 +28,7 @@ let
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Kubernetes IDE";
|
||||
description = "Kubernetes IDE";
|
||||
homepage = "https://k8slens.dev/";
|
||||
license = licenses.lens;
|
||||
maintainers = with maintainers; [ dbirks RossComputerGuy starkca90 ];
|
||||
|
@ -29,7 +29,7 @@ appimageTools.wrapType2 {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Kubernetes IDE";
|
||||
description = "Kubernetes IDE";
|
||||
homepage = "https://github.com/MuhammedKalkan/OpenLens";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ benwbooth sebtm ];
|
||||
|
@ -31,7 +31,7 @@ buildGoModule rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Rancher Command Line Interface (CLI) is a unified tool for interacting with your Rancher Server";
|
||||
description = "Rancher Command Line Interface (CLI) is a unified tool for interacting with your Rancher Server";
|
||||
mainProgram = "rancher";
|
||||
homepage = "https://github.com/rancher/cli";
|
||||
license = licenses.asl20;
|
||||
|
@ -64,7 +64,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
dontWrapPythonPrograms = false;
|
||||
|
||||
meta = {
|
||||
description = "The Microsoft Azure Linux Agent (waagent)";
|
||||
description = "Microsoft Azure Linux Agent (waagent)";
|
||||
mainProgram = "waagent";
|
||||
longDescription = ''
|
||||
The Microsoft Azure Linux Agent (waagent)
|
||||
|
@ -46,7 +46,7 @@ buildPythonApplication rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The FLExible Network Tester";
|
||||
description = "FLExible Network Tester";
|
||||
homepage = "https://flent.org";
|
||||
license = licenses.gpl3;
|
||||
|
||||
|
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/Alecaddd/taxi";
|
||||
description = "The FTP Client that drives you anywhere";
|
||||
description = "FTP Client that drives you anywhere";
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = with maintainers; [ AndersonTorres ] ++ teams.pantheon.members;
|
||||
platforms = platforms.linux;
|
||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Facebook protocol plugin for bitlbee";
|
||||
description = "Facebook protocol plugin for bitlbee";
|
||||
homepage = "https://github.com/bitlbee/bitlbee-facebook";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ toonn ];
|
||||
|
@ -288,7 +288,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://jami.net/";
|
||||
description = "The free and universal communication platform that respects the privacy and freedoms of its users";
|
||||
description = "Free and universal communication platform that respects the privacy and freedoms of its users";
|
||||
mainProgram = "jami";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
|
@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
|
||||
dontPatchELF = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "The TeamSpeak voice communication tool";
|
||||
description = "TeamSpeak voice communication tool";
|
||||
homepage = "https://teamspeak.com/";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = {
|
||||
|
@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The TeamSpeak voice communication tool (beta version)";
|
||||
description = "TeamSpeak voice communication tool (beta version)";
|
||||
homepage = "https://teamspeak.com/";
|
||||
license = {
|
||||
fullName = "Teamspeak client license";
|
||||
|
@ -172,7 +172,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The all-in-one app to call, meet, message, and get work done";
|
||||
description = "All-in-one app to call, meet, message, and get work done";
|
||||
homepage = "https://webex.com/";
|
||||
downloadPage = "https://www.webex.com/downloads.html";
|
||||
license = licenses.unfree;
|
||||
|
@ -152,7 +152,7 @@ in stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The user-friendly, lightweight, and fast email client";
|
||||
description = "User-friendly, lightweight, and fast email client";
|
||||
mainProgram = "claws-mail";
|
||||
homepage = "https://www.claws-mail.org/";
|
||||
license = licenses.gpl3Plus;
|
||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ slang ncurses openssl ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "The slrn (S-Lang read news) newsreader";
|
||||
description = "Slrn (S-Lang read news) newsreader";
|
||||
homepage = "https://slrn.sourceforge.net/index.html";
|
||||
license = licenses.gpl2;
|
||||
platforms = with platforms; linux;
|
||||
|
@ -82,7 +82,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "The web end of seafile server";
|
||||
description = "Web end of seafile server";
|
||||
homepage = "https://github.com/haiwen/seahub";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ greizgh schmittlauch ];
|
||||
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
passthru.tests = { inherit (nixosTests) soapui; };
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Most Advanced REST & SOAP Testing Tool in the World";
|
||||
description = "Most Advanced REST & SOAP Testing Tool in the World";
|
||||
homepage = "https://www.soapui.org/";
|
||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||
license = "SoapUI End User License Agreement";
|
||||
|
@ -44,7 +44,7 @@ buildNpmPackage {
|
||||
passthru.updateScript = nix-update-script {};
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Open Source DocuSign Alternative";
|
||||
description = "Open Source DocuSign Alternative";
|
||||
homepage = "https://github.com/documenso/documenso";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ happysalada ];
|
||||
|
@ -34,7 +34,7 @@ in stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "The GNOME Office Spreadsheet";
|
||||
description = "GNOME Office Spreadsheet";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
homepage = "http://projects.gnome.org/gnumeric/";
|
||||
platforms = platforms.unix;
|
||||
|
@ -62,7 +62,7 @@ python3Packages.buildPythonApplication rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "The client of the Tryton application platform";
|
||||
description = "Client of the Tryton application platform";
|
||||
mainProgram = "tryton";
|
||||
longDescription = ''
|
||||
The client for Tryton, a three-tier high-level general purpose
|
||||
|
@ -72,7 +72,7 @@ mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Pothos data-flow framework";
|
||||
description = "Pothos data-flow framework";
|
||||
homepage = "https://github.com/pothosware/PothosCore/wiki";
|
||||
license = licenses.boost;
|
||||
platforms = platforms.linux;
|
||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "The European Molecular Biology Open Software Suite";
|
||||
description = "European Molecular Biology Open Software Suite";
|
||||
longDescription = ''EMBOSS is a free Open Source software analysis package
|
||||
specially developed for the needs of the molecular biology (e.g. EMBnet)
|
||||
user community, including libraries. The software automatically copes with
|
||||
|
@ -28,7 +28,7 @@ appimageTools.wrapType2 {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The next-generation genome browser";
|
||||
description = "Next-generation genome browser";
|
||||
mainProgram = "jbrowse-desktop";
|
||||
homepage = "https://jbrowse.org/jb2/";
|
||||
license = licenses.asl20;
|
||||
|
@ -30,7 +30,7 @@ in stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Platypus variant caller";
|
||||
description = "Platypus variant caller";
|
||||
license = licenses.gpl3;
|
||||
homepage = "https://github.com/andyrimmer/Platypus";
|
||||
maintainers = with maintainers; [ jbedo ];
|
||||
|
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/ncbi/sra-tools";
|
||||
description = "The SRA Toolkit and SDK from NCBI is a collection of tools and libraries for using data in the INSDC Sequence Read Archives";
|
||||
description = "SRA Toolkit and SDK from NCBI is a collection of tools and libraries for using data in the INSDC Sequence Read Archives";
|
||||
license = licenses.ncbiPd;
|
||||
maintainers = with maintainers; [ thyol ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
@ -14,7 +14,7 @@ buildGoModule rec {
|
||||
vendorHash = "sha256-A4g2rQTaYrA4/0rqldUv7iuibzNINEvx9StUnaN2/Yg=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "The periodic table on the command line";
|
||||
description = "Periodic table on the command line";
|
||||
mainProgram = "element";
|
||||
homepage = "https://github.com/gennaro-tedesco/element";
|
||||
license = licenses.asl20;
|
||||
|
@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The FloPoCo arithmetic core generator";
|
||||
description = "FloPoCo arithmetic core generator";
|
||||
homepage = "https://flopoco.org/";
|
||||
license = licenses.unfree;
|
||||
platforms = platforms.unix;
|
||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
|
||||
|
||||
meta = with lib; {
|
||||
description = "The language for System-level design, modeling and verification";
|
||||
description = "Language for System-level design, modeling and verification";
|
||||
homepage = "https://systemc.org/";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.unix;
|
||||
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://vprover.github.io/";
|
||||
description = "The Vampire Theorem Prover";
|
||||
description = "Vampire Theorem Prover";
|
||||
mainProgram = "vampire";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.bsd3;
|
||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ gmp zlib ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "The FORM project for symbolic manipulation of very big expressions";
|
||||
description = "FORM project for symbolic manipulation of very big expressions";
|
||||
homepage = "https://www.nikhef.nl/~form/";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.veprbl ];
|
||||
|
@ -33,7 +33,7 @@ mkDerivation rec {
|
||||
time
|
||||
];
|
||||
|
||||
description = "The most beautiful command line calculator";
|
||||
description = "Most beautiful command line calculator";
|
||||
homepage = "https://kary.us/nota";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ dtzWill ];
|
||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "The Persistent Homology Software";
|
||||
description = "Persistent Homology Software";
|
||||
mainProgram = "perseus";
|
||||
longDescription = ''
|
||||
Persistent homology - or simply, persistence - is an algebraic
|
||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "The ultimate desktop calculator";
|
||||
description = "Ultimate desktop calculator";
|
||||
homepage = "http://qalculate.github.io";
|
||||
maintainers = with maintainers; [ gebner doronbehar alyaeanyx ];
|
||||
license = licenses.gpl2Plus;
|
||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The ultimate desktop calculator";
|
||||
description = "Ultimate desktop calculator";
|
||||
homepage = "http://qalculate.github.io";
|
||||
maintainers = with maintainers; [ _4825764518 ];
|
||||
license = licenses.gpl2Plus;
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user