Update NetNewsWire blog feed URL — now at netnewswire.blog rather than nnw.ranchero.com.

This commit is contained in:
Brent Simmons
2023-06-13 21:34:30 -07:00
parent 4e59f66455
commit a7cd320041
4 changed files with 6 additions and 6 deletions

View File

@@ -18,8 +18,8 @@ import RSDatabase
public final class AccountManager: UnreadCountProvider {
public static var shared: AccountManager!
public static let netNewsWireNewsURL = "https://nnw.ranchero.com/feed.xml"
private static let jsonNetNewsWireNewsURL = "https://nnw.ranchero.com/feed.json"
public static let netNewsWireNewsURL = "https://netnewswire.blog/feed.xml"
private static let jsonNetNewsWireNewsURL = "https://netnewswire.blog/feed.json"
public let defaultAccount: Account