Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/httpd-shed/
Date: Tue, 18 Aug 2020 17:07:01
Message-Id: 1597770395.96f6b5e1c51d2699cf51b9393f435efc158ebf2c.slyfox@gentoo
1 commit: 96f6b5e1c51d2699cf51b9393f435efc158ebf2c
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue Aug 18 07:29:16 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 17:06:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f6b5e1
7
8 dev-haskell/httpd-shed: update homepage
9
10 Package-Manager: Portage-3.0.3, Repoman-3.0.0
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-haskell/httpd-shed/httpd-shed-0.4.1.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-haskell/httpd-shed/httpd-shed-0.4.1.1.ebuild b/dev-haskell/httpd-shed/httpd-shed-0.4.1.1.ebuild
18 index 9b2ee6086bb..887a309bcd6 100644
19 --- a/dev-haskell/httpd-shed/httpd-shed-0.4.1.1.ebuild
20 +++ b/dev-haskell/httpd-shed/httpd-shed-0.4.1.1.ebuild
21 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
22 inherit haskell-cabal
23
24 DESCRIPTION="A simple web-server with an interact style API"
25 -HOMEPAGE="http://hackage.haskell.org/package/httpd-shed"
26 +HOMEPAGE="https://hackage.haskell.org/package/httpd-shed"
27 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
28
29 LICENSE="BSD"