forked from mirrors/nixpkgs
Nipy ecosystem: quote homepage urls
This commit is contained in:
commit
47daa683c9
|
@ -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 ];
|
||||||
|
|
|
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://nilearn.github.io;
|
homepage = "http://nilearn.github.io";
|
||||||
description = "A module for statistical learning on neuroimaging data";
|
description = "A module for statistical learning on neuroimaging data";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
|
|
|
@ -41,7 +41,7 @@ buildPythonPackage rec {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://nipy.org/nipy/;
|
homepage = "https://nipy.org/nipy";
|
||||||
description = "Software for structural and functional neuroimaging analysis";
|
description = "Software for structural and functional neuroimaging analysis";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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 a new issue