forked from mirrors/nixpkgs
mc: fix description readability
Co-authored-by: Michal Sojka <michal.sojka@cvut.cz>
This commit is contained in:
parent
37423f5a4e
commit
537c72cfd4
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue