From 10c4d7d05ee990627e6f40baab803c6bc9394fc5 Mon Sep 17 00:00:00 2001 From: Okina Matara Date: Sat, 23 Jun 2018 01:12:00 -0500 Subject: [PATCH] libtorrentRasterbar: fix homepage url --- pkgs/development/libraries/libtorrent-rasterbar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];