commit: 93cd90850dbc58db4bb87e4555e9b4c8dcc6c9b4 Author: mwstowe <mwstowe <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Sun May 15 18:00:14 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Wed May 25 11:53:38 2022 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=93cd9085
repositories: Add stowe-verlay Closes: https://github.com/gentoo/api-gentoo-org/pull/519 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> files/overlays/repositories.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 6105c8b..4d74469 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3985,6 +3985,17 @@ <source type="git">[email protected]:stha09/gpo-stha09.git</source> <feed>https://github.com/stha09/gpo-stha09/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>stowe-verlay</name> + <description>A handful of things that are otherwise unmaintained or not-as-frequently maintained</description> + <homepage>https://github.com/mwstowe/stowe-verlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Michael Stowe</name> + </owner> + <source type="git">https://github.com/mwstowe/stowe-verlay.git</source> + <feed>https://github.com/mwstowe/stowe-verlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>strohel</name> <description lang="en">strohel's overlay</description>
