commit: 0d6eed8a5b2bdf2bc75e98f3a253f6988b3a099b Author: Patrick Holthaus <p.holthaus <AT> herts <DOT> ac <DOT> uk> AuthorDate: Wed Aug 1 08:51:29 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 1 09:19:52 2018 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=0d6eed8a
repositories: Add pholthaus-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/151 files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index ce94fa7..506f884 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3515,6 +3515,18 @@ FIN <source type="git">https://github.com/perfect7gentleman/pg_overlay.git</source> <feed>https://github.com/perfect7gentleman/pg_overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>pholthaus-overlay</name> + <description lang="en">pholthaus' personal overlay</description> + <homepage>https://github.com/pholthau/pholthaus-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Patrick Holthaus</name> + </owner> + <source type="git">https://github.com/pholthau/pholthaus-overlay.git</source> + <source type="git">git+ssh://[email protected]/pholthau/pholthaus-overlay.git</source> + <feed>https://github.com//pholthau/pholthaus-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>pica-pica</name> <description lang="en">Pica Pica ebuilds</description>
