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 ]; };