treewide: set meta.changelog

This commit is contained in:
h7x4 2024-06-16 22:48:03 +02:00
parent b2a1b6f508
commit 7384b9abdc
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146
105 changed files with 109 additions and 3 deletions

View File

@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
extract the decoded AndroidManifest.xml directly from an APK file.
'';
homepage = "https://github.com/ytsutano/axmldec";
changelog = "https://github.com/ytsutano/axmldec/releases/tag/${src.rev}";
license = licenses.isc;
mainProgram = "axmldec";
maintainers = with maintainers; [ franciscod ];

View File

@ -16,6 +16,7 @@ buildGoModule {
meta = with lib; {
homepage = "https://github.com/xlab/c-for-go";
changelog = "https://github.com/xlab/c-for-go/releases/";
description = "Automatic C-Go Bindings Generator for the Go Programming Language";
license = licenses.mit;
maintainers = with maintainers; [ msanft ];

View File

@ -60,6 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Composing and deciphering C (or C++) declarations or casts, aka ''gibberish.''";
homepage = "https://github.com/paul-j-lucas/cdecl";
changelog = "https://github.com/paul-j-lucas/cdecl/blob/cdecl-${finalAttrs.version}/ChangeLog";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ sigmanificient ];
platforms = lib.platforms.unix;

View File

@ -37,6 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
homepage = "https://github.com/cyanreg/cyanrip";
changelog = "https://github.com/cyanreg/cyanrip/releases/tag/${finalAttrs.src.rev}";
description = "Bule-ish CD ripper";
mainProgram = "cyanrip";
license = licenses.lgpl21Plus;

View File

@ -51,6 +51,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
homepage = "https://github.com/tuna-f1sh/cyme";
changelog = "https://github.com/tuna-f1sh/cyme/releases/tag/${src.rev}";
description = "Modern cross-platform lsusb";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ h7x4 ];

View File

@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "DPS8M: GE / Honeywell / Bull DPS8/M mainframe simulator";
homepage = "https://gitlab.com/dps8m/dps8m";
changelog = "https://gitlab.com/dps8m/dps8m/-/wikis/DPS8M-${src.rev}-Release-Notes";
license = licenses.icu;
maintainers = with maintainers; [ matthewcroughan sarcasticadmin ];
mainProgram = "dps8m";

View File

