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 /x11-misc/basqet | |
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 'x11-misc/basqet')
-rw-r--r-- | x11-misc/basqet/basqet-0.1.4.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/basqet/basqet-0.2.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/basqet/basqet-0.1.4.ebuild b/x11-misc/basqet/basqet-0.1.4.ebuild index bb699610d494..82297a8bbdd8 100644 --- a/x11-misc/basqet/basqet-0.1.4.ebuild +++ b/x11-misc/basqet/basqet-0.1.4.ebuild @@ -8,7 +8,7 @@ inherit eutils qt4-r2 DESCRIPTION="Keep your notes, pictures, ideas, and information in Baskets" HOMEPAGE="https://code.google.com/p/basqet/" -SRC_URI="http://basqet.googlecode.com/files/${PN}_${PV}-src.tgz" +SRC_URI="https://basqet.googlecode.com/files/${PN}_${PV}-src.tgz" LICENSE="GPL-3" SLOT="0" diff --git a/x11-misc/basqet/basqet-0.2.0.ebuild b/x11-misc/basqet/basqet-0.2.0.ebuild index ceb61f3f615f..38277bc99e02 100644 --- a/x11-misc/basqet/basqet-0.2.0.ebuild +++ b/x11-misc/basqet/basqet-0.2.0.ebuild @@ -8,7 +8,7 @@ inherit qt4-r2 DESCRIPTION="Keep your notes, pictures, ideas, and information in Baskets" HOMEPAGE="https://code.google.com/p/basqet/" -SRC_URI="http://basqet.googlecode.com/files/${PN}_${PV}-src.tgz" +SRC_URI="https://basqet.googlecode.com/files/${PN}_${PV}-src.tgz" LICENSE="GPL-3" SLOT="0" |