diff options
author | 2024-04-01 15:08:15 +1000 | |
---|---|---|
committer | 2024-04-14 16:58:12 +0200 | |
commit | ade4ee3a765d1e2289065f2f35efc4576bfe493f (patch) | |
tree | 34d72a6f019954e70fae9f29ed872be538600665 /files/overlays | |
parent | repositories: Remove lisp overlay (diff) | |
download | api-ade4ee3a765d1e2289065f2f35efc4576bfe493f.tar.gz api-ade4ee3a765d1e2289065f2f35efc4576bfe493f.tar.bz2 api-ade4ee3a765d1e2289065f2f35efc4576bfe493f.zip |
repositories: add asahi overlay
Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
Closes: https://github.com/gentoo/api-gentoo-org/pull/657
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'files/overlays')
-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 ca96eeb..5c478ec 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -420,6 +420,18 @@ <source type="git">git+ssh://git@github.com/arx/ArxGentoo.git</source> </repo> <repo quality="experimental" status="unofficial"> + <name>asahi</name> + <description lang="en">Asahi Linux Overlay - support for Apple Silicon Macs</description> + <homepage>https://github.com/chadmed/asahi-overlay</homepage> + <owner type="person"> + <email>jcalligeros99@gmail.com</email> + <name>James Calligeros</name> + </owner> + <source type="git">https://github.com/chadmed/asahi-overlay.git</source> + <source type="git">git+ssh://git@github.com/chadmed/asahi-overlay.git</source> + <feed>https://github.com/chadmed/asahi-overlay/commits/master.atom</feed> + </repo> + <repo quality="experimental" status="unofficial"> <name>AstroFloyd</name> <description lang="en">AstroFloyd's Gentoo overlay</description> <homepage>https://cgit.gentoo.org/user/AstroFloyd.git/</homepage> |