python3Packages.nitime: quote homepage URL

This commit is contained in:
Ben Darwin
2020-04-07 14:13:07 -04:00
parent 7e2f26ea05
commit 92763dd8f1
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = https://nipy.org/nipype/;
homepage = "https://nipy.org/nipype/";
description = "Neuroimaging in Python: Pipelines and Interfaces";
license = licenses.bsd3;
maintainers = with maintainers; [ ashgillman ];