nushellPlugins: correct homepage URL

URL was pointing to main branch, rather than the tag corresponding to
the package verion.
This commit is contained in:
Aidan Gauland 2023-09-12 08:52:59 +12:00 committed by Yt
parent 8024ef9b1c
commit f66847bb37
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ rustPlatform.buildRustPackage {
'';
meta = with lib; {
description = "A formats plugin for Nushell";
homepage = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_formats";
homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_formats";
license = licenses.mpl20;
maintainers = with maintainers; [ viraptor ];
platforms = with platforms; all;

View file

@ -20,7 +20,7 @@ rustPlatform.buildRustPackage {
'';
meta = with lib; {
description = "A git status plugin for Nushell";
homepage = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_gstat";
homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_gstat";
license = licenses.mpl20;
maintainers = with maintainers; [ mrkkrp ];
platforms = with platforms; all;

View file

@ -29,7 +29,7 @@ rustPlatform.buildRustPackage {
meta = with lib; {
description = "A Nushell plugin to query JSON, XML, and various web data";
homepage = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_query";
homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_query";
license = licenses.mpl20;
maintainers = with maintainers; [ happysalada ];
platforms = with platforms; all;