commit: 5b21c6dd3d9501ce456a0a6024efa5a5fb0b185c Author: Oleksii Filonenko <brightone <AT> protonmail <DOT> com> AuthorDate: Fri Jun 22 11:07:36 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jun 22 17:11:13 2018 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=5b21c6dd
repositories: Add bright overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/141 files/overlays/repositories.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index af421ac..4e6cbe1 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -739,6 +739,17 @@ FIN <source type="git">https://github.com/l29ah/booboo.git</source> <feed>https://github.com/l29ah/booboo/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>bright</name> + <description lang="en">BrightOne's personal overlay</description> + <homepage>https://gitlab.com/BrightOne/gentoo-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Oleksii Filonenko</name> + </owner> + <source type="git">https://gitlab.com/BrightOne/gentoo-overlay.git</source> + <feed>https://gitlab.com/BrightOne/gentoo-overlay/commits/master?format=atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>brother-overlay</name> <description lang="en">Brother printer and scanner software</description>
