diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-06-06 21:30:30 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-07 13:39:44 -0400 |
commit | b62daeb81e0e0ad000ab592033487e0fbe8878c3 (patch) | |
tree | c73f701bc6cc720ed2429ab28768a9fca004519b /dev-haskell/appar | |
parent | app-text/podofo: remove unused patch(es) (diff) | |
download | gentoo-b62daeb81e0e0ad000ab592033487e0fbe8878c3.tar.gz gentoo-b62daeb81e0e0ad000ab592033487e0fbe8878c3.tar.bz2 gentoo-b62daeb81e0e0ad000ab592033487e0fbe8878c3.zip |
dev-haskell/appar: 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/appar')
-rw-r--r-- | dev-haskell/appar/appar-0.1.4.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/appar/appar-0.1.8.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/appar/appar-0.1.4.ebuild b/dev-haskell/appar/appar-0.1.4.ebuild index 53cae80fd042..6d2c91a37786 100644 --- a/dev-haskell/appar/appar-0.1.4.ebuild +++ b/dev-haskell/appar/appar-0.1.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 simple applicative parser" -HOMEPAGE="http://hackage.haskell.org/package/appar" +HOMEPAGE="https://hackage.haskell.org/package/appar" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/appar/appar-0.1.8.ebuild b/dev-haskell/appar/appar-0.1.8.ebuild index e4636de9f59f..eda1f1780826 100644 --- a/dev-haskell/appar/appar-0.1.8.ebuild +++ b/dev-haskell/appar/appar-0.1.8.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="A simple applicative parser" -HOMEPAGE="http://hackage.haskell.org/package/appar" +HOMEPAGE="https://hackage.haskell.org/package/appar" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |