summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-06-06 22:38:54 +0200
committerAaron Bauman <bman@gentoo.org>2020-06-07 13:40:04 -0400
commitb5d6c40c8b51b70ef4bf94e58af2c137675e99de (patch)
tree0f13c66d90078db1a9910c6023402d9e59083925
parentdev-haskell/setenv: update homepage link (diff)
downloadgentoo-b5d6c40c8b51b70ef4bf94e58af2c137675e99de.tar.gz
gentoo-b5d6c40c8b51b70ef4bf94e58af2c137675e99de.tar.bz2
gentoo-b5d6c40c8b51b70ef4bf94e58af2c137675e99de.zip
dev-haskell/json: 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>
-rw-r--r--dev-haskell/json/json-0.9.1.ebuild4
-rw-r--r--dev-haskell/json/json-0.9.3.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/json/json-0.9.1.ebuild b/dev-haskell/json/json-0.9.1.ebuild
index df76f2637869..5156dfc46bd9 100644
--- a/dev-haskell/json/json-0.9.1.ebuild
+++ b/dev-haskell/json/json-0.9.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"
inherit haskell-cabal
DESCRIPTION="Support for serialising Haskell to and from JSON"
-HOMEPAGE="http://hackage.haskell.org/package/json"
+HOMEPAGE="https://hackage.haskell.org/package/json"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
diff --git a/dev-haskell/json/json-0.9.3.ebuild b/dev-haskell/json/json-0.9.3.ebuild
index ce29d2693235..7df4640ae52a 100644
--- a/dev-haskell/json/json-0.9.3.ebuild
+++ b/dev-haskell/json/json-0.9.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=7
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Support for serialising Haskell to and from JSON"
-HOMEPAGE="http://hackage.haskell.org/package/json"
+HOMEPAGE="https://hackage.haskell.org/package/json"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"