dev-haskell/psqueues: use HTTPS for links to en.wikipedia.org, bug #637190
authorFrancesco Turco <fturco@fastmail.fm>
Thu, 7 Sep 2017 15:06:03 +0000 (17:06 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 27 Jan 2018 09:54:22 +0000 (10:54 +0100)
dev-haskell/psqueues/metadata.xml

index 2237d4004fe02ac2b3568bef8481edbe456fcdba..4860915e4a9db3993f5d4af0c0f76f58f086922e 100644 (file)
@@ -7,7 +7,7 @@
        </maintainer>
        <longdescription>
                The psqueues package provides
-               &lt;http://en.wikipedia.org/wiki/Priority_queue Priority Search Queues&gt; in
+               &lt;https://en.wikipedia.org/wiki/Priority_queue Priority Search Queues&gt; in
                three different flavors.
                
                * @OrdPSQ k p v@, which uses the @Ord k@ instance to provide fast insertion,
@@ -18,7 +18,7 @@
                considerably faster and provides a slightly different API.
                
                * @IntPSQ p v@ is a far more efficient implementation. It fixes the key type
-               to @Int@ and uses a &lt;http://en.wikipedia.org/wiki/Radix_tree radix tree&gt;
+               to @Int@ and uses a &lt;https://en.wikipedia.org/wiki/Radix_tree radix tree&gt;
                (like @IntMap@) with an additional min-heap property.
                
                * @HashPSQ k p v@ is a fairly straightforward extension of @IntPSQ@: it