commit: b954313ca4ec3a05da446f0c7ab7ee611960870e Author: Justus Ranvier <justus <AT> opentransactions <DOT> org> AuthorDate: Tue Jan 2 16:43:22 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 4 07:50:15 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=b954313c
repositories: add opentransactions Signed-off-by: Justus Ranvier <justus <AT> opentransactions.org> Closes: https://github.com/gentoo/api-gentoo-org/pull/640 Signed-off-by: Sam James <sam <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 85fd2b7..d9a14ab 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2892,6 +2892,18 @@ <source type="git">git+ssh://[email protected]/jcaesar/openclonk-overlay.git</source> <feed>https://github.com/jcaesar/openclonk-overlay/commits/master.atom</feed> </repo> + <repo quality="stable" status="official"> + <name>opentransactions</name> + <description lang="en">Open-Transactions Gentoo Overlay</description> + <homepage>https://github.com/Open-Transactions/gentoo-overlay</homepage> + <owner type="project"> + <email>[email protected]</email> + <name>Open-Transactions</name> + </owner> + <source type="git">https://github.com/Open-Transactions/gentoo-overlay.git</source> + <source type="git">git+ssh://[email protected]/Open-Transactions/gentoo-overlay.git</source> + <feed>https://github.com/Open-Transactions/gentoo-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>oubliette</name> <description lang="en">personal overlay of forgotten ebuilds</description>
