dcm2niix: add maintainer
Also, fix grammatical error in long description.
This commit is contained in:
parent
09b7444b82
commit
9019ce0106
@ -43,12 +43,11 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "DICOM to NIfTI converter";
|
description = "DICOM to NIfTI converter";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
dcm2niix is a designed to convert neuroimaging data from the
|
dcm2niix is designed to convert neuroimaging data from the DICOM format to the NIfTI format.
|
||||||
DICOM format to the NIfTI format.
|
|
||||||
'';
|
'';
|
||||||
homepage = "https://www.nitrc.org/projects/dcm2nii";
|
homepage = "https://www.nitrc.org/projects/dcm2nii";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = [ maintainers.ashgillman ];
|
maintainers = with maintainers; [ ashgillman rbreslow ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user