Skip to content

Commit

Permalink
nushellPlugins.highlight: fix description
Browse files Browse the repository at this point in the history
Signed-off-by: misilelab <[email protected]>
  • Loading branch information
MisileLab committed Dec 23, 2024
1 parent 784b98a commit fd4b759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/shells/nushell/plugins/highlight.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rustPlatform.buildRustPackage rec {
passthru.updateScript = nix-update-script { };

meta = with lib; {
description = "A nushell plugin that will inspect a file and return information based on it's magic number.";
description = "A nushell plugin for syntax highlighting.";
mainProgram = "nu_plugin_highlight";
homepage = "https://github.com/cptpiepmatz/nu-plugin-highlight";
license = licenses.mit;
Expand Down

0 comments on commit fd4b759

Please sign in to comment.