diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-09-04 20:41:25 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-04 20:43:59 +0100 |
commit | 7985167a2661acf9b0ef61660934c842e5397aa3 (patch) | |
tree | 7ae407bbccfab454d34cc958feaf28baf6cf81c2 /dev-haskell/wai-app-static | |
parent | dev-haskell/persistent-template: use HTTPS (diff) | |
download | gentoo-7985167a2661acf9b0ef61660934c842e5397aa3.tar.gz gentoo-7985167a2661acf9b0ef61660934c842e5397aa3.tar.bz2 gentoo-7985167a2661acf9b0ef61660934c842e5397aa3.zip |
dev-haskell/wai-app-static: use HTTPS
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/wai-app-static')
-rw-r--r-- | dev-haskell/wai-app-static/wai-app-static-3.1.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/wai-app-static/wai-app-static-3.1.7.2.ebuild b/dev-haskell/wai-app-static/wai-app-static-3.1.7.2.ebuild index 4fc2338e07f5..b122e00e7f0c 100644 --- a/dev-haskell/wai-app-static/wai-app-static-3.1.7.2.ebuild +++ b/dev-haskell/wai-app-static/wai-app-static-3.1.7.2.ebuild @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="WAI application for static serving" -HOMEPAGE="http://www.yesodweb.com/book/web-application-interface" +HOMEPAGE="https://www.yesodweb.com/book/web-application-interface" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" |