Unverified Commit b13e9ba9 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

maintainers: drop leenaars

Did not react to maintainer pings since at least 2020.
parent 8a7e37b6
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -14455,12 +14455,6 @@
    githubId = 736291;
    name = "Lee Machin";
  };
  leenaars = {
    email = "ml.software@leenaa.rs";
    github = "leenaars";
    githubId = 4158274;
    name = "Michiel Leenaars";
  };
  legojames = {
    github = "jrobinson-uk";
    githubId = 4701504;
+0 −1
Original line number Diff line number Diff line
@@ -78,7 +78,6 @@ stdenv.mkDerivation rec {
  meta = with lib; {
    description = "Silly speed painting game";
    mainProgram = "90secondportraits";
    maintainers = with maintainers; [ leenaars ];
    platforms = platforms.linux;
    license = with licenses; [
      zlib
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ stdenvNoCC.mkDerivation {
    description = "Helvetica font in nine weights";
    platforms = platforms.all;
    maintainers = with maintainers; [
      leenaars
      minijackson
    ];
    license = licenses.cc0;
+0 −1
Original line number Diff line number Diff line
@@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
    '';
    homepage = "http://qosient.com/argus";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ leenaars ];
    platforms = platforms.linux;
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -71,7 +71,6 @@ stdenv.mkDerivation rec {
    '';
    homepage = "http://qosient.com/argus";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ leenaars ];
    platforms = platforms.linux;
  };
}
Loading