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
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "lensfun-0.2.7";
src = fetchurl {
url = "http://download.berlios.de/lensfun/${name}.tar.bz2";
url = "mirror://sourceforge/lensfun/${name}.tar.bz2";
sha256 = "0xv4h219zn0ldhhjnjc1q2bgpbfqzpd4b31gf9yyrwbapm3hgprx";
};
@@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.urkud ];
license = "LGPL3";
description = "An opensource database of photographic lenses and their characteristics";
homepage = http://lensfun.sourceforge.net/;
};
}