fix wrong license

This commit is contained in:
Jethro Kuan 2018-09-10 22:31:41 +08:00
parent 162a176d34
commit 96b25ee5bd

View File

@ -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 Tuftes books.";
license = licenses.free; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ jethro ]; maintainers = with maintainers; [ jethro ];
}; };