Skip to content

Commit

Permalink
app-emulation/libcacard: use HTTPS for HOMEPAGE and SRC_URI
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
davidhicks authored and mgorny committed Aug 17, 2017
1 parent e5f2c28 commit 563bd9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app-emulation/libcacard/libcacard-0.1.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit autotools eutils

DESCRIPTION="Library for emulating CAC cards"
HOMEPAGE="http://spice-space.org/"
SRC_URI="http://spice-space.org/download/${PN}/${P}.tar.bz2"
HOMEPAGE="https://www.spice-space.org/"
SRC_URI="https://www.spice-space.org/download/libcacard/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
Expand Down
4 changes: 2 additions & 2 deletions app-emulation/libcacard/libcacard-2.5.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
EAPI="5"

DESCRIPTION="virtual Common Access Card (CAC) library emulator"
HOMEPAGE="http://spice-space.org/"
SRC_URI="http://spice-space.org/download/${PN}/${P}.tar.xz"
HOMEPAGE="https://www.spice-space.org/"
SRC_URI="https://www.spice-space.org/download/libcacard/${P}.tar.xz"

LICENSE="GPL-3"
SLOT="0"
Expand Down

0 comments on commit 563bd9c

Please sign in to comment.