pythonPackages.opt-einsum: update homepage

This commit is contained in:
Jonathan Ringer 2019-12-06 17:14:22 -08:00 committed by Frederik Rietdijk
parent 8f8dde5411
commit 66b8d2e50d

View file

@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Optimizing NumPy's einsum function with order optimization and GPU support.";
homepage = http://optimized-einsum.readthedocs.io;
homepage = https://github.com/dgasmith/opt_einsum;
license = licenses.mit;
maintainers = with maintainers; [ teh ];
};