commit: 9081bbde44866ad38eb6ae36c12de9e40e392148 Author: fyn5908 <qwe7951384261 <AT> outlook <DOT> com> AuthorDate: Sun Oct 24 05:15:45 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Fri Dec 24 18:50:41 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=9081bbde
repositories: Add fyn-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/441 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 48ae037..eb62e8a 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1619,6 +1619,19 @@ <source type="git">git://github.com/fusion809/fusion809-overlay.git</source> <feed>https://github.com/fusion809/fusion809-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>fyn-overlay</name> + <description lang="en">fyn 's personal overlay</description> + <homepage>https://github.com/qwe795138426/fyn-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Yining Feng</name> + </owner> + <source type="git">https://github.com/qwe795138426/fyn-overlay.git</source> + <source type="git">git://github.com/qwe795138426/fyn-overlay.git</source> + <source type="git">[email protected]:qwe795138426/fyn-overlay.git</source> + <feed>https://github.com/qwe795138426/fyn-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>gamarouns</name> <description>Bits and pieces missing in gentoo or layman repos I need</description>
