berlios.de probably shut down, replace it
The shutdown was announced years ago, only now it stopped working.
This commit is contained in:
@@ -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/;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user