commit: 024c816ecaa94d0f81953f9b55173ae553bbf984 Author: powerhouseofthecell <nicholas_wong <AT> college <DOT> harvard <DOT> edu> AuthorDate: Fri Jan 19 21:04:21 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 20 08:07:35 2018 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=024c816e
repositories: Add status-check Closes: https://bugs.gentoo.org/645056 Closes: https://github.com/gentoo/api-gentoo-org/pull/99 files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index d459d94..5de6320 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4326,6 +4326,18 @@ 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>status-check</name> + <description lang="en">A simple status check and configuration package built for Gentoo</description> + <homepage>https://github.com/powerhouseofthecell/status-check</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Nicholas Wong</name> + </owner> + <source type="git">https://github.com/powerhouseofthecell/status-check.git</source> + <source type="git">git+ssh://[email protected]/powerhouseofthecell/status-check.git</source> + <feed>https://github.com/powerhouseofthecell/status-check/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>steam-overlay</name> <description lang="en">Gentoo overlay for Valve's Steam client and Steam-based games</description>
