commit: b11b8b5201989b5daa5f7685efbb50176caa4349 Author: anton <anton <AT> fischl-online <DOT> de> AuthorDate: Tue Dec 21 14:53:08 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Tue Dec 21 16:44:39 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=b11b8b52
repositories: Add icinga overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/454 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> files/overlays/repositories.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index f392fed..04917ff 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2101,6 +2101,16 @@ <source type="git">git+ssh://[email protected]/TomHotston/hotstoast-overlay.git</source> <feed>https://github.com/TomHotston/hotstoast-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>icinga</name> + <description lang="en">Gentoo Overlay Repository for Icinga2 related stuff</description> + <homepage>https://github.com/antonfischl1980/icinga</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Anton Fischl</name> + </owner> + <source type="git">https://github.com/antonfischl1980/icinga.git</source> + </repo> <repo quality="experimental" status="unofficial"> <name>ikelos</name> <description>Ikelos's hospice for broken and damaged ebuilds.</description>
