nushellPlugins.highlight: fix description

Signed-off-by: misilelab <misileminecord@gmail.com>
This commit is contained in:
misilelab
2024-12-24 02:05:41 +09:00
parent 784b98a5e7
commit fd4b759fd5
+1 -1
View File
@@ -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;