Ulrich Müller 38b155fa1b
**/metadata.xml: Replace http by https in DOCTYPE element
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-09-11 15:22:48 +02:00

21 lines
758 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
This is a small wrapper around the \"directory\", \"unix\", and \"Win32\"
packages, for use with \"system-filepath\". It provides a consistent API
to the various versions of these packages distributed with different
versions of GHC.
In particular, this library supports working with POSIX files that have
paths which can't be decoded in the current locale encoding.
</longdescription>
<upstream>
<remote-id type="github">fpco/haskell-filesystem</remote-id>
</upstream>
</pkgmetadata>