diff options
author | 2018-04-15 10:57:42 +0200 | |
---|---|---|
committer | 2018-04-15 13:31:41 +0200 | |
commit | 828babbbd717528ef8c6ee8433355ea4730af278 (patch) | |
tree | 4afc2d7b1988d94c2db774be277dc698a4f8ac7e /app-text/zathura-cb/zathura-cb-0.1.7.ebuild | |
parent | app-text/xmldiff: use HTTPS (diff) | |
download | gentoo-828babbbd717528ef8c6ee8433355ea4730af278.tar.gz gentoo-828babbbd717528ef8c6ee8433355ea4730af278.tar.bz2 gentoo-828babbbd717528ef8c6ee8433355ea4730af278.zip |
app-text/zathura-cb: use HTTPS
Diffstat (limited to 'app-text/zathura-cb/zathura-cb-0.1.7.ebuild')
-rw-r--r-- | app-text/zathura-cb/zathura-cb-0.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/zathura-cb/zathura-cb-0.1.7.ebuild b/app-text/zathura-cb/zathura-cb-0.1.7.ebuild index 4806c07c9487..bb222a057113 100644 --- a/app-text/zathura-cb/zathura-cb-0.1.7.ebuild +++ b/app-text/zathura-cb/zathura-cb-0.1.7.ebuild @@ -11,11 +11,11 @@ if [[ ${PV} == *9999 ]]; then EGIT_BRANCH="develop" else KEYWORDS="amd64 ~arm x86" - SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz" + SRC_URI="https://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz" fi DESCRIPTION="Comic book plug-in for zathura with 7zip, rar, tar and zip support" -HOMEPAGE="http://pwmt.org/projects/zathura/" +HOMEPAGE="https://pwmt.org/projects/zathura/" LICENSE="ZLIB" SLOT="0" |