summary refs log tree commit diff
path: root/pkgs/applications/file-managers/mc/default.nix
diff options
context:
space:
mode:
authorStanisław Pitucha <git@viraptor.info>2022-10-23 14:45:26 +1100
committerGitHub <noreply@github.com>2022-10-23 14:45:26 +1100
commit537c72cfd4245a6c6dd991567e1b97a2e95a2670 (patch)
tree4cff87d88f08430af01383bb0f767e5f6e12b2fd /pkgs/applications/file-managers/mc/default.nix
parent37423f5a4e7beedd32c4c0c9d53131fea51a621e (diff)
mc: fix description readability
Co-authored-by: Michal Sojka <michal.sojka@cvut.cz>
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;