python3Packages.nipy: quote homepage URL

This commit is contained in:
Ben Darwin 2020-04-07 14:11:44 -04:00
parent 32e7c0f16f
commit e31f63b45a

View File

@ -41,7 +41,7 @@ buildPythonPackage rec {
doCheck = false; doCheck = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://nipy.org/nipy/; homepage = "https://nipy.org/nipy";
description = "Software for structural and functional neuroimaging analysis"; description = "Software for structural and functional neuroimaging analysis";
license = licenses.bsd3; license = licenses.bsd3;
}; };