We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a2f96 commit 73a719dCopy full SHA for 73a719d
dependency_support/org_sourceware_bzip2/org_sourceware_bzip2.bzl
@@ -22,7 +22,7 @@ def org_sourceware_bzip2():
22
http_archive,
23
name = "org_sourceware_bzip2",
24
urls = [
25
- "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/bzip2/1.0.8-5build1/bzip2_1.0.8.orig.tar.gz",
+ "https://mirrors.kernel.org/sourceware/bzip2/bzip2-1.0.8.tar.gz",
26
"https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz",
27
],
28
strip_prefix = "bzip2-1.0.8",
0 commit comments