commit: 62dd406dc84ebd639be2cdfd4c00dcd9fd35c76e Author: jaypeche <jaypeche <AT> gmail <DOT> com> AuthorDate: Tue Jul 1 17:20:44 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 12 01:31:59 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=62dd406d
reporitories: add pingwho-overlay Part-of: https://github.com/gentoo/api-gentoo-org/pull/746 Closes: https://github.com/gentoo/api-gentoo-org/pull/746 Signed-off-by: Sam James <sam <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 35942b5c..31b01c6d 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3406,6 +3406,18 @@ <feed>https://cgit.gentoo.org/user/pigfoot.git/atom/</feed> <!-- <feed>https://cgit.gentoo.org/user/pigfoot.git/rss/</feed> --> </repo> + <repo quality="experimental" status="unofficial"> + <name>pingwho-overlay</name> + <description lang="en">Gentoo Linux overlay @pingwho.org</description> + <homepage>https://github.com/jaypeche/pingwho-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>jaypeche</name> + </owner> + <source type="git">https://github.com/jaypeche/pingwho-overlay.git</source> + <source type="git">git+ssh://[email protected]/jaypeche/pingwho-overlay.git</source> + <feed>https://github.com/jaypeche/pingwho-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>piniverlay</name> <description lang="en">Various packages and patches for developers</description>
