Unverified Commit 899f4311 authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

Merge pull request #223118 from kilianar/remove-weihua

maintainer-list.nix: remove weihua
parents 22609a5d 9c2912c4
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -16176,12 +16176,6 @@
    github = "wegank";
    githubId = 9713184;
  };
  weihua = {
    email = "luwh364@gmail.com";
    github = "weihua-lu";
    githubId = 9002575;
    name = "Weihua Lu";
  };
  welteki = {
    email = "welteki@pm.me";
    github = "welteki";
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/logseq/logseq";
    changelog = "https://github.com/logseq/logseq/releases/tag/${version}";
    license = licenses.agpl3Plus;
    maintainers = with maintainers; [ weihua ];
    maintainers = with maintainers; [ ];
    platforms = [ "x86_64-linux" ];
  };
}