app-arch/lz4: Update SRC_URI
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Dec 2019 10:45:33 +0000 (11:45 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 26 Dec 2019 10:53:11 +0000 (11:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-arch/lz4/lz4-1.9.2.ebuild

index e5f48fc2de5745f7b0aecc4401b530878cb3fffe..8aacc97b7344fa75d15f1dd98927e0db2ef8ac94 100644 (file)
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
        EGIT_REPO_URI="https://github.com/lz4/lz4.git"
        EGIT_BRANCH=dev
 else
-       SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+       SRC_URI="https://github.com/lz4/lz4/archive/v${PV}.tar.gz -> ${P}.tar.gz"
        KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi