Loading pkgs/build-support/node/fetch-yarn-deps/fixup.js +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ const fixupYarnLock = async (lockContents, verbose) => { } const [ url, hash ] = pkg.resolved.split("#", 2) if (hash || url.startsWith("https://codeload.github.com")) { if (hash || url.startsWith("https://codeload.github.com/")) { if (verbose) console.log(`Removing integrity for git dependency ${dep}`) delete pkg.integrity } Loading pkgs/development/tools/electron/update.py +1 −1 Original line number Diff line number Diff line Loading @@ -396,7 +396,7 @@ def repo_from_dep(dep: dict) -> Optional[Repo]: if search_object: return GitHubRepo(search_object.group(1), search_object.group(2), rev) if re.match(r"https://.+.googlesource.com", url): if re.match(r"https://.+\.googlesource.com", url): return GitilesRepo(url, rev) return GitRepo(url, rev) Loading pkgs/development/tools/yarn2nix-moretea/yarn2nix/lib/fixPkgAddMissingSha1.js +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ async function fixPkgAddMissingSha1(pkg) { const [url, sha1] = pkg.resolved.split("#", 2); if (sha1 || url.startsWith("https://codeload.github.com")) { if (sha1 || url.startsWith("https://codeload.github.com/")) { return pkg; } Loading pkgs/tools/networking/maubot/plugins/update.py +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ def process_repo(path: str, official: bool): 'description': desc, 'homepage': origurl, } if domain.endswith('github.com'): if domain == 'github.com': owner, repo = query.split('/') ret['github'] = { 'owner': owner, Loading Loading
pkgs/build-support/node/fetch-yarn-deps/fixup.js +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ const fixupYarnLock = async (lockContents, verbose) => { } const [ url, hash ] = pkg.resolved.split("#", 2) if (hash || url.startsWith("https://codeload.github.com")) { if (hash || url.startsWith("https://codeload.github.com/")) { if (verbose) console.log(`Removing integrity for git dependency ${dep}`) delete pkg.integrity } Loading
pkgs/development/tools/electron/update.py +1 −1 Original line number Diff line number Diff line Loading @@ -396,7 +396,7 @@ def repo_from_dep(dep: dict) -> Optional[Repo]: if search_object: return GitHubRepo(search_object.group(1), search_object.group(2), rev) if re.match(r"https://.+.googlesource.com", url): if re.match(r"https://.+\.googlesource.com", url): return GitilesRepo(url, rev) return GitRepo(url, rev) Loading
pkgs/development/tools/yarn2nix-moretea/yarn2nix/lib/fixPkgAddMissingSha1.js +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ async function fixPkgAddMissingSha1(pkg) { const [url, sha1] = pkg.resolved.split("#", 2); if (sha1 || url.startsWith("https://codeload.github.com")) { if (sha1 || url.startsWith("https://codeload.github.com/")) { return pkg; } Loading
pkgs/tools/networking/maubot/plugins/update.py +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ def process_repo(path: str, official: bool): 'description': desc, 'homepage': origurl, } if domain.endswith('github.com'): if domain == 'github.com': owner, repo = query.split('/') ret['github'] = { 'owner': owner, Loading