1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

KTorrent: Fix URLs.

This commit is contained in:
ambrop7@gmail.com 2014-03-15 21:31:58 +01:00
parent 732760bb50
commit 24f4957d50
2 changed files with 3 additions and 3 deletions

View file

@ -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;
};

View file

@ -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;
};
}