python3Packages.nitime: quote homepage URL
This commit is contained in:
parent
7e2f26ea05
commit
92763dd8f1
@ -106,7 +106,7 @@ buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://nipy.org/nipype/;
|
homepage = "https://nipy.org/nipype/";
|
||||||
description = "Neuroimaging in Python: Pipelines and Interfaces";
|
description = "Neuroimaging in Python: Pipelines and Interfaces";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ ashgillman ];
|
maintainers = with maintainers; [ ashgillman ];
|
||||||
|
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||||||
checkPhase = "pytest nitime/tests";
|
checkPhase = "pytest nitime/tests";
|
||||||
|
|
||||||
meta = with lib; {
|
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";
|
description = "Algorithms and containers for time-series analysis in time and spectral domains";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = [ maintainers.bcdarwin ];
|
maintainers = [ maintainers.bcdarwin ];
|
||||||
|
Loading…
Reference in New Issue
Block a user