mc: update project links

This commit is contained in:
Yury V. Zaytsev
2025-03-15 16:13:16 +01:00
committed by GitHub
parent d117784740
commit ba31156527
@@ -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,8 +100,8 @@ 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";
downloadPage = "https://ftp.osuosl.org/pub/midnightcommander/";
homepage = "https://midnight-commander.org";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ sander ];
platforms = with platforms; linux ++ darwin;