python3Packages.nilearn: quote homepage URL

This commit is contained in:
Ben Darwin 2020-04-07 14:12:27 -04:00
parent 8073255e47
commit 7e2f26ea05

View File

@ -33,7 +33,7 @@ buildPythonPackage rec {
];
meta = with stdenv.lib; {
homepage = http://nilearn.github.io;
homepage = "http://nilearn.github.io";
description = "A module for statistical learning on neuroimaging data";
license = licenses.bsd3;
};