commit: 89abf7438c1b7229584f370184b1e4d4263e84e9 Author: ShyPixie <dev <AT> lara <DOT> monster> AuthorDate: Fri Jan 13 15:21:37 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Apr 3 12:15:40 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=89abf743
Add calendulish overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/595 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 65d6c42..bb50a66 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -716,6 +716,18 @@ </owner> <source type="git">git://git.calculate-linux.org/calculate/calculate-overlay.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>calendulish</name> + <description lang="en">calendulish Gentoo Overlay</description> + <homepage>https://github.com/calendulish/Overlays</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Lara Maia</name> + </owner> + <source type="git">https://github.com/calendulish/Overlays.git</source> + <source type="git">git+ssh://[email protected]/calendulish/Overlays.git</source> + <feed>https://github.com/calendulish/Overlays/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>canutethegreat-overlay</name> <description lang="en">Overlay for personal projects, forks, and customizations</description>
