lol

KTorrent: Fix URLs.

+3 -3
+1 -1
pkgs/applications/networking/p2p/ktorrent/default.nix
··· 25 25 26 26 meta = { 27 27 description = "KDE integrated BtTorrent client"; 28 - homepage = http://ktorrent.org; 28 + homepage = http://ktorrent.pwsp.net; 29 29 maintainers = with stdenv.lib.maintainers; [ sander urkud ]; 30 30 inherit (libktorrent.meta) platforms; 31 31 };
+2 -2
pkgs/development/libraries/libktorrent/default.nix
··· 11 11 pname = "libktorrent"; 12 12 13 13 src = fetchurl { 14 - url = "http://ktorrent.pwsp.net//downloads/${version4}/${name}.tar.bz2"; 14 + url = "${meta.homepage}/downloads/${version4}/${name}.tar.bz2"; 15 15 sha256 = "2fe11ccb4bf2028c3da11e52cde890f1b3a90560e548eac89a4f8e1558b09725"; 16 16 }; 17 17 ··· 22 22 23 23 meta = { 24 24 description = "A BiTtorrent library used by KTorrent"; 25 - homepage = http://ktorrent.org; 25 + homepage = http://ktorrent.pwsp.net; 26 26 inherit (kdelibs.meta) platforms; 27 27 }; 28 28 }