Skip to content

Commit

Permalink
Use HTTPS contribute URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson authored and jbkempf committed Jun 20, 2022
1 parent 78338a0 commit a1ef05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Settings/Controller/AboutController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AboutController: UIViewController {

private let webView = WKWebView()
private let notificationCenter = NotificationCenter.default
private let contributeURL = "http://www.videolan.org/contribute.html"
private let contributeURL = "https://www.videolan.org/contribute.html"

override var preferredStatusBarStyle: UIStatusBarStyle {
return PresentationTheme.current.colors.statusBarStyle
Expand Down

0 comments on commit a1ef05d

Please sign in to comment.