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