bicpl: change license to hpndUc
found at https://github.com/BIC-MNI/bicpl/blob/master/COPYING
This commit is contained in:
parent
a4fabce54b
commit
4de5cc5aab
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Brain Imaging Centre programming library";
|
||||
maintainers = with maintainers; [ bcdarwin ];
|
||||
platforms = platforms.unix;
|
||||
license = licenses.free;
|
||||
license = with licenses; [ hpndUc gpl3Plus ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue