Merge branch 'master' into auto-update/frostwire

This commit is contained in:
Marek Mahut
2019-11-01 09:36:05 +01:00
committed by GitHub
13454 changed files with 468445 additions and 373160 deletions
@@ -85,7 +85,7 @@ in stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
homepage = http://www.frostwire.com/;
homepage = https://www.frostwire.com/;
description = "BitTorrent Client and Cloud File Downloader";
license = licenses.gpl2;
maintainers = with maintainers; [ gavin ];
@@ -4,7 +4,7 @@ with stdenv.lib;
stdenv.mkDerivation rec {
version = "6.8.1";
name = "frostwire-${version}";
pname = "frostwire";
src = fetchurl {
url = "https://dl.frostwire.com/frostwire/${version}/frostwire-${version}.noarch.tar.gz";