diff options
| author | 2018-01-19 13:04:21 -0800 | |
|---|---|---|
| committer | 2018-01-20 09:07:35 +0100 | |
| commit | 024c816ecaa94d0f81953f9b55173ae553bbf984 (patch) | |
| tree | 6be1b3573741846d87bd62c84191f279c1b962a8 | |
| parent | repositories: Add gentoo-crypto (diff) | |
| download | api-024c816ecaa94d0f81953f9b55173ae553bbf984.tar.gz api-024c816ecaa94d0f81953f9b55173ae553bbf984.tar.bz2 api-024c816ecaa94d0f81953f9b55173ae553bbf984.zip | |
repositories: Add status-check
Closes: https://bugs.gentoo.org/645056
Closes: https://github.com/gentoo/api-gentoo-org/pull/99
| -rw-r--r-- | files/overlays/repositories.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index d459d944..5de6320b 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4327,6 +4327,18 @@ FIN <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>nicholasfwong@gmail.com</email> + <name>Nicholas Wong</name> + </owner> + <source type="git">https://github.com/powerhouseofthecell/status-check.git</source> + <source type="git">git+ssh://git@github.com/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> <homepage>https://github.com/anyc/steam-overlay</homepage> |
