Unverified Commit bdfccb2c authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

maintainers: drop milahu (#368094)

parents eea4be57 9edf772d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -14811,12 +14811,6 @@
    name = "Marcin Mikuła";
    keys = [ { fingerprint = "5547 2A56 AC30 69C9 15C8  B98D 997F 71FA 1D74 6E37"; } ];
  };
  milahu = {
    email = "milahu@gmail.com";
    github = "milahu";
    githubId = 12958815;
    name = "Milan Hauth";
  };
  milesbreslin = {
    email = "milesbreslin@gmail.com";
    github = "MilesBreslin";
+1 −1
Original line number Diff line number Diff line
@@ -53,6 +53,6 @@ mkDerivation {
    mainProgram = "booth";
    homepage = "https://invent.kde.org/maui/booth";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ milahu ];
    maintainers = with maintainers; [ ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -322,7 +322,6 @@ stdenv.mkDerivation rec {
      lgpl3Plus
    ];
    maintainers = with maintainers; [
      milahu
      nickcao
      LunNova
    ];
+0 −1
Original line number Diff line number Diff line
@@ -66,7 +66,6 @@ stdenv.mkDerivation (
        lgpl3Plus
      ];
      maintainers = with maintainers; [
        milahu
        nickcao
      ];
      platforms = platforms.unix;
+1 −1
Original line number Diff line number Diff line
@@ -24,6 +24,6 @@ buildPythonPackage rec {
    description = "URL-safe base64 UUID encoder for generating 22 character slugs";
    homepage = "https://github.com/taskcluster/slugid.py";
    license = licenses.mpl20;
    maintainers = with maintainers; [ milahu ];
    maintainers = with maintainers; [ ];
  };
}