allegro: change license to giftware

found at https://github.com/liballeg/allegro5/blob/4.2/docs/src/license._tx
This commit is contained in:
jopejoe1 2024-03-14 21:04:19 +01:00
parent 3f16499c48
commit 0eef23bd9b

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A game programming library";
homepage = "https://liballeg.org/";
license = licenses.free; # giftware
license = licenses.giftware;
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
};