berlios.de probably shut down, replace it

The shutdown was announced years ago, only now it stopped working.
This commit is contained in:
Vladimír Čunát
2014-05-18 13:30:27 +02:00
parent 3ce6ce149e
commit 8e9ead8656
14 changed files with 27 additions and 24 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
name="fetchmail-${version}";
src = fetchurl {
url = "http://download.berlios.de/fetchmail/fetchmail-${version}.tar.bz2";
url = "mirror://sourceforge/fetchmail.berlios/fetchmail-${version}.tar.bz2";
sha256 = "08rafrs1dlr11myr0p99kg4k80qyy0fa63gg3ac88zn49174lwhw";
};