summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2016-01-09 02:23:19 +0100
committerMichael Weber <xmw@gentoo.org>2016-01-09 02:31:55 +0100
commitd01c6754b306bf269cb1c24c6e8a60dddac24f4d (patch)
tree9dc16d09c2463c550b016d75bd471966c3619592 /app-text/zathura-ps/zathura-ps-9999.ebuild
parentapp-text/zathura-djvu: Fix EGIT_REPO_URI (thanks tharvik@gmail.com, bug 566890). (diff)
downloadgentoo-d01c6754b306bf269cb1c24c6e8a60dddac24f4d.tar.gz
gentoo-d01c6754b306bf269cb1c24c6e8a60dddac24f4d.tar.bz2
gentoo-d01c6754b306bf269cb1c24c6e8a60dddac24f4d.zip
app-text/zathura-ps: Fix EGIT_REPO_URI (thanks tharvik@gmail.com, bug 566890).
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-text/zathura-ps/zathura-ps-9999.ebuild')
-rw-r--r--app-text/zathura-ps/zathura-ps-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/zathura-ps/zathura-ps-9999.ebuild b/app-text/zathura-ps/zathura-ps-9999.ebuild
index 6184d6f8bdb1..1f59f9262de6 100644
--- a/app-text/zathura-ps/zathura-ps-9999.ebuild
+++ b/app-text/zathura-ps/zathura-ps-9999.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://pwmt.org/projects/zathura/"
if ! [[ ${PV} == 9999* ]]; then
SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz"
fi
-EGIT_REPO_URI="git://git.pwmt.org/${PN}.git"
+EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git"
EGIT_BRANCH="develop"
LICENSE="ZLIB"