Fix version key

This commit is contained in:
starsoccer 2024-03-20 11:58:47 -04:00 committed by GitHub
parent abca9cc89c
commit b135527347
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,7 +130,7 @@
"dnsmulti": { "dnsmulti": {
"name": "DnsMulti", "name": "DnsMulti",
"package_name": "certbot-dns-multi", "package_name": "certbot-dns-multi",
"version_requirement": "~=4.9", "version": "~=4.9",
"dependencies": "", "dependencies": "",
"credentials": "# See https://go-acme.github.io/lego/dns/#dns-providers for list of providers and their settings\n# Example provider configuration for DreamHost\n# dns_multi_provider = dreamhost\n# DREAMHOST_API_KEY = ABCDEFG1234", "credentials": "# See https://go-acme.github.io/lego/dns/#dns-providers for list of providers and their settings\n# Example provider configuration for DreamHost\n# dns_multi_provider = dreamhost\n# DREAMHOST_API_KEY = ABCDEFG1234",
"full_plugin_name": "dns-multi" "full_plugin_name": "dns-multi"