diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-06-06 12:31:29 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-06 13:56:22 -0400 |
commit | 45c592a015db7da9c7d074851700447f5adae7d0 (patch) | |
tree | 9819cc195153b3b402576fa2906f8caa98880972 /dev-haskell/data-ordlist | |
parent | dev-haskell/language-dot: update homepage link (diff) | |
download | gentoo-45c592a015db7da9c7d074851700447f5adae7d0.tar.gz gentoo-45c592a015db7da9c7d074851700447f5adae7d0.tar.bz2 gentoo-45c592a015db7da9c7d074851700447f5adae7d0.zip |
dev-haskell/data-ordlist: 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/data-ordlist')
-rw-r--r-- | dev-haskell/data-ordlist/data-ordlist-0.4.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/data-ordlist/data-ordlist-0.4.7.0.ebuild b/dev-haskell/data-ordlist/data-ordlist-0.4.7.0.ebuild index a40607c015de..5f08f8c4b4fb 100644 --- a/dev-haskell/data-ordlist/data-ordlist-0.4.7.0.ebuild +++ b/dev-haskell/data-ordlist/data-ordlist-0.4.7.0.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="Set and bag operations on ordered lists" -HOMEPAGE="http://hackage.haskell.org/package/data-ordlist" +HOMEPAGE="https://hackage.haskell.org/package/data-ordlist" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |