KTorrent: Fix URLs.

wip/yesman
ambrop7@gmail.com 10 years ago
parent 732760bb50
commit 24f4957d50
  1. 2
      pkgs/applications/networking/p2p/ktorrent/default.nix
  2. 4
      pkgs/development/libraries/libktorrent/default.nix

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = {
description = "KDE integrated BtTorrent client";
homepage = http://ktorrent.org;
homepage = http://ktorrent.pwsp.net;
maintainers = with stdenv.lib.maintainers; [ sander urkud ];
inherit (libktorrent.meta) platforms;
};

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
pname = "libktorrent";
src = fetchurl {
url = "http://ktorrent.pwsp.net//downloads/${version4}/${name}.tar.bz2";
url = "${meta.homepage}/downloads/${version4}/${name}.tar.bz2";
sha256 = "2fe11ccb4bf2028c3da11e52cde890f1b3a90560e548eac89a4f8e1558b09725";
};
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A BiTtorrent library used by KTorrent";
homepage = http://ktorrent.org;
homepage = http://ktorrent.pwsp.net;
inherit (kdelibs.meta) platforms;
};
}

Loading…
Cancel
Save