From 8e7098b6671284394b48e03cc241fcb48769f426 Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Wed, 6 Oct 2021 13:19:40 -0400 Subject: [PATCH] python3Packages.Theano: fix meta.homepage Point to GitHub repo since original homepage no longer exists. --- pkgs/development/python-modules/Theano/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/Theano/default.nix b/pkgs/development/python-modules/Theano/default.nix index 351f8dc9b711..480970f04a11 100644 --- a/pkgs/development/python-modules/Theano/default.nix +++ b/pkgs/development/python-modules/Theano/default.nix @@ -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 ];