fix(linkal): Fix metis2linkal

This commit is contained in:
sinavir 2023-11-08 00:04:18 +01:00
parent ce301ae104
commit af0b63b2b6

View file

@ -17,7 +17,7 @@ let
toLinkal = upstream: identifier:
lib.nameValuePair
"https://${providers.${upstream}}${identifier}"
"${providers.${upstream}}${identifier}"
;
in