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

maintainers: drop gm6k (#439407)

parents 33289812 81d1a3a2
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -9452,10 +9452,6 @@
    githubId = 47015416;
    name = "globule655";
  };
  gm6k = {
    email = "nix@quidecco.pl";
    name = "Isidor Zeuner";
  };
  gmacon = {
    name = "George Macon";
    matrix = "@gmacon:matrix.org";
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ runCommand "${alsa-lib.pname}-${alsa-lib.version}"
      description = "Wrapper to ease access to ALSA plugins";
      mainProgram = "aserver";
      platforms = platforms.linux;
      maintainers = with maintainers; [ gm6k ];
    };
    outputs = alsa-lib.outputs;
  }
+0 −1
Original line number Diff line number Diff line
@@ -27,6 +27,5 @@ buildGoModule rec {
      cc-by-sa-30
    ];
    platforms = lib.platforms.all;
    maintainers = with lib.maintainers; [ gm6k ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ buildPythonPackage rec {
  meta = with lib; {
    homepage = "https://github.com/bmabey/pyLDAvis";
    description = "Python library for interactive topic model visualization";
    maintainers = with lib.maintainers; [ gm6k ];
    license = licenses.bsd3;
    sourceProvenance = with sourceTypes; [ fromSource ];
    platforms = platforms.all;