From 49fd995d973e48be07df913575e846efc8a1d81b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 8 Jan 2025 09:19:13 +0100 Subject: [PATCH] tandoor-recipes: add changelog to meta --- pkgs/applications/misc/tandoor-recipes/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/tandoor-recipes/common.nix b/pkgs/applications/misc/tandoor-recipes/common.nix index e1a96acb3dd3..4c9f11357220 100644 --- a/pkgs/applications/misc/tandoor-recipes/common.nix +++ b/pkgs/applications/misc/tandoor-recipes/common.nix @@ -13,6 +13,7 @@ rec { meta = with lib; { homepage = "https://tandoor.dev/"; + changelog = "https://github.com/TandoorRecipes/recipes/releases/tag/${version}"; license = licenses.agpl3Only; maintainers = with maintainers; [ jvanbruegge ]; };