diff options
Diffstat (limited to 'sci-electronics/klayout/klayout-0.25-r2.ebuild')
-rw-r--r-- | sci-electronics/klayout/klayout-0.25-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/klayout/klayout-0.25-r2.ebuild b/sci-electronics/klayout/klayout-0.25-r2.ebuild index 5c49aa2da65c..416e30fc6c73 100644 --- a/sci-electronics/klayout/klayout-0.25-r2.ebuild +++ b/sci-electronics/klayout/klayout-0.25-r2.ebuild @@ -16,12 +16,12 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P} else - SRC_URI="http://www.klayout.org/downloads/source/${P}.tar.gz" + SRC_URI="https://www.klayout.org/downloads/source/${P}.tar.gz" KEYWORDS="amd64 ~x86" fi DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts" -HOMEPAGE="http://www.klayout.de/" +HOMEPAGE="https://www.klayout.de/" LICENSE="GPL-2" SLOT="0" IUSE="" |