diff options
author | Alexey Lunev <cheembox573@gmail.com> | 2023-10-21 11:19:06 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-12 12:06:31 +0000 |
commit | 34a5657c1a0a76621e2535fbc6d10770d60d2395 (patch) | |
tree | c863dfe3ebfcb426fc47b997fed3faa51fc75ad6 | |
parent | repositories: add nryotaro-overlay (diff) | |
download | api-34a5657c1a0a76621e2535fbc6d10770d60d2395.tar.gz api-34a5657c1a0a76621e2535fbc6d10770d60d2395.tar.bz2 api-34a5657c1a0a76621e2535fbc6d10770d60d2395.zip |
repositories: add xbt573-overlay
Closes: https://github.com/gentoo/api-gentoo-org/pull/634
Signed-off-by: Sam James <sam@gentoo.org>
-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 2d4b63a..e4e960c 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4732,6 +4732,18 @@ <source type="git">https://github.com/xarblu/xarblu-overlay.git</source> </repo> <repo quality="experimental" status="unofficial"> + <name>xbt573</name> + <description lang="en">xbt573's Personal Gentoo Overlay</description> + <homepage>https://github.com/xbt573/xbt573-overlay</homepage> + <owner type="person"> + <email>cheembox573@gmail.com</email> + <name>Alexey Lunev</name> + </owner> + <source type="git">https://github.com/xbt573/xbt573-overlay.git</source> + <source type="git">git+ssh://git@github.com/xbt573/xbt573-overlay.git</source> + <feed>https://github.com/xbt573/xbt573-overlay/commits/master.atom</feed> + </repo> + <repo quality="experimental" status="unofficial"> <name>xdch47</name> <description lang="en">Gentoo portage overlay of xdch47</description> <homepage>https://github.com/xdch47/gpo-xdch47</homepage> |