diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:51 +0200 |
commit | dea7c3060641b628cd6a2e2d97db18903c86862e (patch) | |
tree | 732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /app-editors | |
parent | Use https for most gnu.org URLs (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.bz2 gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.zip |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/qwriter/qwriter-0.1.9.ebuild | 2 | ||||
-rw-r--r-- | app-editors/qxmledit/qxmledit-0.8.5.ebuild | 2 | ||||
-rw-r--r-- | app-editors/qxmledit/qxmledit-0.8.8.1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/qwriter/qwriter-0.1.9.ebuild b/app-editors/qwriter/qwriter-0.1.9.ebuild index d6a022b7ed99..61d50c50946f 100644 --- a/app-editors/qwriter/qwriter-0.1.9.ebuild +++ b/app-editors/qwriter/qwriter-0.1.9.ebuild @@ -12,7 +12,7 @@ MY_P="${P}-src" DESCRIPTION="Advanced text editor with syntax highlighting" HOMEPAGE="http://qt-apps.org/content/show.php/QWriter?content=106377" #upstream failed to provide a sane url -SRC_URI="http://qwriter.googlecode.com/files/${MY_P}.tar.gz" +SRC_URI="https://qwriter.googlecode.com/files/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/app-editors/qxmledit/qxmledit-0.8.5.ebuild b/app-editors/qxmledit/qxmledit-0.8.5.ebuild index 04b274404c1f..7c0db79ed0f2 100644 --- a/app-editors/qxmledit/qxmledit-0.8.5.ebuild +++ b/app-editors/qxmledit/qxmledit-0.8.5.ebuild @@ -10,7 +10,7 @@ MY_P="qxmledit-${PV}-src" DESCRIPTION="Qt4 XML Editor" HOMEPAGE="https://code.google.com/p/qxmledit/" -SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tgz" +SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="LGPL-2" SLOT="0" diff --git a/app-editors/qxmledit/qxmledit-0.8.8.1.ebuild b/app-editors/qxmledit/qxmledit-0.8.8.1.ebuild index ff5590504ae1..969ce53fd1df 100644 --- a/app-editors/qxmledit/qxmledit-0.8.8.1.ebuild +++ b/app-editors/qxmledit/qxmledit-0.8.8.1.ebuild @@ -12,7 +12,7 @@ MY_P="qxmledit-${MY_PV}-src" DESCRIPTION="Qt4 XML Editor" HOMEPAGE="https://code.google.com/p/qxmledit/" -SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tgz" +SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="LGPL-2" SLOT="0" |