diff options
author | Michael Weber <xmw@gentoo.org> | 2016-01-09 02:20:50 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2016-01-09 02:31:14 +0100 |
commit | 06464fb3a71b2fd180bf427a848d9948b37c345f (patch) | |
tree | b645367e60a00a5854ce2c7573fb98c074f8c793 /app-text/zathura-djvu | |
parent | app-text/zathura-cb: Fix EGIT_REPO_URI (thanks tharvik@gmail.com, bug 566890). (diff) | |
download | gentoo-06464fb3a71b2fd180bf427a848d9948b37c345f.tar.gz gentoo-06464fb3a71b2fd180bf427a848d9948b37c345f.tar.bz2 gentoo-06464fb3a71b2fd180bf427a848d9948b37c345f.zip |
app-text/zathura-djvu: Fix EGIT_REPO_URI (thanks tharvik@gmail.com, bug 566890).
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-text/zathura-djvu')
-rw-r--r-- | app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild | 2 | ||||
-rw-r--r-- | app-text/zathura-djvu/zathura-djvu-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild b/app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild index a31e9ddb9fb7..f7af3aee8b79 100644 --- a/app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild +++ b/app-text/zathura-djvu/zathura-djvu-0.2.5.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-djvu/zathura-djvu-9999.ebuild b/app-text/zathura-djvu/zathura-djvu-9999.ebuild index a31e9ddb9fb7..f7af3aee8b79 100644 --- a/app-text/zathura-djvu/zathura-djvu-9999.ebuild +++ b/app-text/zathura-djvu/zathura-djvu-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" |