mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
fix wrong license
This commit is contained in:
parent
162a176d34
commit
96b25ee5bd
|
@ -14,8 +14,8 @@ fetchFromGitHub rec {
|
|||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Font for ET Book";
|
||||
license = licenses.free;
|
||||
description = "The typeface used in Edward Tufte’s books.";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ jethro ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue