diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-06-06 21:55:25 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-07 13:39:51 -0400 |
commit | e9eb3be0b8e9b11fc79b409135e3076e04e3dd91 (patch) | |
tree | b72d24d00c5fd2eaaf0272d8df42cadca76fbb4f /dev-haskell | |
parent | dev-haskell/stmonadtrans: update homepage link (diff) | |
download | gentoo-e9eb3be0b8e9b11fc79b409135e3076e04e3dd91.tar.gz gentoo-e9eb3be0b8e9b11fc79b409135e3076e04e3dd91.tar.bz2 gentoo-e9eb3be0b8e9b11fc79b409135e3076e04e3dd91.zip |
dev-haskell/mockery: 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')
-rw-r--r-- | dev-haskell/mockery/mockery-0.3.2.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/mockery/mockery-0.3.3.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/mockery/mockery-0.3.5.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-haskell/mockery/mockery-0.3.2.ebuild b/dev-haskell/mockery/mockery-0.3.2.ebuild index bc51a6d23189..5a9ebe271f7f 100644 --- a/dev-haskell/mockery/mockery-0.3.2.ebuild +++ b/dev-haskell/mockery/mockery-0.3.2.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="Support functions for automated testing" -HOMEPAGE="http://hackage.haskell.org/package/mockery" +HOMEPAGE="https://hackage.haskell.org/package/mockery" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-haskell/mockery/mockery-0.3.3.ebuild b/dev-haskell/mockery/mockery-0.3.3.ebuild index cd2efb538d38..4c90af078930 100644 --- a/dev-haskell/mockery/mockery-0.3.3.ebuild +++ b/dev-haskell/mockery/mockery-0.3.3.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="Support functions for automated testing" -HOMEPAGE="http://hackage.haskell.org/package/mockery" +HOMEPAGE="https://hackage.haskell.org/package/mockery" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-haskell/mockery/mockery-0.3.5.ebuild b/dev-haskell/mockery/mockery-0.3.5.ebuild index 9f34565ae2fa..54ec0bf08ddc 100644 --- a/dev-haskell/mockery/mockery-0.3.5.ebuild +++ b/dev-haskell/mockery/mockery-0.3.5.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=6 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Support functions for automated testing" -HOMEPAGE="http://hackage.haskell.org/package/mockery" +HOMEPAGE="https://hackage.haskell.org/package/mockery" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" |