about summary refs log tree commit diff
path: root/pkgs/development/libraries/lensfun
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-05-18 13:25:43 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-05-18 13:30:27 +0200
commit8e9ead86569772a6572d4565370578910c4bd79a (patch)
tree26d549db2e953f2c7ac1f053e50852addf51a52c /pkgs/development/libraries/lensfun
parent3ce6ce149e8f9c27367c94c3c024ab04be89e7eb (diff)
berlios.de probably shut down, replace it
The shutdown was announced years ago, only now it stopped working.
Diffstat (limited to 'pkgs/development/libraries/lensfun')
-rw-r--r--pkgs/development/libraries/lensfun/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/lensfun/default.nix b/pkgs/development/libraries/lensfun/default.nix
index 14e2200053780..97dda155dc195 100644
--- a/pkgs/development/libraries/lensfun/default.nix
+++ b/pkgs/development/libraries/lensfun/default.nix
@@ -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/;
   };
 }