python311Packages.ipywidgets: update meta.homepage

This commit is contained in:
natsukium 2024-02-13 23:41:11 +09:00
parent a97b040897
commit 439ef14e04
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -46,7 +46,7 @@ buildPythonPackage rec {
meta = {
description = "IPython HTML widgets for Jupyter";
homepage = "https://ipython.org/";
homepage = "https://github.com/jupyter-widgets/ipywidgets";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];
};