commit: 6549f9822662649ed4c25462eeb74faa14885cb6 Author: grumpytetra <grumpytetra <AT> teknik <DOT> io> AuthorDate: Wed Oct 31 12:40:29 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Oct 31 15:31:31 2018 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=6549f982
repositories: Add grumpytetra overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/169 Signed-off-by: Michał Górny <mgorny <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 446dfb1..e739003 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2075,6 +2075,17 @@ <source type="git">[email protected]:gentoo/grub2-themes-overlay.git</source> <feed>https://github.com/gentoo/grub2-themes-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>grumpytetra</name> + <description lang="en">grumpytetra's overlay</description> + <owner type="person"> + <email>[email protected]</email> + <name>grumpytetra</name> + </owner> + <source type="git">https://git.teknik.io/grumpytetra/overlay.git</source> + <source type="git">https://gitlab.com/grumpytetra/overlay.git</source> + <feed>https://gitlab.com/grumpytetra/overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>gsview-overlay</name> <description lang="en">Overlay for the gsview and some other plotting/scientific soft</description>
