Merge pull request #140781 from bcdarwin/fix-theano-homepage

python3Packages.Theano: fix meta.homepage
This commit is contained in:
Pavol Rusnak 2021-10-06 19:41:18 +02:00 committed by GitHub
commit 8b512253b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ in buildPythonPackage rec {
pythonImportsCheck = [ "theano" ];
meta = with lib; {
homepage = "http://deeplearning.net/software/theano/";
homepage = "https://github.com/Theano/Theano";
description = "A Python library for large-scale array computation";
license = licenses.bsd3;
maintainers = with maintainers; [ maintainers.bcdarwin ];