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:
parent
a302ae8adc
commit
052fc6613b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue