diff options
author | 2020-06-06 11:54:26 +0200 | |
---|---|---|
committer | 2020-06-06 13:56:11 -0400 | |
commit | 8a9614475c31d2a75c9ea18629dac0e4ff5bcdd6 (patch) | |
tree | 2f8fe6aedf4eac4ef427f2f600f3603322576055 /dev-haskell/th-orphans | |
parent | dev-haskell/monads-tf: update homepage link (diff) | |
download | gentoo-8a9614475c31d2a75c9ea18629dac0e4ff5bcdd6.tar.gz gentoo-8a9614475c31d2a75c9ea18629dac0e4ff5bcdd6.tar.bz2 gentoo-8a9614475c31d2a75c9ea18629dac0e4ff5bcdd6.zip |
dev-haskell/th-orphans: 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/th-orphans')
-rw-r--r-- | dev-haskell/th-orphans/th-orphans-0.11.1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/th-orphans/th-orphans-0.13.3.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/th-orphans/th-orphans-0.8.2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-haskell/th-orphans/th-orphans-0.11.1.ebuild b/dev-haskell/th-orphans/th-orphans-0.11.1.ebuild index 69578fb72c3b..d340c393caf4 100644 --- a/dev-haskell/th-orphans/th-orphans-0.11.1.ebuild +++ b/dev-haskell/th-orphans/th-orphans-0.11.1.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="Orphan instances for TH datatypes" -HOMEPAGE="http://hackage.haskell.org/package/th-orphans" +HOMEPAGE="https://hackage.haskell.org/package/th-orphans" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild b/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild index a22d37334268..3442e255996e 100644 --- a/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild +++ b/dev-haskell/th-orphans/th-orphans-0.13.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=6 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Orphan instances for TH datatypes" -HOMEPAGE="http://hackage.haskell.org/package/th-orphans" +HOMEPAGE="https://hackage.haskell.org/package/th-orphans" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/th-orphans/th-orphans-0.8.2.ebuild b/dev-haskell/th-orphans/th-orphans-0.8.2.ebuild index 9203cf64310a..ad189bb16d50 100644 --- a/dev-haskell/th-orphans/th-orphans-0.8.2.ebuild +++ b/dev-haskell/th-orphans/th-orphans-0.8.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" inherit haskell-cabal DESCRIPTION="Orphan instances for TH datatypes" -HOMEPAGE="http://hackage.haskell.org/package/th-orphans" +HOMEPAGE="https://hackage.haskell.org/package/th-orphans" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |