nushellPlugins: Add myself as maintainer
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user