diff options
author | Ryotaro Nakamura <nakamura.ryotaro.kzs@gmail.com> | 2023-10-24 17:05:52 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-12 12:06:31 +0000 |
commit | 64ba320b164e5ab3aca20482604cdbff67c0e3d3 (patch) | |
tree | 5bed86b09b4c99d6feb6faa82a58e1ca05015169 | |
parent | repositories: add suckless_wl_zh (diff) | |
download | api-64ba320b164e5ab3aca20482604cdbff67c0e3d3.tar.gz api-64ba320b164e5ab3aca20482604cdbff67c0e3d3.tar.bz2 api-64ba320b164e5ab3aca20482604cdbff67c0e3d3.zip |
repositories: add nryotaro-overlay
Signed-off-by: Ryotaro Nakamura <nakamura.ryotaro.kzs@gmail.com>
Closes: https://github.com/gentoo/api-gentoo-org/pull/635
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 b78e3de..2d4b63a 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2844,6 +2844,18 @@ <feed>https://gitlab.com/lahouari.dc/nordvpn/-/commits/main.atom</feed> </repo> <repo quality="experimental" status="unofficial"> + <name>nryotaro</name> + <description lang="en">nryotaro overlay</description> + <homepage>https://github.com/nryotaro/gentoo-overlay</homepage> + <owner type="person"> + <email>nakamura.ryotaro.kzs@gmail.com</email> + <name>Ryotaro Nakamura</name> + </owner> + <source type="git">https://github.com/nryotaro/gentoo-overlay.git</source> + <source type="git">git@github.com:nryotaro/gentoo-overlay.git</source> + <feed>https://github.com/nryotaro/gentoo-overlay/commits/main.atom</feed> + </repo> + <repo quality="experimental" status="unofficial"> <name>nymphos</name> <description lang="en">Overlay for ebuilds used in NymphOS</description> <homepage>https://github.com/neeshy/nymphos</homepage> |