vdrsymbols: change license to bitstreamVera and publicDomain

This commit is contained in:
jopejoe1 2023-12-23 13:49:40 +01:00
parent 00ed9a344c
commit 4cbf461ffd

View File

@ -27,6 +27,6 @@ stdenvNoCC.mkDerivation rec {
# Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
# DejaVu changes are in public domain
# See https://dejavu-fonts.github.io/License.html for details
license = licenses.free;
license = with licenses; [ bitstreamVera publicDomain ];
};
}