updated donation key store uri

This commit is contained in:
Sebastian Stenzel
2020-01-09 14:38:23 +01:00
parent 6d17d1298b
commit 22310eb957

View File

@@ -12,7 +12,7 @@ import javax.inject.Inject;
@PreferencesScoped
public class DonationKeyPreferencesController implements FxController {
private static final String DONATION_URI = "https://cryptomator.org/#donate";
private static final String DONATION_URI = "https://store.cryptomator.org/desktop";
private final Application application;
private final LicenseHolder licenseHolder;