commit: 3e7d74c91228a9d6674d1cfcece54a9dbaefa8a8 Author: jl1990 <jlcarrasco1990 <AT> gmail <DOT> com> AuthorDate: Sun Apr 18 12:18:32 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Apr 18 12:37:38 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=3e7d74c9
repositories: Add jl1990 overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/390 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index fb6c262..9ae5a40 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2050,6 +2050,19 @@ </owner> <source type="git">https://git.kolosowscy.pl/jurek/gentoo-overlay.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>jl1990</name> + <description lang="en">jl1990's Custom Gentoo Overlay.</description> + <homepage>https://github.com/jl1990/gentoo-overlay</homepage> + <owner type="person"> + <name>jl1990</name> + <email>[email protected]</email> + </owner> + <source type="git">https://github.com/jl1990/gentoo-overlay.git</source> + <source type="git">git://github.com/jl1990/gentoo-overlay.git</source> + <source type="git">[email protected]:jl1990/gentoo-overlay.git</source> + <feed>https://github.com/jl1990/gentoo-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>jm-overlay</name> <description lang="en">Personal overlay with more or less random ebuilds</description>