@ -42,6 +42,7 @@ buildGoModule rec {
meta = with lib; {
description = "CLI for Amazon EKS";
homepage = "https://github.com/weaveworks/eksctl";
changelog = "https://github.com/eksctl-io/eksctl/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ xrelkd Chili-Man ];
mainProgram = "eksctl";

View File

@ -57,6 +57,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://codeberg.org/dnkl/fnott";
changelog = "https://codeberg.org/dnkl/fnott/src/tag/${src.rev}/CHANGELOG.md";
description = "Keyboard driven and lightweight Wayland notification daemon for wlroots-based compositors";
license = with lib.licenses; [ mit zlib ];
maintainers = with lib.maintainers; [ polykernel ];

View File

@ -74,6 +74,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "http://fvwm.org";
changelog = "https://github.com/fvwmorg/fvwm/releases/tag/${src.rev}";
description = "Multiple large virtual desktop window manager";
license = licenses.gpl2Plus;
platforms = platforms.linux;

View File

@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/lyokha/g3kb-switch";
changelog = "https://github.com/lyokha/g3kb-switch/releases/tag/${src.rev}";
description = "CLI keyboard layout switcher for GNOME Shell";
mainProgram = "g3kb-switch";
license = licenses.bsd2;

View File

@ -32,6 +32,7 @@ buildGoModule rec{
meta = with lib; {
homepage = "https://github.com/mzz2017/gg";
changelog = "https://github.com/mzz2017/gg/releases/tag/${src.rev}";
description = "Command-line tool for one-click proxy in your research and development";
license = licenses.agpl3Only;
mainProgram = "gg";

View File

@ -60,6 +60,7 @@ rustPlatform.buildRustPackage {
meta = with lib; {
homepage = "https://github.com/9999years/git-gr";
changelog = "https://github.com/9999years/git-gr/releases/tag/v${version}";
description = "Gerrit CLI client";
license = [ licenses.mit ];
maintainers = [ maintainers._9999years ];

View File

@ -25,6 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Recall what you did on the last working day";
homepage = "https://github.com/kamranahmedse/git-standup";
changelog = "https://github.com/kamranahmedse/git-standup/releases/tag/${finalAttrs.src.rev}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sigmanificient ];
platforms = lib.platforms.all;

View File

@ -26,6 +26,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-mIkhXVuSgcsQf4be7NT0R8rkN9tdgim41gqjbq3ndPA=";
meta = with lib; {
changelog = "https://github.com/kejadlen/git-together/releases/tag/${src.rev}";
description = "Better commit attribution while pairing without messing with your git workflow";
homepage = "https://github.com/kejadlen/git-together";
license = licenses.mit;

View File

@ -21,6 +21,7 @@ in
meta = with lib; {
homepage = "https://github.com/9999years/git-upstream";
changelog = "https://github.com/9999years/git-upstream/releases/tag/v${version}";
description = "Shortcut for `git push --set-upstream`";
license = [licenses.mit];
maintainers = [maintainers._9999years];

View File

@ -2,7 +2,7 @@
, buildDotnetGlobalTool
}:
buildDotnetGlobalTool {
buildDotnetGlobalTool rec {
pname = "dotnet-gitversion";
nugetName = "GitVersion.Tool";
version = "5.12.0";
@ -12,6 +12,7 @@ buildDotnetGlobalTool {
meta = with lib; {
description = "From git log to SemVer in no time";
homepage = "https://gitversion.net/";
changelog = "https://github.com/GitTools/GitVersion/releases/tag/${version}";
downloadPage = "https://github.com/GitTools/GitVersion";
license = licenses.mit;
platforms = platforms.linux ++ platforms.windows ++ platforms.darwin;

View File

@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Free software metronome and tempo measurement tool";
homepage = "https://gitlab.gnome.org/dqpb/gmetronome";
changelog = "https://gitlab.gnome.org/dqpb/gmetronome/-/blob/${src.rev}/NEWS";
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ aleksana ];

View File

@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Simple and secure Gemini server";
homepage = "https://gmid.omarpolo.com/";
changelog = "https://gmid.omarpolo.com/changelog.html";
license = licenses.isc;
maintainers = with maintainers; [ sikmir ];
platforms = platforms.linux;

View File

@ -71,6 +71,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
homepage = "https://dfandrich.github.io/gpscorrelate/";
changelog = "https://github.com/dfandrich/gpscorrelate/releases/tag/${src.rev}";
platforms = platforms.unix;
maintainers = with maintainers; [ sikmir ];
};

View File

@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Application for viewing, editing and converting GPS coordinate data";
homepage = "https://activityworkshop.net/software/gpsprune/";
changelog = "https://activityworkshop.net/software/gpsprune/whats_new.html";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.gpl2Plus;
maintainers = with maintainers; [ rycee ];

View File

@ -32,7 +32,7 @@ buildGo122Module rec {
meta = with lib; {
homepage = "https://github.com/gptscript-ai/gptscript";
changelog = "https://github.com/gptscript-ai/gptscript/releases/tag/v{version}";
changelog = "https://github.com/gptscript-ai/gptscript/releases/tag/v${version}";
description = "Build AI assistants that interact with your systems";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ jamiemagee ];

View File

@ -120,7 +120,8 @@ buildGoModule rec {
mainProgram = "alloy";
license = licenses.asl20;
homepage = "https://grafana.com/oss/alloy";
changelog = "https://github.com/grafana/alloy/blob/${src.rev}/CHANGELOG.md";
maintainers = with maintainers; [ azahi flokli emilylange hbjydev ];
platforms = platforms.unix;
platforms = lib.platforms.unix;
};
}

View File

@ -21,6 +21,7 @@ buildGoModule rec {
meta = with lib; {
description = "Kiosk Utility for Grafana";
homepage = "https://github.com/grafana/grafana-kiosk";
changelog = "https://github.com/grafana/grafana-kiosk/blob/${src.rev}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ marcusramberg ];
mainProgram = "grafana-kiosk";

View File

@ -37,6 +37,7 @@ buildNpmPackage rec {
passthru.updateScript = ./update.sh;
meta = {
changelog = "https://graphite.dev/docs/cli-changelog";
description = "CLI that makes creating stacked git changes fast & intuitive";
downloadPage = "https://www.npmjs.com/package/@withgraphite/graphite-cli";
homepage = "https://graphite.dev/docs/graphite-cli";

View File

@ -55,6 +55,7 @@ stdenv.mkDerivation {
meta = with lib; {
homepage = "https://github.com/leona/helix-gpt";
changelog = "https://github.com/leona/helix-gpt/releases/tag/${src.rev}";
description = "Code completion LSP for Helix with support for Copilot + OpenAI";
mainProgram = "helix-gpt";
maintainers = with maintainers; [ happysalada ];

View File

@ -127,6 +127,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Freeware version of the world's smartest and most feature-full disassembler";
homepage = "https://hex-rays.com/ida-free/";
changelog = "https://hex-rays.com/products/ida/news/";
license = licenses.unfree;
mainProgram = "ida64";
maintainers = with maintainers; [ msanft ];

View File

@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Manipulating CPC dsk images and files";
homepage = "https://github.com/cpcsdk/idsk";
changelog = "https://github.com/cpcsdk/idsk/releases/tag/${src.rev}";
license = licenses.mit;
mainProgram = "iDSK";
maintainers = with maintainers; [ wegank ];

View File

@ -28,6 +28,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
passthru.updateScript = nix-update-script { };
meta = {
changelog = "https://github.com/iina/iina/releases/tag/v${finalAttrs.version}";
description = "Modern media player for macOS";
homepage = "https://iina.io/";
license = lib.licenses.gpl3;

View File

@ -56,6 +56,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Compiler for Inno Setup, a tool for creating Windows installers";
homepage = "https://jrsoftware.org/isinfo.php";
changelog = "https://jrsoftware.org/files/is6-whatsnew.htm";
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ ];
platforms = wineWow64Packages.stable.meta.platforms;

View File

@ -98,6 +98,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
meta = {
description = "Best way to play itch.io games";
homepage = "https://github.com/itchio/itch";
changelog = "https://github.com/itchio/itch/releases/tag/v${version}-canary";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
sourceProvenance = [ lib.sourceTypes.binaryBytecode ];

View File

@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Download utility that can fetch files from several sources simultaneously";
homepage = "https://www.einval.com/~steve/software/jigdo/";
changelog = "https://git.einval.com/cgi-bin/gitweb.cgi?p=jigdo.git;a=blob;f=changelog;hb=refs/tags/${version}";
license = licenses.gpl2Only;
maintainers = with maintainers; [ wegank ];
platforms = platforms.unix;

View File

@ -120,6 +120,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Java libraries for 3D Graphics, Multimedia and Processing";
homepage = "https://jogamp.org/";
changelog = "https://jogamp.org/deployment/jogamp-current/archive/ChangeLogs/";
license = licenses.bsd3;
platforms = platforms.all;
};

View File

@ -36,6 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "C++ Performance Portability Programming EcoSystem";
homepage = "https://github.com/kokkos/kokkos";
changelog = "https://github.com/kokkos/kokkos/blob/${finalAttrs.src.rev}/CHANGELOG.md";
license = with licenses; [ asl20-llvm ];
maintainers = with maintainers; [ Madouura ];
platforms = platforms.unix;

View File

@ -59,6 +59,7 @@ buildGoModule rec {
meta = with lib; {
description = "IPFS implementation in Go";
homepage = "https://ipfs.io/";
changelog = "https://github.com/ipfs/kubo/releases/tag/${rev}";
license = licenses.mit;
platforms = platforms.unix;
mainProgram = "ipfs";

View File

@ -84,6 +84,7 @@ rustPlatform.buildRustPackage rec {
mainProgram = "liana-gui";
description = "A Bitcoin wallet leveraging on-chain timelocks for safety and recovery";
homepage = "https://wizardsardine.com/liana";
changelog = "https://github.com/wizardsardine/liana/releases/tag/${src.rev}";
license = licenses.bsd3;
maintainers = with maintainers; [ dunxen ];
platforms = platforms.linux;

View File

@ -113,6 +113,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Open source camera stack and framework for Linux, Android, and ChromeOS";
homepage = "https://libcamera.org";
changelog = "https://git.libcamera.org/libcamera/libcamera.git/tag/?h=${src.rev}";
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ citadelcore ];
badPlatforms = [

View File

@ -31,6 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Lightweight cross-platform clipboard library";
homepage = "https://jtanx.github.io/libclipboard";
changelog = "https://github.com/jtanx/libclipboard/releases/tag/${finalAttrs.src.rev}";
platforms = lib.platforms.unix;
license = lib.licenses.mit;
maintainers = [ lib.maintainers.sigmanificient ];

View File

@ -42,6 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "http://www.thrysoee.dk/editline/";
changelog = "https://www.thrysoee.dk/editline/#changelog";
description = "Port of the NetBSD Editline library (libedit)";
longDescription = ''
This is an autotool- and libtoolized port of the NetBSD Editline library

View File

@ -31,6 +31,7 @@ stdenv.mkDerivation {
such as Deluxe Paint and Graphicraft to read and write images.
'';
homepage = "https://github.com/svanderburg/libilbm";
changelog = "https://github.com/svanderburg/libilbm/blob/master/ChangeLog";
maintainers = with maintainers; [ _414owen ];
platforms = platforms.all;
license = licenses.mit;

View File

@ -60,6 +60,7 @@ stdenv.mkDerivation rec {
completely open source.
'';
homepage = "https://librumreader.com";
changelog = "https://github.com/Librum-Reader/Librum/releases/tag/${src.rev}";
license = licenses.gpl3Plus;
mainProgram = "librum";
maintainers = with maintainers; [ aleksana oluceps ];

View File

@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
runs well on both Linux, Unix, and Windows based platforms.
'';
homepage = "https://strophe.im/libstrophe/";
changelog = "https://github.com/strophe/libstrophe/blob/${src.rev}/ChangeLog";
license = with licenses; [ gpl3Only mit ];
platforms = platforms.unix;
maintainers = with maintainers; [ devhell flosse ];

View File

@ -56,6 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
homepage = "https://clementgallet.github.io/libTAS/";
changelog = "https://github.com/clementgallet/libTAS/blob/${finalAttrs.src.rev}/CHANGELOG.md";
description = "GNU/Linux software to give TAS tools to games";
license = lib.licenses.gpl3Only;
maintainers = with maintainers; [ skyrina ];

View File

@ -30,6 +30,7 @@ stdenv.mkDerivation(finalAttrs: {
meta = with lib; {
homepage = "https://github.com/pololu/libusbp";
changelog = "https://github.com/pololu/libusbp/blob/${finalAttrs.src.rev}/README.md#version-history";
description = "Pololu USB Library (also known as libusbp)";
longDescription = ''
libusbp is a cross-platform C library for accessing USB devices

View File

@ -52,6 +52,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "3270 Virtual Terminal for GTK";
homepage = "https://github.com/PerryWerneck/libv3270";
changelog = "https://github.com/PerryWerneck/libv3270/blob/master/CHANGELOG";
license = licenses.lgpl3Plus;
maintainers = [ maintainers.vifino ];
};

View File

@ -29,6 +29,7 @@ buildGoModule {
meta = {
description = "Command line license text generator";
homepage = "https://github.com/nishanths/license";
changelog = "https://github.com/nishanths/license/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ uncenter ];
mainProgram = "license";

View File

@ -35,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://www.gnu.org/software/lightning/";
changelog = "https://git.savannah.gnu.org/cgit/lightning.git/tree/ChangeLog?h=lightning-${finalAttrs.version}";
description = "Run-time code generation library";
longDescription = ''
GNU lightning is a library that generates assembly language code at

View File

@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://hpc.fau.de/research/tools/likwid/";
changelog = "https://github.com/RRZE-HPC/likwid/releases/tag/v${version}";
description = "Performance monitoring and benchmarking suite";
license = licenses.gpl3Only;
# Might work on ARM by appropriately setting COMPILER in config.mk

View File

@ -42,6 +42,7 @@ python3.pkgs.buildPythonApplication rec {
description = "Graphical user interface of the Linien spectroscopy lock application";
mainProgram = "linien";
homepage = "https://github.com/linien-org/linien/tree/develop/linien-gui";
changelog = "https://github.com/linien-org/linien/blob/v${version}/CHANGELOG.md";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ fsagbuya doronbehar ];
};

View File

@ -23,6 +23,7 @@ rustPlatform.buildRustPackage {
mainProgram = "loco";
description = "Loco CLI is a powerful command-line tool designed to streamline the process of generating Loco websites";
homepage = "https://loco.rs";
changelog = "https://github.com/loco-rs/loco/blob/master/CHANGELOG.md";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ sebrut ];
};

View File

@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with lib; {
changelog = "https://github.com/lyonel/lshw/blob/master/docs/Changelog";
description = "Provide detailed information on the hardware configuration of the machine";
homepage = "https://ezix.org/project/wiki/HardwareLiSter";
license = licenses.gpl2;

View File

@ -33,6 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "mfoc-hardnested";
license = licenses.gpl2;
homepage = "https://github.com/nfc-tools/mfoc-hardnested";
changelog = "https://github.com/nfc-tools/mfoc-hardnested/blob/master/debian/changelog";
maintainers = with maintainers; [ azuwis ];
platforms = platforms.unix;
};

View File

@ -28,6 +28,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Show uncommitted, untracked and unpushed changes for multiple Git repos";
downloadPage = "https://github.com/fboender/multi-git-status/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/fboender/multi-git-status";
changelog = "https://github.com/fboender/multi-git-status/releases/tag/${finalAttrs.src.rev}";
license = licenses.mit;
maintainers = with maintainers; [ getpsyched ];
mainProgram = "mgitstatus";

View File

@ -37,6 +37,7 @@ buildNimPackage (finalAttrs: {
description =
"A functional, concatenative programming language with a minimalist syntax";
homepage = "https://min-lang.org/";
changelog = "https://github.com/h3rald/min/releases/tag/${finalAttrs.src.rev}";
license = lib.licenses.mit;
mainProgram = "min";
maintainers = with lib.maintainers; [ ehmry ];

View File

@ -44,6 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "http://www.mirbsd.org/mksh.htm";
changelog = "https://www.mirbsd.org/mksh.htm#clog";
description = "MirBSD Korn Shell";
mainProgram = "mksh";
longDescription = ''

View File

@ -27,6 +27,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Smooths scrolling and set mouse scroll directions independently";
homepage = "http://mos.caldis.me/";
changelog = "https://github.com/Caldis/Mos/releases/tag/${finalAttrs.version}";
license = licenses.cc-by-nc-40;
maintainers = with maintainers; [ ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];

View File

@ -42,6 +42,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Trim the excess padding found in Nintendo DS(i) ROMs";
homepage = "https://github.com/Nemris/ndstrim";
changelog = "https://github.com/Nemris/ndstrim/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ thiagokokada ];

View File

@ -56,6 +56,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Music player with a waveform progress bar";
homepage = "https://nulloy.com";
changelog = "https://github.com/nulloy/nulloy/blob/${src.rev}/ChangeLog";
license = licenses.gpl3Only;
mainProgram = "nulloy";
maintainers = with maintainers; [ aleksana ];

View File

@ -56,6 +56,7 @@ buildGoModule {
meta = with lib; {
description = "Application drawer for sway Wayland compositor";
homepage = "https://github.com/nwg-piotr/nwg-drawer";
changelog = "https://github.com/nwg-piotr/nwg-drawer/releases/tag/${src.rev}";
license = with lib.licenses; [ mit ];
mainProgram = "nwg-drawer";
maintainers = with lib.maintainers; [ AndersonTorres ];

View File

@ -58,6 +58,7 @@ python3Packages.buildPythonApplication rec {
meta = {
homepage = "https://github.com/nwg-piotr/nwg-hello";
changelog = "https://github.com/nwg-piotr/nwg-hello/releases/tag/v${version}";
description = "GTK3-based greeter for the greetd daemon, written in python";
license = lib.licenses.mit;
platforms = lib.platforms.linux;

View File

@ -55,6 +55,7 @@ python3Packages.buildPythonApplication rec {
meta = with lib; {
homepage = "https://github.com/nwg-piotr/nwg-panel";
changelog = "https://github.com/nwg-piotr/nwg-panel/releases/tag/v${version}";
description = "GTK3-based panel for Sway window manager";
license = licenses.mit;
platforms = platforms.linux;

View File

@ -80,6 +80,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://github.com/nxengine/nxengine-evo";
changelog = "https://github.com/nxengine/nxengine-evo/releases/tag/${finalAttrs.src.rev}";
description = "Complete open-source clone/rewrite of the masterpiece jump-and-run platformer Doukutsu Monogatari (also known as Cave Story)";
license = with lib.licenses; [
gpl3Plus

View File

@ -19,6 +19,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Minimal CLI to control OBS Studio via obs-websocket";
homepage = "https://github.com/grigio/obs-cmd";
changelog = "https://github.com/grigio/obs-cmd/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [ ianmjones ];
mainProgram = "obs-cmd";

View File

@ -98,6 +98,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
homepage = "https://orca.gnome.org/";
changelog = "https://gitlab.gnome.org/GNOME/orca/-/blob/main/NEWS";
description = "Screen reader";
mainProgram = "orca";
longDescription = ''

View File

@ -70,6 +70,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Rhythm game engine forked from StepMania";
homepage = "https://projectoutfox.com";
changelog = "https://projectoutfox.com/releases/${version}";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "armv7l-linux" ];

View File

@ -45,6 +45,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Tool for checking tool output inspired by LLVM's FileCheck";
homepage = "https://github.com/stp/OutputCheck";
changelog = "https://github.com/stp/OutputCheck/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ fsagbuya ];
mainProgram = "OutputCheck";

View File

@ -80,6 +80,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Clean and innovative Smalltalk-inspired environment";
homepage = "https://pharo.org";
changelog = "https://github.com/pharo-project/pharo/releases/";
license = lib.licenses.mit;
longDescription = ''
Pharo's goal is to deliver a clean, innovative, free open-source

View File

@ -46,6 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Parallel nonequispaced fast Fourier transforms";
homepage = "https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software.php.en#pnfft";
changelog = "https://github.com/mpip/pnfft/blob/master/ChangeLog";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ hmenke ];
platforms = lib.platforms.linux;

View File

@ -65,6 +65,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Free and open source development kit for the Nintendo SNES";
homepage = "https://github.com/alekmaul/pvsneslib";
changelog = "https://github.com/alekmaul/pvsneslib/releases/tag/${src.rev}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ soyouzpanda ];
mainProgram = "pvsneslib";

View File

@ -36,6 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Open-source C++ implementation of the recently proposed online active set strategy";
homepage = "https://github.com/coin-or/qpOASES";
changelog = "https://github.com/coin-or/qpOASES/blob/${finalAttrs.src.rev}/VERSIONS.txt";
license = licenses.lgpl21;
maintainers = with maintainers; [ nim65s ];
};

View File

@ -73,6 +73,9 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Audio/MIDI multi-track sequencer";
homepage = "https://qtractor.sourceforge.io";
changelog = let
version' = builtins.replaceStrings ["."] ["_"] version;
in "https://github.com/rncbc/qtractor/blob/qtractor_${version'}/ChangeLog";
license = licenses.gpl2Plus;
mainProgram = "qtractor";
maintainers = with maintainers; [ goibhniu ];

View File

@ -37,6 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Quarkus is a Kubernetes-native Java framework tailored for GraalVM and HotSpot, crafted from best-of-breed Java libraries and standards";
homepage = "https://quarkus.io";
changelog = "https://github.com/quarkusio/quarkus/releases/tag/${finalAttrs.version}";
license = licenses.asl20;
maintainers = [ maintainers.vinetos ];
platforms = platforms.all;

View File

@ -52,6 +52,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "RISC Zero zero-knowledge VM";
homepage = "https://github.com/risc0/risc0";
changelog = "https://github.com/risc0/risc0/blob/${src.rev}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ marijanp ];
mainProgram = "r0vm";

View File

@ -16,6 +16,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Open source C++ physics engine library";
homepage = "https://www.reactphysics3d.com";
changelog = "https://github.com/DanielChappuis/reactphysics3d/releases/tag/${finalAttrs.src.rev}";
maintainers = with maintainers; [ rexxDigital ];
license = licenses.zlib;
platforms = platforms.all;

View File

@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Simple Wallabag client with basic features to manage articles";
homepage = "https://gitlab.gnome.org/World/read-it-later";
changelog = "https://gitlab.gnome.org/World/read-it-later/-/releases/${src.rev}";
license = licenses.gpl3Plus;
mainProgram = "read-it-later";
maintainers = with maintainers; [ aleksana ];

View File

@ -45,6 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Recover damaged CD DVD and disks with bad sectors";
mainProgram = "recoverdm";
homepage = "https://salsa.debian.org/pkg-security-team/recoverdm";
changelog = "https://salsa.debian.org/pkg-security-team/recoverdm/-/blob/debian/master/debian/changelog";
maintainers = with maintainers; [ d3vil0p3r ];
platforms = platforms.unix;
license = licenses.gpl1Only;

View File

@ -21,6 +21,7 @@ python3.pkgs.buildPythonApplication {
meta = with lib; {
description = "Python34 program that implements a command line tool for accessing the Redfish API";
homepage = "https://github.com/DMTF/Redfishtool";
changelog = "https://github.com/DMTF/Redfishtool/blob/${version}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ jfvillablanca ];
mainProgram = "redfishtool";

View File

@ -24,6 +24,7 @@ buildGoModule rec {
meta = {
description = "Redis re-implemented with SQLite";
homepage = "https://github.com/nalgeon/redka";
changelog = "https://github.com/nalgeon/redka/releases/tag/${src.rev}";
maintainers = with lib.maintainers; [ sikmir ];
license = lib.licenses.bsd3;
};

View File

@ -46,6 +46,7 @@ in
meta = with lib; {
homepage = "https://www.redmine.org/";
changelog = "https://www.redmine.org/projects/redmine/wiki/changelog";
platforms = platforms.linux;
maintainers = with maintainers; [ aanderse felixsinger megheaiulian ];
license = licenses.gpl2;

View File

@ -49,6 +49,7 @@ buildNpmPackage rec {
};
meta = {
changelog = "https://redocly.com/docs/cli/changelog/";
description = "Makes OpenAPI easy. Lint/validate to any standard, generate beautiful docs, and more";
homepage = "https://github.com/Redocly/redocly-cli";
license = lib.licenses.mit;

View File

@ -17,6 +17,7 @@ buildGoModule rec {
description = "Linter and language server for Rego";
mainProgram = "regal";
homepage = "https://github.com/StyraInc/regal";
changelog = "https://github.com/StyraInc/regal/releases/tag/${src.rev}";
license = licenses.asl20;
maintainers = with maintainers; [ rinx ];
};

View File

@ -17,6 +17,7 @@ buildGoModule rec {
description = "OPA Rego language server";
mainProgram = "regols";
homepage = "https://github.com/kitagry/regols";
changelog = "https://github.com/kitagry/regols/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [ alias-dev ];
};

View File

@ -82,6 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Virtual development framework for complex embedded systems";
homepage = "https://renode.io";
changelog = "https://github.com/renode/renode/blob/v${finalAttrs.version}/CHANGELOG.rst";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ otavio ];
platforms = [ "x86_64-linux" ];

View File

@ -100,6 +100,7 @@ stdenv'.mkDerivation (finalAttrs: {
meta = {
description = "Cross-platform Dependency Automation by Mend.io";
homepage = "https://github.com/renovatebot/renovate";
changelog = "https://github.com/renovatebot/renovate/releases/tag/${finalAttrs.version}";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [
marie

View File

@ -22,6 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
homepage = "https://github.com/AmokHuginnsson/replxx";
changelog = "https://github.com/AmokHuginnsson/replxx/releases/tag/release-${finalAttrs.version}";
description = "Readline and libedit replacement that supports UTF-8, syntax highlighting, hints and Windows and is BSD licensed";
license = licenses.bsd3;
maintainers = with maintainers; [ ];

View File

@ -70,6 +70,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library";
homepage = "https://github.com/Stiffstream/restinio";
changelog = "https://github.com/Stiffstream/restinio/releases/tag/${finalAttrs.src.rev}";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ tobim ];

View File

@ -23,6 +23,7 @@ stdenvNoCC.mkDerivation rec {
meta = with lib; {
description = "Cross-platform, efficient, customizable, and robust asynchronous HTTP/WebSocket server C++14 library";
homepage = "https://github.com/Stiffstream/restinio";
changelog = "https://github.com/Stiffstream/restinio/releases/tag/v.${version}";
license = licenses.bsd3;
platforms = platforms.all;
};

View File

@ -18,6 +18,7 @@ rustPlatform.buildRustPackage rec{
meta = with lib; {
homepage = "https://github.com/3andne/restls";
changelog = "https://github.com/3andne/restls/releases/tag/${src.rev}";
description = "Perfect Impersonation of TLS";
license = licenses.bsd3;
mainProgram = "restls";

View File

@ -49,6 +49,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Better filter tool for Redump and No-Intro dats";
homepage = "https://github.com/unexpectedpanda/retool";
changelog = "https://github.com/unexpectedpanda/retool/blob/v${version}/changelog.md";
license = licenses.bsd3;
maintainers = with maintainers; [ thiagokokada ];
};

View File

@ -81,6 +81,7 @@ buildDotnetModule {
meta = {
description = "Live controller viewer for Nintendo consoles as well as many other retro consoles and computers";
homepage = "https://retro-spy.com/";
changelog = "https://github.com/retrospy/RetroSpy/releases/tag/${src.rev}";
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.naxdy ];
platforms = lib.platforms.linux;

View File

@ -39,6 +39,7 @@ python3.pkgs.buildPythonPackage {
meta = {
homepage = "https://github.com/Skydio/revup";
changelog = "https://github.com/Skydio/revup/releases/tag/v${version}";
description = " Revolutionary github tools";
longDescription = ''
Revup provides command-line tools that allow developers to iterate faster

View File

@ -33,6 +33,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Access Ryzen SMU information exposed by the ryzen_smu driver";
homepage = "https://github.com/mann1x/ryzen_monitor_ng";
changelog = "https://github.com/mann1x/ryzen_monitor_ng/blob/master/CHANGELOG.md";
license = licenses.agpl3Only;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ phdyellow ];

View File

@ -19,6 +19,7 @@ buildGoModule rec {
doCheck = false;
meta = with lib; {
changelog = "https://github.com/sa7mon/S3Scanner/releases/tag/${src.rev}";
description = "Scan for misconfigured S3 buckets across S3-compatible APIs";
downloadPage = "https://github.com/sa7mon/S3Scanner/releases/tag/v${version}";
homepage = "https://github.com/sa7mon/s3scanner";

View File

@ -80,6 +80,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "System for Automated Geoscientific Analyses";
homepage = "https://saga-gis.sourceforge.io";
changelog = "https://sourceforge.net/p/saga-gis/wiki/Changelog ${version}/";
license = licenses.gpl2Plus;
maintainers = with maintainers; teams.geospatial.members ++ [ michelk mpickering ];
platforms = with platforms; unix;

View File

@ -41,6 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Steam Achievement Manager For Linux. Rewritten in C++";
mainProgram = "samrewritten";
homepage = "https://github.com/PaulCombal/SamRewritten";
changelog = "https://github.com/PaulCombal/SamRewritten/releases";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ ludovicopiero ];
platforms = [ "x86_64-linux" ];

View File

@ -90,6 +90,7 @@ stdenv.mkDerivation {
payment system.
'';
homepage = "https://taler.net/";
changelog = "https://git.taler.net/exchange.git/tree/ChangeLog";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ astro ];
platforms = platforms.linux;

View File

@ -82,6 +82,7 @@ stdenv.mkDerivation {
to know the customer's physical address.
'';
homepage = "https://taler.net/";
changelog = "https://git.taler.net/merchant.git/tree/ChangeLog";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ astro ];
platforms = platforms.linux;

View File

@ -103,6 +103,7 @@ stdenv.mkDerivation {
of the tasks.
'';
homepage = "https://tana.inc";
changelog = "https://tana.inc/releases";
license = licenses.unfree;
maintainers = [ maintainers.massimogengarelli ];
platforms = platforms.linux;

View File

@ -47,6 +47,7 @@ stdenv.mkDerivation {
broken = stdenv.isDarwin;
description = "Tools and Clang plugins for developing code with GLib";
homepage = "https://gitlab.freedesktop.org/tartan/tartan";
changelog = "https://gitlab.freedesktop.org/tartan/tartan/-/blob/main/NEWS";
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ jtojnar ];

View File

@ -78,6 +78,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
changelog = "https://github.com/GothenburgBitFactory/taskwarrior/blob/${src.rev}/ChangeLog";
description = "Highly flexible command-line tool to manage TODO lists";
homepage = "https://taskwarrior.org";
license = licenses.mit;

View File

@ -91,6 +91,7 @@ stdenv.mkDerivation rec {
(Redistributable version, doesn't include the original levels.)
'';
homepage = "https://thelettervsixtim.es";
changelog = "https://github.com/TerryCavanagh/VVVVVV/releases/tag/${src.rev}";
license = licenses.unfree;
maintainers = with maintainers; [ ];
platforms = platforms.unix;

Some files were not shown because too many files have changed in this diff Show More