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