xfontsel: change license to x11, smlnj and mit

Found at https://gitlab.freedesktop.org/xorg/app/xfontsel/-/blob/master/COPYING
This commit is contained in:
jopejoe1 2023-12-23 12:13:33 +01:00
parent a302ae8adc
commit 052fc6613b

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://www.x.org/"; homepage = "https://www.x.org/";
description = "Allows testing the fonts available in an X server"; description = "Allows testing the fonts available in an X server";
license = licenses.free; license = with licenses; [ x11 smlnj mit ];
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ viric ];
platforms = platforms.unix; platforms = platforms.unix;
}; };