vdrsymbols: change license to bitstreamVera and publicDomain
This commit is contained in:
parent
00ed9a344c
commit
4cbf461ffd
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@ stdenvNoCC.mkDerivation rec {
|
||||||
# Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
|
# Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
|
||||||
# DejaVu changes are in public domain
|
# DejaVu changes are in public domain
|
||||||
# See https://dejavu-fonts.github.io/License.html for details
|
# See https://dejavu-fonts.github.io/License.html for details
|
||||||
license = licenses.free;
|
license = with licenses; [ bitstreamVera publicDomain ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue