package/utils: Handle downloads for urls with missing schema
1 unresolved thread
1 unresolved thread
Compare changes
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
@@ -8,6 +8,7 @@ import json
@@ -48,11 +49,12 @@ class NixGuixPackageInfo(BasePackageInfo):
Could this get a comment/pointer to the nix/guix specification where this fallback is defined?
Are you talking about Package loader specifications, or something else?