about summary refs log tree commit diff
path: root/pkgs/applications/file-managers
diff options
context:
space:
mode:
authorStanisław Pitucha <git@viraptor.info>2022-10-23 15:06:20 +1100
committerGitHub <noreply@github.com>2022-10-23 15:06:20 +1100
commit51dd37e4ecd5b3cd8fd5fdbabe9adcb920c7b9d3 (patch)
treea0b63d1e8b058e9c08f85056fd7d7de9a8cad1b7 /pkgs/applications/file-managers
parent749231c9a23df44c6e2718d15e7a51e565776109 (diff)
parent537c72cfd4245a6c6dd991567e1b97a2e95a2670 (diff)
Merge pull request #189474 from 06kellyjac/mc
mc: help with discoverability
Diffstat (limited to 'pkgs/applications/file-managers')
-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..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";
+    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;