commit: 5184eafd8a12d7c780210915bb8cb08f78f5fb1e Author: Jakub Wroński <kubawronski161 <AT> gmail <DOT> com> AuthorDate: Tue May 30 16:39:59 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Jun 13 09:55:44 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=5184eafd
repositories: Add CachyOS-kernels overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/608 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 4e24a21..0f8e2f9 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -707,6 +707,18 @@ <source type="git">[email protected]:buzden/buzden-overlay.git</source> <feed>https://github.com/buzden/buzden-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>CachyOS-kernels</name> + <description lang="en">Overlay containing ebuilds of CachyOS kernels and some other things</description> + <homepage>https://github.com/Szowisz/CachyOS-kernels</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Jakub Wroński</name> + </owner> + <source type="git">https://github.com/Szowisz/CachyOS-kernels.git</source> + <source type="git">git+ssh://[email protected]/Szowisz/CachyOS-kernels.git</source> + <feed>https://github.com/Szowisz/CachyOS-kernels/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>calculate</name> <description>Calculate Overlay</description>
