arguments: change license to gpl2Plus
found at https://github.com/BIC-MNI/arguments/blob/master/src/arguments.cpp
This commit is contained in:
parent
8a060c14d3
commit
4534862f7c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue