bicpl: change license to hpndUc

found at https://github.com/BIC-MNI/bicpl/blob/master/COPYING
This commit is contained in:
jopejoe1
2024-03-20 20:49:33 +01:00
parent a4fabce54b
commit 4de5cc5aab
@@ -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 ];
};
}