commit: 0a158c336f813f15b085f65062bec63dc29aab6f Author: osirisinferi <github <AT> flut <DOT> nl <DOT> eu <DOT> org> AuthorDate: Fri Dec 31 16:02:31 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sun Jan 2 10:58:32 2022 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=0a158c33
repositories: add third-party-certbot-dns-plugins overlay Signed-off-by: osirisinferi <github <AT> flut.nl.eu.org> Closes: https://github.com/gentoo/api-gentoo-org/pull/458 Signed-off-by: Jakov Smolić <jsmolic <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 2df8dfa..d434558 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4462,6 +4462,18 @@ <source type="git">[email protected]:TheGreatMcPain/thegreatmcpain-overlay.git</source> <feed>https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>third-party-certbot-dns-plugins</name> + <description lang="en">Overlay for unofficial, third party DNS plugins of the ACME client certbot</description> + <homepage>https://github.com/osirisinferi/third-party-certbot-dns-plugins</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Osiris Inferi</name> + </owner> + <source type="git">https://github.com/osirisinferi/third-party-certbot-dns-plugins.git</source> + <source type="git">[email protected]:osirisinferi/third-party-certbot-dns-plugins.git</source> + <feed>https://github.com/osirisinferi/third-party-certbot-dns-plugins/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>tmacedo</name> <description>User Overlay</description>
