nushellPlugins: Add myself as maintainer

This commit is contained in:
Aidan Gauland 2023-09-12 10:30:12 +12:00 committed by Yt
parent 7f49fe88bb
commit b830062237
3 changed files with 3 additions and 3 deletions

View file

@ -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;
};
}

View file

@ -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;
};
}

View file

@ -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;
};
}