nushellPlugins: correct homepage URL
URL was pointing to main branch, rather than the tag corresponding to the package verion.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user