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 ];

View File

@ -28,7 +28,7 @@ buildPythonPackage rec {
checkPhase = "pytest nitime/tests";
meta = with lib; {
homepage = https://nipy.org/nitime;
homepage = "https://nipy.org/nitime";
description = "Algorithms and containers for time-series analysis in time and spectral domains";
license = licenses.bsd3;
maintainers = [ maintainers.bcdarwin ];