diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-06-06 21:55:59 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-07 13:39:51 -0400 |
commit | 84d4a735c9547dfb8600b87e9d16863764015c6e (patch) | |
tree | ca085fe8451b6c458c7134f4ce0650d22841120e /dev-haskell/bits-atomic | |
parent | dev-haskell/mockery: update homepage link (diff) | |
download | gentoo-84d4a735c9547dfb8600b87e9d16863764015c6e.tar.gz gentoo-84d4a735c9547dfb8600b87e9d16863764015c6e.tar.bz2 gentoo-84d4a735c9547dfb8600b87e9d16863764015c6e.zip |
dev-haskell/bits-atomic: update homepage link
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-haskell/bits-atomic')
-rw-r--r-- | dev-haskell/bits-atomic/bits-atomic-0.1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/bits-atomic/bits-atomic-0.1.3-r1.ebuild b/dev-haskell/bits-atomic/bits-atomic-0.1.3-r1.ebuild index 256d182bbbf2..11024cb68c50 100644 --- a/dev-haskell/bits-atomic/bits-atomic-0.1.3-r1.ebuild +++ b/dev-haskell/bits-atomic/bits-atomic-0.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Atomic bit operations on memory locations for low-level synchronization" -HOMEPAGE="http://hackage.haskell.org/package/bits-atomic" +HOMEPAGE="https://hackage.haskell.org/package/bits-atomic" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz https://dev.gentoo.org/~slyfox/patches/${P}-gcc-5.patch" |