commit: 2f090438cc294304837dd17a176068bdce344a01 Author: Cássio <heyitscassio <AT> cock <DOT> li> AuthorDate: Mon Dec 21 16:23:48 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Dec 21 17:48:22 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=2f090438
added overlay sources, homepage and atom feed Closes: https://github.com/gentoo/api-gentoo-org/pull/349 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index deadd48..c2a8039 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4900,11 +4900,15 @@ <repo quality="experimental" status="unofficial"> <name>toniz4-overlay</name> <description>Useful packages for your person use</description> + <homepage>github.com/toniz4/toniz4-overlay.git/</homepage> <owner type="person"> <email>[email protected]</email> <name>Cássio Ribeiro Alves de Ávila</name> </owner> <source type="git">https://github.com/toniz4/toniz4-overlay.git</source> + <source type="git">git://github.com/toniz4/toniz4-overlay.git</source> + <source type="git">git+ssh://[email protected]:toniz4/toniz4-overlay.git</source> + <feed>https://github.com/toniz4/toniz4-overlay/commits/master.atom<feed> </repo> <repo quality="experimental" status="unofficial"> <name>torbrowser</name>
