commit: 069ce70eccde523f33d1c09dcda05d9edd25a19d Author: Sascha Spreitzer <sascha <AT> redhat <DOT> com> AuthorDate: Wed Mar 28 07:40:49 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 28 09:37:47 2018 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=069ce70e
repositories: Add sspreitz Closes: https://github.com/gentoo/api-gentoo-org/pull/117 files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index feab9d4..9beecf9 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4445,6 +4445,19 @@ FIN <source type="git">git+ssh://[email protected]/repo/user/ssnb.git</source> <feed>https://cgit.gentoo.org/repo/user/ssnb.git/atom/</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>sspreitz</name> + <description lang="en">My Gentoo repository and ebuilds</description> + <homepage>https://github.com/sspreitzer/gentoo-repo</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Sascha Spreitzer</name> + </owner> + <source type="git">https://github.com/sspreitzer/gentoo-repo.git</source> + <source type="git">git+ssh://[email protected]/sspreitzer/gentoo-repo.git</source> + <source type="git">[email protected]:sspreitzer/gentoo-repo.git</source> + <feed>https://github.com/sspreitzer/gentoo-repo/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>status-check</name> <description lang="en">A simple status check and configuration package built for Gentoo</description>
