summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Propellor/Property/SiteSpecific/JoeySites.hs1
-rw-r--r--config-joey.hs1
2 files changed, 0 insertions, 2 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs
index ae6c2dc4..dd24bb6c 100644
--- a/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -202,7 +202,6 @@ twitRss = combineProperties "twitter rss"
`requires` Apt.installed
[ "libghc-xml-dev"
, "libghc-feed-dev"
- , "libghc-http-conduit-dev"
, "libghc-tagsoup-dev"
]
, feed "http://twitter.com/search/realtime?q=git-annex" "git-annex-twitter"
diff --git a/config-joey.hs b/config-joey.hs
index 30f46ea9..6039a529 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -109,7 +109,6 @@ hosts = -- (o) `
"tmp.kitenet.net"
"26fd6e38-1226-11e2-a75f-ff007033bdba"
[]
- -- TODO:twitRss is broken on stable
& JoeySites.twitRss
& Apt.installed ["ntop"]