diff options
author | 2020-06-06 12:23:09 +0200 | |
---|---|---|
committer | 2020-06-06 13:56:18 -0400 | |
commit | 1bac0b3581ea8711956ef48bf367ab1871a675f2 (patch) | |
tree | a576b0342df2d23831744112b80623299fe073a9 /dev-haskell/monadplus | |
parent | dev-haskell/logging-facade: update homepage link (diff) | |
download | gentoo-1bac0b3581ea8711956ef48bf367ab1871a675f2.tar.gz gentoo-1bac0b3581ea8711956ef48bf367ab1871a675f2.tar.bz2 gentoo-1bac0b3581ea8711956ef48bf367ab1871a675f2.zip |
dev-haskell/monadplus: 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/monadplus')
-rw-r--r-- | dev-haskell/monadplus/monadplus-1.4.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/monadplus/monadplus-1.4.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/monadplus/monadplus-1.4.2-r1.ebuild b/dev-haskell/monadplus/monadplus-1.4.2-r1.ebuild index b5dbfd5ad984..3c0e06d76c7d 100644 --- a/dev-haskell/monadplus/monadplus-1.4.2-r1.ebuild +++ b/dev-haskell/monadplus/monadplus-1.4.2-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=6 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Haskell98 partial maps and filters over MonadPlus" -HOMEPAGE="http://hackage.haskell.org/package/monadplus" +HOMEPAGE="https://hackage.haskell.org/package/monadplus" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/monadplus/monadplus-1.4.2.ebuild b/dev-haskell/monadplus/monadplus-1.4.2.ebuild index 94235c78ffc4..4d8c002c8d4a 100644 --- a/dev-haskell/monadplus/monadplus-1.4.2.ebuild +++ b/dev-haskell/monadplus/monadplus-1.4.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=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Haskell98 partial maps and filters over MonadPlus" -HOMEPAGE="http://hackage.haskell.org/package/monadplus" +HOMEPAGE="https://hackage.haskell.org/package/monadplus" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |