diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:37:21 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:50 +0200 |
commit | 37bbeedfc9da875ab8972d54d2328d808a700c10 (patch) | |
tree | 9fa7be0d3364ced8256f771c6614f9b18a6b0950 /dev-haskell/bits-atomic | |
parent | Use https for kernel.org and redhat.com (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-haskell/bits-atomic/metadata.xml | 4 |
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's builtin atomic operations (available in GCC >= 4) in C wrappers called through the FFI. See these links for background: - * GCC manual: <http://gcc.gnu.org/onlinedocs/gcc/Atomic-Builtins.html> + * GCC manual: <https://gcc.gnu.org/onlinedocs/gcc/Atomic-Builtins.html> - * GCC wiki: <http://gcc.gnu.org/wiki/Atomic> + * GCC wiki: <https://gcc.gnu.org/wiki/Atomic> /Portability/: This package is primarily developed on a Linux system, but should work wherever GCC >= 4 is available. It has been confirmed as working |