stb: switch license to mit or unlicense

https://github.com/nothings/stb/blob/master/LICENSE

jopejoe1 4c475554 290a166e

+5 -1
+5 -1
pkgs/by-name/st/stb/package.nix
··· 44 44 meta = with lib; { 45 45 description = "Single-file public domain libraries for C/C++"; 46 46 homepage = "https://github.com/nothings/stb"; 47 - license = licenses.publicDomain; 47 + license = with licenses; [ 48 + mit 49 + # OR 50 + unlicense 51 + ]; 48 52 platforms = platforms.all; 49 53 maintainers = [ ]; 50 54 };