mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
nushellPlugins: Add myself as maintainer
This commit is contained in:
parent
7f49fe88bb
commit
b830062237
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user