summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-24 15:37:21 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-24 15:41:50 +0200
commit37bbeedfc9da875ab8972d54d2328d808a700c10 (patch)
tree9fa7be0d3364ced8256f771c6614f9b18a6b0950 /dev-haskell/bits-atomic/metadata.xml
parentUse https for kernel.org and redhat.com (diff)
downloadgentoo-37bbeedfc9da875ab8972d54d2328d808a700c10.tar.gz
gentoo-37bbeedfc9da875ab8972d54d2328d808a700c10.tar.bz2
gentoo-37bbeedfc9da875ab8972d54d2328d808a700c10.zip
Use https for most gnu.org URLs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-haskell/bits-atomic/metadata.xml')
-rw-r--r--dev-haskell/bits-atomic/metadata.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/bits-atomic/metadata.xml b/dev-haskell/bits-atomic/metadata.xml
index f2effb5a6bfd..ae8dfaa7715b 100644
--- a/dev-haskell/bits-atomic/metadata.xml
+++ b/dev-haskell/bits-atomic/metadata.xml
@@ -9,9 +9,9 @@
The implementation is using GCC&#39;s builtin atomic operations (available in GCC &gt;=
4) in C wrappers called through the FFI. See these links for background:
- * GCC manual: &lt;http://gcc.gnu.org/onlinedocs/gcc/Atomic-Builtins.html&gt;
+ * GCC manual: &lt;https://gcc.gnu.org/onlinedocs/gcc/Atomic-Builtins.html&gt;
- * GCC wiki: &lt;http://gcc.gnu.org/wiki/Atomic&gt;
+ * GCC wiki: &lt;https://gcc.gnu.org/wiki/Atomic&gt;
/Portability/: This package is primarily developed on a Linux system, but
should work wherever GCC &gt;= 4 is available. It has been confirmed as working