From ee6735ec2270ed2c327386934abb3082148518b4 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 25 Oct 2021 19:28:12 -0400 Subject: [PATCH] your-editor: styling fixup --- pkgs/applications/editors/your-editor/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/your-editor/default.nix b/pkgs/applications/editors/your-editor/default.nix index 142795fc49a4..a191943c3fd6 100644 --- a/pkgs/applications/editors/your-editor/default.nix +++ b/pkgs/applications/editors/your-editor/default.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { ''; meta = with lib; { - description = "Your-editor (yed) is a small and simple terminal editor core that is meant to be extended through a powerful plugin architecture."; + description = "Your-editor (yed) is a small and simple terminal editor core that is meant to be extended through a powerful plugin architecture"; homepage = "https://your-editor.org/"; license = with licenses; [ mit ]; platforms = platforms.linux;