mdbook: fix license entry (actually MPL 2.0)

This commit is contained in:
Vincent Ambo 2019-08-04 21:55:28 +01:00
parent e19185e298
commit 52ffaefb6d

View file

@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; {
description = "Create books from MarkDown";
homepage = https://github.com/rust-lang-nursery/mdbook;
license = [ licenses.asl20 licenses.mit ];
license = [ licenses.mpl20 ];
maintainers = [ maintainers.havvy ];
platforms = platforms.all;
};