diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-06-06 22:54:46 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-07 13:40:09 -0400 |
commit | a68ddbab0d940b68caa203681a29fd7e41d12578 (patch) | |
tree | aa071fd8beafc6d7fccb476db45cffa7f04286e7 /dev-haskell | |
parent | dev-haskell/data-default-instances-old-locale: update homepage link (diff) | |
download | gentoo-a68ddbab0d940b68caa203681a29fd7e41d12578.tar.gz gentoo-a68ddbab0d940b68caa203681a29fd7e41d12578.tar.bz2 gentoo-a68ddbab0d940b68caa203681a29fd7e41d12578.zip |
dev-haskell/hashable-time: 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/hashable-time/hashable-time-0.2.0.2.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/hashable-time/hashable-time-0.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/hashable-time/hashable-time-0.2.0.2.ebuild b/dev-haskell/hashable-time/hashable-time-0.2.0.2.ebuild index e539e44b17b7..cb48147255fa 100644 --- a/dev-haskell/hashable-time/hashable-time-0.2.0.2.ebuild +++ b/dev-haskell/hashable-time/hashable-time-0.2.0.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=7 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Hashable instances for Data.Time" -HOMEPAGE="http://hackage.haskell.org/package/hashable-time" +HOMEPAGE="https://hackage.haskell.org/package/hashable-time" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/hashable-time/hashable-time-0.2.ebuild b/dev-haskell/hashable-time/hashable-time-0.2.ebuild index 57ecbcdf01fb..434c294e7556 100644 --- a/dev-haskell/hashable-time/hashable-time-0.2.ebuild +++ b/dev-haskell/hashable-time/hashable-time-0.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=6 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Hashable instances for Data.Time" -HOMEPAGE="http://hackage.haskell.org/package/hashable-time" +HOMEPAGE="https://hackage.haskell.org/package/hashable-time" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |