diff options
author | Michael Weber <xmw@gentoo.org> | 2016-01-09 02:23:19 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2016-01-09 02:31:55 +0100 |
commit | d01c6754b306bf269cb1c24c6e8a60dddac24f4d (patch) | |
tree | 9dc16d09c2463c550b016d75bd471966c3619592 /app-text/zathura-ps | |
parent | app-text/zathura-djvu: Fix EGIT_REPO_URI (thanks tharvik@gmail.com, bug 566890). (diff) | |
download | gentoo-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')
-rw-r--r-- | app-text/zathura-ps/zathura-ps-0.2.3.ebuild | 2 | ||||
-rw-r--r-- | app-text/zathura-ps/zathura-ps-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/zathura-ps/zathura-ps-0.2.3.ebuild b/app-text/zathura-ps/zathura-ps-0.2.3.ebuild index 6184d6f8bdb1..1f59f9262de6 100644 --- a/app-text/zathura-ps/zathura-ps-0.2.3.ebuild +++ b/app-text/zathura-ps/zathura-ps-0.2.3.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" 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" |