Skip to content

Commit df56db0

Browse files
committed
Use mirror url for linux archive
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 81d95fa commit df56db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fetchcode/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ class BareboxDirectoryListedSource(DirectoryListedSource):
666666

667667

668668
class LinuxDirectoryListedSource(DirectoryListedSource):
669-
source_url = "https://cdn.kernel.org/pub/linux/kernel/"
669+
source_url = "https://mirrors.edge.kernel.org/pub/linux/kernel/"
670670
# Source archive ex: linux-1.2.3.tar.gz
671671
source_archive_regex = re.compile(r"^(linux-)(?P<version>[\w.-]*)(.tar.gz)$")
672672
is_nested = True

0 commit comments

Comments
 (0)