nix-doc: Fix lint: the license is LGPL3+

This commit is contained in:
Jade 2021-07-09 11:17:55 -07:00
parent 29793d92de
commit 760e7e14b3

View file

@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
description = "An interactive Nix documentation tool";
longDescription = "An interactive Nix documentation tool providing a CLI for function search, a Nix plugin for docs in the REPL, and a ctags implementation for Nix script";
homepage = "https://github.com/lf-/nix-doc";
license = licenses.lgpl3;
license = licenses.lgpl3Plus;
maintainers = [ maintainers.lf- ];
platforms = platforms.unix;
};