tandoor-recipes: add ryand56 as maintainer

This commit is contained in:
Ryan Omasta
2025-09-09 01:39:29 -06:00
parent a2ca895dcb
commit 3da8a0e8f9
+4 -1
View File
@@ -15,6 +15,9 @@ rec {
homepage = "https://tandoor.dev/";
changelog = "https://github.com/TandoorRecipes/recipes/releases/tag/${version}";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ jvanbruegge ];
maintainers = with lib.maintainers; [
jvanbruegge
ryand56
];
};
}