maintainer-list.nix: remove weihua

Recently, the GitHub account was deleted. Therefore, this pull request
removes the account from the list of maintainers. The account was solely
referenced as a maintainer in logseq.
This commit is contained in:
kilianar 2023-03-25 20:17:07 +01:00
parent 1c0306c913
commit 9c2912c42f
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" ];
};
}