summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/ktorrent
diff options
context:
space:
mode:
authorambrop7@gmail.com <Ambroz Bizjak>2014-03-15 21:31:58 +0100
committerambrop7@gmail.com <Ambroz Bizjak>2014-03-15 21:31:58 +0100
commit24f4957d50584aa6683451c7cbbb63a42846d5dc (patch)
tree987461d64db9542d5f143b47025ce2185eb5e2de /pkgs/applications/networking/p2p/ktorrent
parent732760bb5054971af2bb249af181997da6152e0e (diff)
downloadnixpkgs-24f4957d50584aa6683451c7cbbb63a42846d5dc.tar
nixpkgs-24f4957d50584aa6683451c7cbbb63a42846d5dc.tar.gz
nixpkgs-24f4957d50584aa6683451c7cbbb63a42846d5dc.tar.bz2
nixpkgs-24f4957d50584aa6683451c7cbbb63a42846d5dc.tar.lz
nixpkgs-24f4957d50584aa6683451c7cbbb63a42846d5dc.tar.xz
nixpkgs-24f4957d50584aa6683451c7cbbb63a42846d5dc.tar.zst
nixpkgs-24f4957d50584aa6683451c7cbbb63a42846d5dc.zip
KTorrent: Fix URLs.
Diffstat (limited to 'pkgs/applications/networking/p2p/ktorrent')
-rw-r--r--pkgs/applications/networking/p2p/ktorrent/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/ktorrent/default.nix b/pkgs/applications/networking/p2p/ktorrent/default.nix
index c7840f2024f..e53fda08911 100644
--- a/pkgs/applications/networking/p2p/ktorrent/default.nix
+++ b/pkgs/applications/networking/p2p/ktorrent/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;
   };