nushellPlugins: fix incorrect license

This commit is contained in:
Joaquín Triñanes
2024-05-31 08:55:59 +02:00
parent 5f6ccfaad5
commit 5ff8d5cbe7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;
};
+1 -1
View File
@@ -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;
};
+1 -1
View File
@@ -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;
};