commit: 04d3b888809a580bf253fceccceb66332988de33 Author: TheGreatMcPain <james <AT> thegreatmcpain <DOT> xyz> AuthorDate: Thu Jan 18 07:38:23 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 12 12:04:58 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=04d3b888
repositories: add librewolf Closes: https://github.com/gentoo/api-gentoo-org/pull/647 Signed-off-by: Sam James <sam <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 559658f..97ebd8d 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2314,6 +2314,17 @@ <source type="git">git+ssh://[email protected]/repo/proj/libressl.git</source> <feed>https://cgit.gentoo.org/repo/proj/libressl.git/atom/</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>librewolf</name> + <description lang="en">Overlay for LibreWolf</description> + <homepage>https://librewolf.net/</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>James McClain</name> + </owner> + <source type="git">https://codeberg.org/librewolf/gentoo.git</source> + <source type="git">git+ssh://[email protected]:librewolf/gentoo.git</source> + </repo> <repo quality="experimental" status="unofficial"> <name>liftm</name> <description lang="en">Personal Overlay</description>
