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 New Issue
Block a user