commit: 142606c6ca6c0ea7675c1417c3919e4834f6c58c Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Fri Aug 13 16:13:16 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Aug 13 16:28:31 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=142606c6
repositories: Add hamari-overlay Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/api-gentoo-org/pull/420 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 3e5158c..fb4523d 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1907,6 +1907,17 @@ </owner> <source type="git">git://anongit.gentoo.org/user/haarp.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>hamari</name> + <description lang="en">Personal overlay of hamari</description> + <homepage>https://github.com/hamarituc/gentoo-overlay/</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Mario Haustein</name> + </owner> + <source type="git">https://github.com/hamarituc/gentoo-overlay.git</source> + <feed>https://github.com/hamarituc/gentoo-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>hamper-overlay</name> <description>User overlay</description>
