summary refs log tree commit diff
path: root/pkgs/development/libraries/libtorrent-rasterbar
diff options
context:
space:
mode:
authorOkina Matara <okinan@chiru.no>2018-06-23 01:12:00 -0500
committerOkina Matara <okinan@chiru.no>2018-06-23 01:12:00 -0500
commit10c4d7d05ee990627e6f40baab803c6bc9394fc5 (patch)
tree2a603be23d30a318b35c908d70a0532d381e7688 /pkgs/development/libraries/libtorrent-rasterbar
parent48aa44ea84c0a5cee1700c21e9a832e519b0a065 (diff)
downloadnixpkgs-10c4d7d05ee990627e6f40baab803c6bc9394fc5.tar
nixpkgs-10c4d7d05ee990627e6f40baab803c6bc9394fc5.tar.gz
nixpkgs-10c4d7d05ee990627e6f40baab803c6bc9394fc5.tar.bz2
nixpkgs-10c4d7d05ee990627e6f40baab803c6bc9394fc5.tar.lz
nixpkgs-10c4d7d05ee990627e6f40baab803c6bc9394fc5.tar.xz
nixpkgs-10c4d7d05ee990627e6f40baab803c6bc9394fc5.tar.zst
nixpkgs-10c4d7d05ee990627e6f40baab803c6bc9394fc5.zip
libtorrentRasterbar: fix homepage url
Diffstat (limited to 'pkgs/development/libraries/libtorrent-rasterbar')
-rw-r--r--pkgs/development/libraries/libtorrent-rasterbar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libtorrent-rasterbar/default.nix b/pkgs/development/libraries/libtorrent-rasterbar/default.nix
index 0ef2802aec1..d0b2d79e9fa 100644
--- a/pkgs/development/libraries/libtorrent-rasterbar/default.nix
+++ b/pkgs/development/libraries/libtorrent-rasterbar/default.nix
@@ -40,7 +40,7 @@ in stdenv.mkDerivation {
   ];
 
   meta = with stdenv.lib; {
-    homepage = "http://www.rasterbar.com/products/libtorrent";
+    homepage = "https://libtorrent.org/";
     description = "A C++ BitTorrent implementation focusing on efficiency and scalability";
     license = licenses.bsd3;
     maintainers = [ maintainers.phreedom ];