colordiff: modified url to fix 404 error (#16349)

This commit is contained in:
darmac 2020-04-28 16:59:52 +08:00 committed by GitHub
parent fcbf0545c7
commit 76e9171d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ class Colordiff(Package):
"""Colorful diff utility."""
homepage = "https://www.colordiff.org"
url = "https://www.colordiff.org/colordiff-1.0.18.tar.gz"
url = "https://www.colordiff.org/archive/colordiff-1.0.18.tar.gz"
version('1.0.18', sha256='29cfecd8854d6e19c96182ee13706b84622d7b256077df19fbd6a5452c30d6e0')