tandoor-recipes: add changelog to meta

This commit is contained in:
Fabian Affolter
2025-01-08 09:19:13 +01:00
committed by GitHub
parent 8c977905cb
commit 49fd995d97
@@ -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 ];
};