commit: 6fd0aa5e01aa2e3c22c58769c3b1bea45571a71a Author: OsirisInferi <github <AT> flut <DOT> demon <DOT> nl> AuthorDate: Sun Jan 17 10:15:18 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jan 17 10:38:19 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=6fd0aa5e
repositories: Add certbot-dns-plugins-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/356 Signed-off-by: Michał Górny <mgorny <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 abdf905..aa29bcd 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -899,6 +899,18 @@ <source type="git">git+ssh://[email protected]/ceamac/overlay.git</source> <feed>https://github.com/ceamac/overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>certbot-dns-plugins</name> + <description lang="en">Overlay for the DNS plugins of the ACME client certbot</description> + <homepage>https://github.com/osirisinferi/certbot-dns-plugins-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Osiris Inferi</name> + </owner> + <source type="git">https://github.com/osirisinferi/certbot-dns-plugins-overlay.git</source> + <source type="git">[email protected]:osirisinferi/certbot-dns-plugins-overlay.git</source> + <feed>https://github.com/osirisinferi/certbot-dns-plugins-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>cg</name> <description>Computer graphics ebuilds for gentoo</description>
