diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:47:45 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:49:19 +0200 |
commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /dev-haskell/cmark | |
parent | sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498. (diff) | |
download | gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.bz2 gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
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 |