app-misc/taskd: use https for HOMEPAGE and SRC_URI

This commit is contained in:
Tim Harder
2017-08-31 09:48:49 -04:00
parent 9d382f45fc
commit c0e0da7e5e

View File

@@ -6,8 +6,8 @@ EAPI=5
inherit eutils cmake-utils systemd user
DESCRIPTION="the server part of Taskwarrior, a command-line todo list manager"
HOMEPAGE="http://taskwarrior.org/"
SRC_URI="http://taskwarrior.org/download/${P}.tar.gz"
HOMEPAGE="https://taskwarrior.org/"
SRC_URI="https://taskwarrior.org/download/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"