diff options
author | 2020-06-06 22:20:30 +0200 | |
---|---|---|
committer | 2020-06-07 13:39:59 -0400 | |
commit | b3fcff55199168dc1c400d071945561dae391f15 (patch) | |
tree | 099e8e1272d1d99a6c4d8002b61f55bf38ab99b4 /dev-haskell | |
parent | dev-haskell/stringprep: update homepage link (diff) | |
download | gentoo-b3fcff55199168dc1c400d071945561dae391f15.tar.gz gentoo-b3fcff55199168dc1c400d071945561dae391f15.tar.bz2 gentoo-b3fcff55199168dc1c400d071945561dae391f15.zip |
dev-haskell/psqueue: 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/psqueue/psqueue-1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/psqueue/psqueue-1.1-r1.ebuild b/dev-haskell/psqueue/psqueue-1.1-r1.ebuild index 6eb5c3e912e3..8175af87b85b 100644 --- a/dev-haskell/psqueue/psqueue-1.1-r1.ebuild +++ b/dev-haskell/psqueue/psqueue-1.1-r1.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 @@ -12,7 +12,7 @@ MY_PN="PSQueue" MY_P="${MY_PN}-${PV}" DESCRIPTION="Priority Search Queue" -HOMEPAGE="http://hackage.haskell.org/package/PSQueue" +HOMEPAGE="https://hackage.haskell.org/package/PSQueue" SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" |