Loading pkgs/applications/file-managers/mc/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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="; }; Loading Loading @@ -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"; Loading Loading
pkgs/applications/file-managers/mc/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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="; }; Loading Loading @@ -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"; Loading