Unverified Commit b29a6c29 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

mc: update project links (#390162)

parents 2464fb3d d1321077
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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";