mirror of
https://github.com/hholtmann/smcFanControl.git
synced 2025-11-04 19:49:16 +01:00
Changed URLs to https, fixed Sparkle load error
This commit is contained in:
@ -676,7 +676,7 @@ NSUserDefaults *defaults;
|
||||
}
|
||||
|
||||
- (IBAction)visitHomepage:(id)sender{
|
||||
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.eidac.de/products"]];
|
||||
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://www.eidac.de/products"]];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user