Merge pull request #223118 from kilianar/remove-weihua

maintainer-list.nix: remove weihua
This commit is contained in:
Rick van Schijndel 2023-03-26 10:56:29 +02:00 committed by GitHub
commit 899f4311ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View file

@ -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";

View file

@ -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" ];
};
}