Unverified Commit 4a305983 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

maintainers: drop hdrinka

Reacted to 1 out of 266 maintainer pings in the least 180 days.
parent 29358c24
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -10641,12 +10641,6 @@
    githubId = 137852;
    name = "Hraban Luyat";
  };
  hrdinka = {
    email = "c.nix@hrdinka.at";
    github = "hrdinka";
    githubId = 1436960;
    name = "Christoph Hrdinka";
  };
  hrhino = {
    email = "hora.rhino@gmail.com";
    github = "hrhino";
+0 −1
Original line number Diff line number Diff line
@@ -548,7 +548,6 @@ with lib.maintainers;
  libretro = {
    members = [
      aanderse
      hrdinka
      thiagokokada
    ];
    scope = "Maintain Libretro, RetroArch and related packages.";
+0 −2
Original line number Diff line number Diff line
@@ -1047,6 +1047,4 @@ in
    };

  };

  meta.maintainers = with lib.maintainers; [ hrdinka ];
}
+0 −1
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ stdenv.mkDerivation rec {
    homepage = "https://hugin.sourceforge.io/";
    description = "Toolkit for stitching photographs and assembling panoramas, together with an easy to use graphical front end";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ hrdinka ];
    platforms = platforms.linux;
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -86,6 +86,5 @@ stdenv.mkDerivation rec {
    description = "Complete open source solution for HDR photography";
    license = licenses.gpl2;
    platforms = platforms.linux;
    maintainers = [ maintainers.hrdinka ];
  };
}
Loading