commit: ac2a83da8a5650341f383689778417e63ab6fc48 Author: Aaro Koivukangas <aaro.koivukangas <AT> gmail <DOT> com> AuthorDate: Fri Jul 28 14:02:23 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Fri Aug 4 08:10:25 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=ac2a83da
repositories: Add iritmaximus Closes: https://github.com/gentoo/api-gentoo-org/pull/616 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 4c269c9..4594537 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1961,6 +1961,18 @@ <source type="git">git+ssh://[email protected]/inode64/inode64-overlay.git</source> <feed>https://github.com/inode64/inode64-overlay/commits/main.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>iritmaximus</name> + <description lang="en">iritmaximus' overlay</description> + <homepage>https://github.com/iritmaximus/overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Aaro Koivukangas</name> + </owner> + <source type="git">https://github.com/iritmaximus/overlay.git</source> + <source type="git">git+ssh://[email protected]/iritmaximus/overlay.git</source> + <feed>https://github.com/iritmaximus/overlay/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>ixit</name> <description lang="en">iXit overlay</description>
