fix wrong license
This commit is contained in:
parent
162a176d34
commit
96b25ee5bd
@ -14,8 +14,8 @@ fetchFromGitHub rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Font for ET Book";
|
description = "The typeface used in Edward Tufte’s books.";
|
||||||
license = licenses.free;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ jethro ];
|
maintainers = with maintainers; [ jethro ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user