diff options
author | 2022-07-23 05:05:19 +0100 | |
---|---|---|
committer | 2022-07-23 05:08:26 +0100 | |
commit | 35b7cca83fc090ad7caf2a4f3f752242a3535e6e (patch) | |
tree | ac8d43845f490d6a726db61083dfbb24f5df738f /dev-haskell/should-not-typecheck/metadata.xml | |
parent | dev-haskell/servant-server: fix dtd URL (HTTP->HTTPS) (diff) | |
download | gentoo-35b7cca83fc090ad7caf2a4f3f752242a3535e6e.tar.gz gentoo-35b7cca83fc090ad7caf2a4f3f752242a3535e6e.tar.bz2 gentoo-35b7cca83fc090ad7caf2a4f3f752242a3535e6e.zip |
dev-haskell/should-not-typecheck: fix dtd URL (HTTP->HTTPS)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/should-not-typecheck/metadata.xml')
-rw-r--r-- | dev-haskell/should-not-typecheck/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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>haskell@gentoo.org</email> |