From 052fc6613b77a5dd24240a16756c3a25adcf1efa Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 23 Dec 2023 12:13:33 +0100 Subject: [PATCH] xfontsel: change license to x11, smlnj and mit Found at https://gitlab.freedesktop.org/xorg/app/xfontsel/-/blob/master/COPYING --- pkgs/applications/misc/xfontsel/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/xfontsel/default.nix b/pkgs/applications/misc/xfontsel/default.nix index ecafb9d5118c..6bcab225c25a 100644 --- a/pkgs/applications/misc/xfontsel/default.nix +++ b/pkgs/applications/misc/xfontsel/default.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://www.x.org/"; description = "Allows testing the fonts available in an X server"; - license = licenses.free; + license = with licenses; [ x11 smlnj mit ]; maintainers = with maintainers; [ viric ]; platforms = platforms.unix; };