dev-util/squashdelta: Update SRC_URI
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Dec 2019 11:12:14 +0000 (12:12 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 26 Dec 2019 11:27:11 +0000 (12:27 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/squashdelta/squashdelta-0.1.1.ebuild

index 9883a7ef38f0c0123997cc1ed0b8d0d4e409e4e3..9f6ebdce8b9d6a578f9440326bbdb1b0089ea0e2 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Efficient (partially uncompressed) SquashFS binary delta tool"
 HOMEPAGE="https://github.com/mgorny/squashdelta/"
-SRC_URI="https://www.github.com/mgorny/squashdelta/releases/download/v${PV}/${P}.tar.bz2"
+SRC_URI="https://github.com/mgorny/squashdelta/releases/download/v${PV}/${P}.tar.bz2"
 
 # uses public-domain murmurhash3
 LICENSE="BSD public-domain"