diff options
author | Anthony Mendez <738092+0x6d6e647a@users.noreply.github.com> | 2025-01-02 22:16:25 -0800 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-09 00:49:22 +0000 |
commit | 18b09e74665882af010b9a969840ced57fcbd8c6 (patch) | |
tree | 9f549f4ac6870e755f5b49f8ce2d01fa360518ea | |
parent | repositories: add combinatorica-classica-overlay (diff) | |
download | api-18b09e74665882af010b9a969840ced57fcbd8c6.tar.gz api-18b09e74665882af010b9a969840ced57fcbd8c6.tar.bz2 api-18b09e74665882af010b9a969840ced57fcbd8c6.zip |
repositories: add mndz overlay
Closes: https://github.com/gentoo/api-gentoo-org/pull/715
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | files/overlays/repositories.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index c1e14f3..389c343 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2716,6 +2716,18 @@ <feed>https://github.com/miramir/miramir-layman/commits/master.atom</feed> </repo> <repo quality="experimental" status="unofficial"> + <name>mndz</name> + <description lang="en">mndz's Gentoo overlay</description> + <homepage>https://github.com/0x6d6e647a/mndz-overlay</homepage> + <owner type="person"> + <email>0x6d6e647a@gmail.com</email> + <name>Anthony Mendez</name> + </owner> + <source type="git">https://github.com/0x6d6e647a/mndz-overlay.git</source> + <source type="git">git+ssh://git@github.com:0x6d6e647a/mndz-overlay.git</source> + <feed>https://github.com/0x6d6e647a/mndz-overlay/commits/master.atom</feed> + </repo> + <repo quality="experimental" status="unofficial"> <name>mnt-reform</name> <description lang="en">Overlay containing ebuilds for the MNT Reform line of open hardware computers</description> <homepage>https://source.mnt.re/vimja/mnt-reform-overlay</homepage> |