pythonPackages.pafy: update homepage

This commit is contained in:
Jonathan Ringer 2019-12-06 17:12:11 -08:00 committed by Frederik Rietdijk
parent bc17fcf9ff
commit 7b5bf925a6

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A library to download YouTube content and retrieve metadata";
homepage = http://np1.github.io/pafy/;
homepage = https://github.com/mps-youtube/pafy;
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ odi ];
};