Merge pull request #316082 from JoaquinTrinanes/fix_nu_plugins_license
nushellPlugins: fix incorrect license
This commit is contained in:
commit
28f30464c6
@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "A formats plugin for Nushell";
|
||||
mainProgram = "nu_plugin_formats";
|
||||
homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_formats";
|
||||
license = licenses.mpl20;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ viraptor aidalgol ];
|
||||
platforms = with platforms; all;
|
||||
};
|
||||
|
@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "A git status plugin for Nushell";
|
||||
mainProgram = "nu_plugin_gstat";
|
||||
homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_gstat";
|
||||
license = licenses.mpl20;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ mrkkrp aidalgol ];
|
||||
platforms = with platforms; all;
|
||||
};
|
||||
|
@ -29,7 +29,7 @@ rustPlatform.buildRustPackage {
|
||||
description = "A Nushell plugin to query JSON, XML, and various web data";
|
||||
mainProgram = "nu_plugin_query";
|
||||
homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_query";
|
||||
license = licenses.mpl20;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ happysalada aidalgol ];
|
||||
platforms = with platforms; all;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user