about summary refs log tree commit diff
path: root/pkgs/applications/file-managers/mc
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2022-09-02 16:00:37 +0100
committer06kellyjac <dev@j-k.io>2022-09-02 16:00:37 +0100
commit37423f5a4e7beedd32c4c0c9d53131fea51a621e (patch)
tree75d07abcf81e69250d475458152fd352ac275c84 /pkgs/applications/file-managers/mc
parenta7dc5df31aacf2a025a83a9430272b8c796d0e2c (diff)
mc: help with discoverability
Diffstat (limited to 'pkgs/applications/file-managers/mc')
-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 d261dab6e6e2a..a2da8f56a7e4c 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";
+    description = "File Manager and User Shell for the GNU Project - midnight-commander";
     downloadPage = "https://www.midnight-commander.org/downloads/";
     homepage = "https://www.midnight-commander.org";
     license = licenses.gpl2Plus;