mc: update project links (#390162)

This commit is contained in:
Wolfgang Walther
2025-03-16 15:29:22 +00:00
committed by GitHub
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
version = "4.8.33";
src = fetchurl {
url = "https://www.midnight-commander.org/downloads/${pname}-${version}.tar.xz";
url = "https://ftp.osuosl.org/pub/midnightcommander/${pname}-${version}.tar.xz";
hash = "sha256-yuFJ1C+ETlGF2MgdfbOROo+iFMZfhSIAqdiWtGivFkw=";
};
@@ -100,9 +100,9 @@ stdenv.mkDerivation rec {
meta = with lib; {
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;
downloadPage = "https://ftp.osuosl.org/pub/midnightcommander/";
homepage = "https://midnight-commander.org";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ sander ];
platforms = with platforms; linux ++ darwin;
mainProgram = "mc";