aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-06-19 16:51:52 +0100
committerLouise Crow <louise.crow@gmail.com>2014-06-19 16:51:52 +0100
commit3929726b113240a78e9adf77a9edcb185e8ff4ab (patch)
tree226e4694c65190aa9fbdc981d37e55c8a4b5422b
parent05c8dc39234ed1de54ba306e9f8f4e162b09decf (diff)
We don't support Lucid anymore .
Since https://github.com/mysociety/alaveteli/commit/2e33b1ac860e237ef31b862f80aa7d2b1dcf9c57
-rw-r--r--docs/developers/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developers/index.md b/docs/developers/index.md
index 4a39ceaa3..9d1869246 100644
--- a/docs/developers/index.md
+++ b/docs/developers/index.md
@@ -12,7 +12,7 @@ title: For developers
* The software is written in **Ruby on Rails 3.x**. We support postgresql as
the backend database. A configured mail transfer agent (MTA) like exim,
postfix or sendmail is necessary to parse incoming emails. We have production
- sites deployed on Debian (Squeeze and Wheezy) and Ubuntu (10.04 and 12.04 LTS). For performance
+ sites deployed on Debian (Squeeze and Wheezy) and Ubuntu (12.04 LTS). For performance
reasons, we recommend the use of [Varnish](https://www.varnish-cache.org).
* To help you understand what the code is doing, read this [high-level