diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-06-06 21:42:36 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-07 13:39:47 -0400 |
commit | 49a7c64e2930a7a3187dcc82d46fc127f3180967 (patch) | |
tree | fa68a0e0d05ab440557beeb6205d9cad70ec49be /dev-haskell/wl-pprint-text | |
parent | dev-haskell/openssl-streams: update homepage link (diff) | |
download | gentoo-49a7c64e2930a7a3187dcc82d46fc127f3180967.tar.gz gentoo-49a7c64e2930a7a3187dcc82d46fc127f3180967.tar.bz2 gentoo-49a7c64e2930a7a3187dcc82d46fc127f3180967.zip |
dev-haskell/wl-pprint-text: 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/wl-pprint-text')
-rw-r--r-- | dev-haskell/wl-pprint-text/wl-pprint-text-1.1.0.4.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/wl-pprint-text/wl-pprint-text-1.1.1.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/wl-pprint-text/wl-pprint-text-1.1.0.4.ebuild b/dev-haskell/wl-pprint-text/wl-pprint-text-1.1.0.4.ebuild index 41d42d9a16bd..f6a1364f68ac 100644 --- a/dev-haskell/wl-pprint-text/wl-pprint-text-1.1.0.4.ebuild +++ b/dev-haskell/wl-pprint-text/wl-pprint-text-1.1.0.4.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="A Wadler/Leijen Pretty Printer for Text values" -HOMEPAGE="http://hackage.haskell.org/package/wl-pprint-text" +HOMEPAGE="https://hackage.haskell.org/package/wl-pprint-text" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/wl-pprint-text/wl-pprint-text-1.1.1.0.ebuild b/dev-haskell/wl-pprint-text/wl-pprint-text-1.1.1.0.ebuild index 3c9db3abff85..b905bfa007fb 100644 --- a/dev-haskell/wl-pprint-text/wl-pprint-text-1.1.1.0.ebuild +++ b/dev-haskell/wl-pprint-text/wl-pprint-text-1.1.1.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=6 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="A Wadler/Leijen Pretty Printer for Text values" -HOMEPAGE="http://hackage.haskell.org/package/wl-pprint-text" +HOMEPAGE="https://hackage.haskell.org/package/wl-pprint-text" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |