victor-mono: Remove LICENSE.txt
as "appropriate machine-readable metadata fields within text […] can be easily viewed by the user", e.g.: nix eval "nixpkgs#victor-mono.meta.license" --json | jq
This commit is contained in:
parent
eb0b83a104
commit
ac77d54ab2
1 changed files with 1 additions and 2 deletions
|
@ -21,9 +21,8 @@ fetchzip {
|
|||
|
||||
mv $out/OTF $out/share/fonts/opentype
|
||||
mv $out/TTF $out/share/fonts/truetype
|
||||
mv $out/LICENSE.txt $out/share/fonts/$name-LICENSE.txt
|
||||
|
||||
rm -r $out/{EOT,WOFF,WOFF2}
|
||||
rm -r $out/{EOT,WOFF,WOFF2,LICENSE.txt}
|
||||
'';
|
||||
|
||||
sha256 = "sha256-1si0d2lpuXaDcSc3giVMMMbZc/eKbHKU3wmwfYHZ8o0=";
|
||||
|
|
Loading…
Reference in a new issue