3
0
Fork 0
forked from mirrors/nixpkgs

Nipy ecosystem: quote homepage urls

This commit is contained in:
lewo 2020-04-09 16:55:03 +02:00 committed by GitHub
commit 47daa683c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

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

View file

@ -33,7 +33,7 @@ buildPythonPackage rec {
];
meta = with stdenv.lib; {
homepage = http://nilearn.github.io;
homepage = "http://nilearn.github.io";
description = "A module for statistical learning on neuroimaging data";
license = licenses.bsd3;
};

View file

@ -41,7 +41,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = https://nipy.org/nipy/;
homepage = "https://nipy.org/nipy";
description = "Software for structural and functional neuroimaging analysis";
license = licenses.bsd3;
};

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