commit: 8cc57521552734cb930fe34ef358fa781ace1856 Author: Anoncheg1 <vitalij <AT> gmx <DOT> com> AuthorDate: Mon Mar 3 13:53:40 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 21 11:02:03 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=8cc57521
repositories: Add anonch overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/724 Signed-off-by: Sam James <sam <AT> gentoo.org> files/overlays/repositories.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index bd6c410e..b4fbbb8a 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -351,6 +351,16 @@ <source type="git">[email protected]:anomen-s/anomen-overlay.git</source> <feed>https://github.com/anomen-s/anomen-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>anonch</name> + <description lang="en">Personal overlay with wifi drivers and machine learning tools.</description> + <homepage>https://github.com/Anoncheg1</homepage> + <owner type="person"> + <email>[email protected]</email> + </owner> + <source type="git">https://github.com/Anoncheg1/anonch-overlay.git</source> + <source type="git">git+ssh://[email protected]/Anoncheg1/anonch-overlay.git</source> + </repo> <repo quality="experimental" status="unofficial"> <name>antons-matrix-overlay</name> <description lang="en">Packages related to matrix.org messaging system</description>
