mdbook: fix license entry (actually MPL 2.0)
This commit is contained in:
parent
e19185e298
commit
52ffaefb6d
@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Create books from MarkDown";
|
description = "Create books from MarkDown";
|
||||||
homepage = https://github.com/rust-lang-nursery/mdbook;
|
homepage = https://github.com/rust-lang-nursery/mdbook;
|
||||||
license = [ licenses.asl20 licenses.mit ];
|
license = [ licenses.mpl20 ];
|
||||||
maintainers = [ maintainers.havvy ];
|
maintainers = [ maintainers.havvy ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user