From 2add28fc34f186d8dfdddd021c9fa426a3ee9c9d Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 11 Feb 2026 16:42:10 +0100 Subject: [PATCH] octorus: add meta.changelog Signed-off-by: Matthias Beyer --- pkgs/by-name/oc/octorus/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/oc/octorus/package.nix b/pkgs/by-name/oc/octorus/package.nix index 3f9d1cfb41a7..f468ceeed8af 100644 --- a/pkgs/by-name/oc/octorus/package.nix +++ b/pkgs/by-name/oc/octorus/package.nix @@ -23,6 +23,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "TUI PR review tool for GitHub"; homepage = "https://github.com/ushironoko/octorus"; + changelog = "https://github.com/ushironoko/octorus/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ matthiasbeyer