bicpl: change license to hpndUc

found at https://github.com/BIC-MNI/bicpl/blob/master/COPYING
This commit is contained in:
jopejoe1 2024-03-14 21:50:47 +01:00
parent a4fabce54b
commit 4de5cc5aab

View File

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