diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-06-06 22:19:57 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-07 13:39:59 -0400 |
commit | 75ff3254174d1b60d888a15ef1b5e68de0387352 (patch) | |
tree | 7693a31beae5959242ef69d9d5a7277af1151b34 /dev-haskell/stringprep | |
parent | dev-haskell/base-compat: update homepage link (diff) | |
download | gentoo-75ff3254174d1b60d888a15ef1b5e68de0387352.tar.gz gentoo-75ff3254174d1b60d888a15ef1b5e68de0387352.tar.bz2 gentoo-75ff3254174d1b60d888a15ef1b5e68de0387352.zip |
dev-haskell/stringprep: 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/stringprep')
-rw-r--r-- | dev-haskell/stringprep/stringprep-0.1.5.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/stringprep/stringprep-1.0.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/stringprep/stringprep-0.1.5.ebuild b/dev-haskell/stringprep/stringprep-0.1.5.ebuild index 74e5807babee..35a99475661e 100644 --- a/dev-haskell/stringprep/stringprep-0.1.5.ebuild +++ b/dev-haskell/stringprep/stringprep-0.1.5.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="Implements the "StringPrep" algorithm" -HOMEPAGE="http://hackage.haskell.org/package/stringprep" +HOMEPAGE="https://hackage.haskell.org/package/stringprep" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/stringprep/stringprep-1.0.0.ebuild b/dev-haskell/stringprep/stringprep-1.0.0.ebuild index 5d021ae14b0d..a7c0eed41d39 100644 --- a/dev-haskell/stringprep/stringprep-1.0.0.ebuild +++ b/dev-haskell/stringprep/stringprep-1.0.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 test-suite" inherit haskell-cabal DESCRIPTION="Implements the "StringPrep" algorithm" -HOMEPAGE="http://hackage.haskell.org/package/stringprep" +HOMEPAGE="https://hackage.haskell.org/package/stringprep" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |