3
0
Fork 0
forked from mirrors/nixpkgs

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; {
description = "Font for ET Book";
license = licenses.free;
description = "The typeface used in Edward Tuftes books.";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ jethro ];
};