summary refs log tree commit diff
path: root/pkgs/development/libraries/lensfun/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/lensfun/default.nix')
-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 14e22000537..97dda155dc1 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/;
   };
 }