commit: 50de357214e4a0ce387f25cec62e33554d4822e1 Author: truffle <truffle074 <AT> gmail <DOT> com> AuthorDate: Sat Dec 14 14:19:02 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 24 20:01:25 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=50de3572
repositories: add trufhole Closes: https://github.com/gentoo/api-gentoo-org/pull/712 Signed-off-by: Sam James <sam <AT> gentoo.org> files/overlays/repositories.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index d8479704..479939ba 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4601,6 +4601,16 @@ <source type="git">git+ssh://[email protected]/dallenwilson/trolltoo.git</source> <feed>https://github.com/dallenwilson/trolltoo/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>trufhole</name> + <homepage>https://github.com/truffle0/trufhole</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>truffle</name> + </owner> + <source type="git">https://github.com/truffle0/trufhole</source> + <source type="git">git+ssh://[email protected]/truffle0/trufhole.git</source> + </repo> <repo quality="experimental" status="unofficial"> <name>tryton</name> <description>Tryton</description>
