Skip to content

Commit

Permalink
sci-electronics/qelectrotech: use HTTPS
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
kensington committed Jun 18, 2017
1 parent a89c55d commit 25f202e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -8,8 +8,8 @@ inherit eutils fdo-mime gnome2-utils qmake-utils
MY_P=${PN}-${PV%0}-src

DESCRIPTION="Qt5 application to design electric diagrams"
HOMEPAGE="http://qelectrotech.org/"
SRC_URI="http://download.tuxfamily.org/qet/tags/20151127/${MY_P}.tar.gz"
HOMEPAGE="https://qelectrotech.org/"
SRC_URI="https://download.tuxfamily.org/qet/tags/20151127/${MY_P}.tar.gz"

LICENSE="CC-BY-3.0 GPL-2+"
SLOT="0"
Expand Down
4 changes: 2 additions & 2 deletions sci-electronics/qelectrotech/qelectrotech-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -8,7 +8,7 @@ inherit eutils fdo-mime gnome2-utils qmake-utils subversion
MY_P=${PN}-${PV%0}-src

DESCRIPTION="Qt5 application to design electric diagrams"
HOMEPAGE="http://qelectrotech.org/"
HOMEPAGE="https://qelectrotech.org/"
ESVN_REPO_URI="svn://svn.tuxfamily.org/svnroot/qet/qet/trunk"

LICENSE="CC-BY-3.0 GPL-2+"
Expand Down

0 comments on commit 25f202e

Please sign in to comment.