diff options
author | Michael Nedokushev <grouzen.hexy@gmail.com> | 2024-09-24 13:33:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-04 10:16:54 +0100 |
commit | f8c4e7e95f22bc7e16c6216ef2220f008a6b486b (patch) | |
tree | 94bcac63d6fca7cb57b1538f90b0cdaf68bc2b75 | |
parent | repositories: update tastytea (diff) | |
download | api-f8c4e7e95f22bc7e16c6216ef2220f008a6b486b.tar.gz api-f8c4e7e95f22bc7e16c6216ef2220f008a6b486b.tar.bz2 api-f8c4e7e95f22bc7e16c6216ef2220f008a6b486b.zip |
repositories: add lamdness-overlay
Closes: https://github.com/gentoo/api-gentoo-org/pull/695
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 a8974322..a87c2684 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2317,6 +2317,18 @@ <feed>https://github.com/positivelab/lab-overlay/commits/master.atom</feed> </repo> <repo quality="experimental" status="unofficial"> + <name>lamdness</name> + <description lang="en">Personal overlay of grouzen, mostly containing LLM-related and Rust packages</description> + <homepage>https://github.com/grouzen/lamdness-overlay</homepage> + <owner type="person"> + <email>michael.nedokushev@gmail.com</email> + <name>Mykhailo Nedokushev</name> + </owner> + <source type="git">https://github.com/grouzen/lamdness-overlay.git</source> + <source type="git">git+ssh://git@github.com:grouzen/lamdness-overlay.git</source> + <feed>https://github.com/grouzen/lamdness-overlay/commits.atom</feed> + </repo> + <repo quality="experimental" status="unofficial"> <name>lanodanOverlay</name> <description lang="en">Personal repository of lanodan, mostly experiments and personal changes</description> <homepage>https://hacktivis.me/git/overlay</homepage> |