Skip to content

Commit

Permalink
app-arch/plzip: Use HTTPS
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Dec 26, 2019
1 parent 5c62d9d commit dd2f36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-arch/plzip/plzip-1.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ EAPI=6
inherit toolchain-funcs

DESCRIPTION="Parallel lzip compressor"
HOMEPAGE="http://www.nongnu.org/lzip/plzip.html"
SRC_URI="http://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz"
HOMEPAGE="https://www.nongnu.org/lzip/plzip.html"
SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz"

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

0 comments on commit dd2f36a

Please sign in to comment.