KTorrent: Fix URLs.
This commit is contained in:
parent
732760bb50
commit
24f4957d50
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "KDE integrated BtTorrent client";
|
description = "KDE integrated BtTorrent client";
|
||||||
homepage = http://ktorrent.org;
|
homepage = http://ktorrent.pwsp.net;
|
||||||
maintainers = with stdenv.lib.maintainers; [ sander urkud ];
|
maintainers = with stdenv.lib.maintainers; [ sander urkud ];
|
||||||
inherit (libktorrent.meta) platforms;
|
inherit (libktorrent.meta) platforms;
|
||||||
};
|
};
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
pname = "libktorrent";
|
pname = "libktorrent";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ktorrent.pwsp.net//downloads/${version4}/${name}.tar.bz2";
|
url = "${meta.homepage}/downloads/${version4}/${name}.tar.bz2";
|
||||||
sha256 = "2fe11ccb4bf2028c3da11e52cde890f1b3a90560e548eac89a4f8e1558b09725";
|
sha256 = "2fe11ccb4bf2028c3da11e52cde890f1b3a90560e548eac89a4f8e1558b09725";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A BiTtorrent library used by KTorrent";
|
description = "A BiTtorrent library used by KTorrent";
|
||||||
homepage = http://ktorrent.org;
|
homepage = http://ktorrent.pwsp.net;
|
||||||
inherit (kdelibs.meta) platforms;
|
inherit (kdelibs.meta) platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user