diff options
Diffstat (limited to 'dev-haskell/cmark')
-rw-r--r-- | dev-haskell/cmark/metadata.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/cmark/metadata.xml b/dev-haskell/cmark/metadata.xml index cf9bd43a0113..b5e7cd2493a1 100644 --- a/dev-haskell/cmark/metadata.xml +++ b/dev-haskell/cmark/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> <herd>haskell</herd> <longdescription> @@ -56,14 +56,14 @@ implementations will behave the same. Thus, for example, one could use this library for server-side rendering and - <http://github.com/jgm/commonmark.js commonmark.js> + <https://github.com/jgm/commonmark.js commonmark.js> for client-side previewing. - Ease of installation: cmark is portable and has minimal dependencies. cmark does not provide Haskell versions of the whole - <http://github.com/jgm/cmark libcmark> API, which is + <https://github.com/jgm/cmark libcmark> API, which is built around mutable @cmark_node@ objects. Instead, it provides functions for converting CommonMark to HTML (and other formats), and a function for converting |