dcm2niix: add maintainer

Also, fix grammatical error in long description.
This commit is contained in:
Rocky Breslow 2022-04-04 11:10:38 -04:00
parent 09b7444b82
commit 9019ce0106
No known key found for this signature in database
GPG key ID: 5401F9FC55CD2EA4

View file

@ -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;
};
}