package/utils: Handle downloads for urls with missing schema
Compare changes
- Kumar Shivendu authored
Some of the URLs don't have a schema (ex: http) and it blocks the loader from downloading the corresponding repos. This diff should fix the issue. Related T3294
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):