commit: 4acb6cf6c9ae622d4c1ea5cc44bc658bf47c91c0 Author: April <april <AT> pleasejustend <DOT> me> AuthorDate: Wed Apr 1 18:40:26 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Apr 2 06:32:01 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=4acb6cf6
repositories: Add apriluwu Closes: https://github.com/gentoo/api-gentoo-org/pull/259 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 1c2d415..6fe573d 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -5323,5 +5323,17 @@ <source type="git">git+ssh://[email protected]/TheChymera/overlay.git</source> <feed>https://github.com/TheChymera/overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>apriluwu</name> + <description lang="en">apriluwu's personal overlay</description> + <homepage>https://github.com/apriluwu/gentoo-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>April C.</name> + </owner> + <source type="git">https://github.com/apriluwu/gentoo-overlay.git</source> + <source type="git">git+ssh://[email protected]/apriluwu/gentoo-overlay.git</source> + <feed>https://github.com/apriluwu/gentoo-overlay/commits/master.atom</feed> + </repo> <!-- vim:se et sw=2 ts=2 sts=2 :--> </repositories>
