pythonPackages.panel: update homepage

This commit is contained in:
Jonathan Ringer 2019-12-06 17:10:26 -08:00 committed by Frederik Rietdijk
parent a4f454cca0
commit bc17fcf9ff

View File

@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "A high level dashboarding library for python visualization libraries"; description = "A high level dashboarding library for python visualization libraries";
homepage = http://pyviz.org; homepage = https://pyviz.org;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.costrouc ]; maintainers = [ maintainers.costrouc ];
}; };