arguments: change license to gpl2Plus

found at https://github.com/BIC-MNI/arguments/blob/master/src/arguments.cpp
This commit is contained in:
jopejoe1 2024-03-14 21:15:23 +01:00
parent 8a060c14d3
commit 4534862f7c

View file

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
description = "Library for argument handling for MINC programs";
maintainers = with maintainers; [ bcdarwin ];
platforms = platforms.unix;
license = licenses.free;
license = licenses.gpl2Plus;
};
}