The old http uri redirects to the new https uri, so use the new https
uri directly.

X-Gentoo-Bug: 469888
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=469888
---
 bin/repoman | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/repoman b/bin/repoman
index 7101a00..6074c91 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -503,7 +503,7 @@ metadata_xml_encoding = 'UTF-8'
 metadata_xml_declaration = '<?xml version="1.0" encoding="%s"?>' % \
        (metadata_xml_encoding,)
 metadata_doctype_name = 'pkgmetadata'
-metadata_dtd_uri = 'http://www.gentoo.org/dtd/metadata.dtd'
+metadata_dtd_uri = 'https://www.gentoo.org/dtd/metadata.dtd'
 # force refetch if the local copy creation time is older than this
 metadata_dtd_ctime_interval = 60 * 60 * 24 * 7 # 7 days
 
-- 
2.3.1


Reply via email to