desed: improve description

This commit is contained in:
a-kenji
2024-10-19 16:43:35 +02:00
parent 3b50cae2b0
commit e2d6858147
+1 -1
View File
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
meta = {
changelog = "https://github.com/SoptikHa2/desed/releases/tag/v${version}";
description = "Debugger for Sed: demystify and debug your sed scripts, from comfort of your terminal. ";
description = "Debugger for Sed: demystify and debug your sed scripts, from comfort of your terminal";
homepage = "https://github.com/SoptikHa2/desed";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ vinylen ];