diff --git a/resources/mac/atom-Info.plist b/resources/mac/atom-Info.plist
index 4507b3935..5bedf7a98 100644
--- a/resources/mac/atom-Info.plist
+++ b/resources/mac/atom-Info.plist
@@ -32,8 +32,6 @@
MainMenu
NSPrincipalClass
AtomApplication
- SUFeedURL
- https://speakeasy.githubapp.com/apps/27/appcast.xml
SUPublicDSAKeyFile
speakeasy.pem
SUScheduledCheckInterval
diff --git a/src/main.coffee b/src/main.coffee
index ca4592cea..73c4ebb68 100644
--- a/src/main.coffee
+++ b/src/main.coffee
@@ -41,7 +41,6 @@ setupCrashReporter = ->
crashReporter.setAutoSubmit true
setupAutoUpdater = ->
- autoUpdater.setFeedUrl 'https://speakeasy.githubapp.com/apps/27/appcast.xml'
autoUpdater.setAutomaticallyChecksForUpdates false
autoUpdater.setAutomaticallyDownloadsUpdates true