commit: df39943b4724b17e7920819e3635396464e0dadf Author: Heinrich Kruger <heindsight <AT> kruger <DOT> dev> AuthorDate: Sat Dec 7 14:43:37 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Dec 7 14:58:36 2019 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=df39943b
repositories: Add heindsight overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/229 Signed-off-by: Michał Górny <mgorny <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 b966805..51cde2b 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -5329,6 +5329,18 @@ <source type="git">https://github.com/trofi/nix-guix-gentoo.git</source> <feed>https://github.com/trofi/nix-guix-gentoo/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>heindsight</name> + <description lang="en">heindsight's personal overlay</description> + <homepage>https://github.com/heindsight/gentoo_overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Heinrich Kruger</name> + </owner> + <source type="git">https://github.com/heindsight/gentoo_overlay.git</source> + <source type="git">git+ssh://[email protected]/heindsight/gentoo_overlay.git</source> + <feed>https://github.com/heindsight/gentoo_overlay/commits/master.atom</feed> + </repo> <!-- vim:se et sw=2 ts=2 sts=2 :--> </repositories>
