python3Packages.nibabel: quote homepage URL

This commit is contained in:
Ben Darwin 2020-04-07 14:12:09 -04:00
parent e31f63b45a
commit 8073255e47

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = https://nipy.org/nibabel/; homepage = "https://nipy.org/nibabel";
description = "Access a multitude of neuroimaging data formats"; description = "Access a multitude of neuroimaging data formats";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ ashgillman ]; maintainers = with maintainers; [ ashgillman ];