diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-06-06 22:36:02 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-07 13:40:04 -0400 |
commit | b91fff61b2639bd7b36a90eee0498adc5835177a (patch) | |
tree | 2572fc83cdd71e346bf22c497e6552473a0e83bc /dev-haskell/setenv | |
parent | dev-haskell/stream: update homepage link (diff) | |
download | gentoo-b91fff61b2639bd7b36a90eee0498adc5835177a.tar.gz gentoo-b91fff61b2639bd7b36a90eee0498adc5835177a.tar.bz2 gentoo-b91fff61b2639bd7b36a90eee0498adc5835177a.zip |
dev-haskell/setenv: 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/setenv')
-rw-r--r-- | dev-haskell/setenv/setenv-0.1.1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/setenv/setenv-0.1.1.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/setenv/setenv-0.1.1.1.ebuild b/dev-haskell/setenv/setenv-0.1.1.1.ebuild index f8083be8661d..db22da332966 100644 --- a/dev-haskell/setenv/setenv-0.1.1.1.ebuild +++ b/dev-haskell/setenv/setenv-0.1.1.1.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="A cross-platform library for setting environment variables" -HOMEPAGE="http://hackage.haskell.org/package/setenv" +HOMEPAGE="https://hackage.haskell.org/package/setenv" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-haskell/setenv/setenv-0.1.1.3.ebuild b/dev-haskell/setenv/setenv-0.1.1.3.ebuild index 7e03b2d27f68..161f0fb26d6b 100644 --- a/dev-haskell/setenv/setenv-0.1.1.3.ebuild +++ b/dev-haskell/setenv/setenv-0.1.1.3.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 cross-platform library for setting environment variables" -HOMEPAGE="http://hackage.haskell.org/package/setenv" +HOMEPAGE="https://hackage.haskell.org/package/setenv" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" |