diff options
author | Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> | 2024-02-19 00:51:58 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-02-29 16:17:02 +0100 |
commit | c116a98ea75a78253cad61c6dd5a8c4b35a7dab0 (patch) | |
tree | d8ca2430960764fcb2aec67c85066718170aef44 /files | |
parent | repositories: add suckless_wl_zh (diff) | |
download | api-c116a98ea75a78253cad61c6dd5a8c4b35a7dab0.tar.gz api-c116a98ea75a78253cad61c6dd5a8c4b35a7dab0.tar.bz2 api-c116a98ea75a78253cad61c6dd5a8c4b35a7dab0.zip |
repositories: add apn
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
Closes: https://github.com/gentoo/api-gentoo-org/pull/652
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'files')
-rw-r--r-- | files/overlays/repositories.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ -362,6 +362,18 @@ <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>alexander@neuwirth-informatik.de</email> + <name>Alexander Puck Neuwirth</name> + </owner> + <source type="git">https://gitlab.com/APN-Pucky/gentoo-apn.git</source> + <source type="git">git+ssh://git@gitlab.com/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> <homepage>https://github.com/apriluwu/gentoo-overlay</homepage> |