commit: 35b7cca83fc090ad7caf2a4f3f752242a3535e6e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 23 04:05:19 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 23 04:08:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b7cca8
dev-haskell/should-not-typecheck: fix dtd URL (HTTP->HTTPS) Signed-off-by: Sam James <sam <AT> gentoo.org> dev-haskell/should-not-typecheck/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/should-not-typecheck/metadata.xml b/dev-haskell/should-not-typecheck/metadata.xml index 251a5fbd2ee8..2d8127f48f65 100644 --- a/dev-haskell/should-not-typecheck/metadata.xml +++ b/dev-haskell/should-not-typecheck/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="project"> <email>[email protected]</email>
