commit: af9e946efe5cc59edbc0518712662b8a3f23d2ce Author: Filip Kszczot <filip <AT> kszczot <DOT> pl> AuthorDate: Sat Jan 17 22:57:56 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 17 23:13:18 2026 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=af9e946e
repositories: add hyproverlay Signed-off-by: Filip Kszczot <filip <AT> kszczot.pl> Part-of: https://github.com/gentoo/api-gentoo-org/pull/780 Closes: https://github.com/gentoo/api-gentoo-org/pull/780 Signed-off-by: Sam James <sam <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 7033b8b4..f5145a17 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2045,6 +2045,17 @@ <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>hyproverlay</name> + <description lang="en">Hypr*-stuff related overlay</description> + <homepage>https://codeberg.org/hyproverlay/hyproverlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Filip Kszczot</name> + </owner> + <source type="git">https://codeberg.org/hyproverlay/hyproverlay.git</source> + <feed>https://codeberg.org/hyproverlay/hyproverlay.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>icinga</name> <description lang="en">Gentoo Overlay Repository for Icinga2 related stuff</description>
