From ba31156527231a3faca4e9437db1bdb269cc4b55 Mon Sep 17 00:00:00 2001 From: "Yury V. Zaytsev" Date: Sat, 15 Mar 2025 16:13:16 +0100 Subject: [PATCH] mc: update project links --- pkgs/applications/file-managers/mc/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/file-managers/mc/default.nix b/pkgs/applications/file-managers/mc/default.nix index 0dd6b8c9418e..5c14489d7d82 100644 --- a/pkgs/applications/file-managers/mc/default.nix +++ b/pkgs/applications/file-managers/mc/default.nix @@ -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;