about summary refs log tree commit diff
path: root/pkgs/shells/nushell/plugins/gstat.nix
diff options
context:
space:
mode:
authorJoaquín Triñanes <hi@joaquint.io>2024-05-31 08:49:55 +0200
committerJoaquín Triñanes <hi@joaquint.io>2024-05-31 08:55:59 +0200
commit5ff8d5cbe7800a81ab893c6f3efe71a329b035be (patch)
tree5f2ab00bab975f8b8d82835300bd1855fe1b5af2 /pkgs/shells/nushell/plugins/gstat.nix
parent5f6ccfaad57dd58f34581441fdea481bc508265a (diff)
nushellPlugins: fix incorrect license
Diffstat (limited to 'pkgs/shells/nushell/plugins/gstat.nix')
-rw-r--r--pkgs/shells/nushell/plugins/gstat.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/nushell/plugins/gstat.nix b/pkgs/shells/nushell/plugins/gstat.nix
index b05a000d57852..32b93ba76535e 100644
--- a/pkgs/shells/nushell/plugins/gstat.nix
+++ b/pkgs/shells/nushell/plugins/gstat.nix
@@ -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;
   };