forked from DGNum/infrastructure
fix(linkal): Fix metis2linkal
This commit is contained in:
parent
ce301ae104
commit
af0b63b2b6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ let
|
|||
|
||||
toLinkal = upstream: identifier:
|
||||
lib.nameValuePair
|
||||
"https://${providers.${upstream}}${identifier}"
|
||||
"${providers.${upstream}}${identifier}"
|
||||
;
|
||||
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue