summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-06-06 12:21:49 +0200
committerAaron Bauman <bman@gentoo.org>2020-06-06 13:56:18 -0400
commite8383d2b7045e3f7bbfd6a31dedc5b82f123ede0 (patch)
treefe70c3bae85c8920a0eefcb862de64ee95c53b81 /dev-haskell/logging-facade/logging-facade-0.0.0.ebuild
parentdev-haskell/haskell-lexer: update homepage link (diff)
downloadgentoo-e8383d2b7045e3f7bbfd6a31dedc5b82f123ede0.tar.gz
gentoo-e8383d2b7045e3f7bbfd6a31dedc5b82f123ede0.tar.bz2
gentoo-e8383d2b7045e3f7bbfd6a31dedc5b82f123ede0.zip
dev-haskell/logging-facade: 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/logging-facade/logging-facade-0.0.0.ebuild')
-rw-r--r--dev-haskell/logging-facade/logging-facade-0.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/logging-facade/logging-facade-0.0.0.ebuild b/dev-haskell/logging-facade/logging-facade-0.0.0.ebuild
index 00bb9f3fde1b..937fb57dee46 100644
--- a/dev-haskell/logging-facade/logging-facade-0.0.0.ebuild
+++ b/dev-haskell/logging-facade/logging-facade-0.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="Simple logging abstraction that allows multiple backends"
-HOMEPAGE="http://hackage.haskell.org/package/logging-facade"
+HOMEPAGE="https://hackage.haskell.org/package/logging-facade"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="MIT"