mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
bront_fonts: change license to bitstreamVera and ufl
found at https://github.com/chrismwendt/bront/blob/master/DejaVuSansMono-LICENSE.txt and https://github.com/chrismwendt/bront/blob/master/UbuntuMono-LICENSE.txt
This commit is contained in:
parent
4de5cc5aab
commit
178c7f61da
@ -19,7 +19,7 @@ stdenvNoCC.mkDerivation {
|
||||
description = "Bront Fonts";
|
||||
longDescription = "Ubuntu Mono Bront and DejaVu Sans Mono Bront fonts.";
|
||||
homepage = "https://github.com/chrismwendt/bront";
|
||||
license = licenses.free;
|
||||
license = with licenses; [ bitstreamVera ufl ];
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.grburst ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user