pythonPackages.pafy: update homepage
This commit is contained in:
parent
bc17fcf9ff
commit
7b5bf925a6
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A library to download YouTube content and retrieve metadata";
|
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;
|
license = licenses.lgpl3Plus;
|
||||||
maintainers = with maintainers; [ odi ];
|
maintainers = with maintainers; [ odi ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue