commit: c116a98ea75a78253cad61c6dd5a8c4b35a7dab0 Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Sun Feb 18 23:51:58 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Feb 29 15:17:02 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=c116a98e
repositories: add apn Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> Closes: https://github.com/gentoo/api-gentoo-org/pull/652 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 5aa00da..6fbf954 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -361,6 +361,18 @@ </owner> <source type="git">https://gitlab.com/AbhinavPraveen/ap-overlay.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>apn</name> + <description lang="en">APN-Pucky's personal overlay</description> + <homepage>https://gitlab.com/APN-Pucky/gentoo-apn</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Alexander Puck Neuwirth</name> + </owner> + <source type="git">https://gitlab.com/APN-Pucky/gentoo-apn.git</source> + <source type="git">git+ssh://[email protected]/APN-Pucky/gentoo-apn.git</source> + <feed>https://gitlab.com/APN-Pucky/gentoo-apn/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>apriluwu</name> <description lang="en">apriluwu's personal overlay</description>
