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 81d95fa commit df56db0Copy full SHA for df56db0
src/fetchcode/package.py
@@ -666,7 +666,7 @@ class BareboxDirectoryListedSource(DirectoryListedSource):
666
667
668
class LinuxDirectoryListedSource(DirectoryListedSource):
669
- source_url = "https://cdn.kernel.org/pub/linux/kernel/"
+ source_url = "https://mirrors.edge.kernel.org/pub/linux/kernel/"
670
# Source archive ex: linux-1.2.3.tar.gz
671
source_archive_regex = re.compile(r"^(linux-)(?P<version>[\w.-]*)(.tar.gz)$")
672
is_nested = True
0 commit comments