Unverified Commit 3da8a0e8 authored by Ryan Omasta's avatar Ryan Omasta
Browse files

tandoor-recipes: add ryand56 as maintainer

parent a2ca895d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
    ];
  };
}