summary refs log tree commit diff
path: root/pkgs/applications/file-managers/mc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/file-managers/mc/default.nix')
-rw-r--r--pkgs/applications/file-managers/mc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/file-managers/mc/default.nix b/pkgs/applications/file-managers/mc/default.nix
index a2da8f56a7e4c..9204aad535ea3 100644
--- a/pkgs/applications/file-managers/mc/default.nix
+++ b/pkgs/applications/file-managers/mc/default.nix
@@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
  '';
 
   meta = with lib; {
-    description = "File Manager and User Shell for the GNU Project - midnight-commander";
+    description = "File Manager and User Shell for the GNU Project, known as Midnight Commander";
     downloadPage = "https://www.midnight-commander.org/downloads/";
     homepage = "https://www.midnight-commander.org";
     license = licenses.gpl2Plus;