Commit b8300622 authored by Aidan Gauland's avatar Aidan Gauland Committed by Yt
Browse files

nushellPlugins: Add myself as maintainer

parent 7f49fe88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
    description = "A formats plugin for Nushell";
    homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_formats";
    license = licenses.mpl20;
    maintainers = with maintainers; [ viraptor ];
    maintainers = with maintainers; [ viraptor aidalgol ];
    platforms = with platforms; all;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
    description = "A git status plugin for Nushell";
    homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_gstat";
    license = licenses.mpl20;
    maintainers = with maintainers; [ mrkkrp ];
    maintainers = with maintainers; [ mrkkrp aidalgol ];
    platforms = with platforms; all;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage {
    description = "A Nushell plugin to query JSON, XML, and various web data";
    homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_query";
    license = licenses.mpl20;
    maintainers = with maintainers; [ happysalada ];
    maintainers = with maintainers; [ happysalada aidalgol ];
    platforms = with platforms; all;
  };
}