etesync-dav: update default server URL
Some checks are pending
GitHub Pages / publish (ubuntu-latest) (push) Waiting to run

This commit is contained in:
LorenzBischof
2024-11-23 11:56:19 +01:00
committed by Robert Helgesson
parent b1c19f1dcb
commit ad48eb25cd

View File

@@ -25,7 +25,7 @@ in {
serverUrl = mkOption {
type = types.str;
default = "https://api.etesync.com/";
default = "https://api.etebase.com/partner/etesync/";
description = "The URL to the etesync server.";
};