From 3dcaf5479477e845953d25d7fd432058b208a4e4 Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Wed, 12 May 2021 23:08:07 -0300 Subject: [PATCH] emacsPackages.sunrise-commander: modify description --- .../editors/emacs-modes/sunrise-commander/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/emacs-modes/sunrise-commander/default.nix b/pkgs/applications/editors/emacs-modes/sunrise-commander/default.nix index a45238fd191..8e29fd48c83 100644 --- a/pkgs/applications/editors/emacs-modes/sunrise-commander/default.nix +++ b/pkgs/applications/editors/emacs-modes/sunrise-commander/default.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://github.com/sunrise-commander/sunrise-commander/"; - description = "Two-pane file manager for Emacs based on Dired and inspired by MC"; + description = "Orthodox (two-pane) file manager for Emacs"; license = licenses.gpl3Plus; maintainers = [ maintainers.AndersonTorres ]; platforms = platforms.all;