From 9c2912c42f0e87f66c3c8c527606c61e8dca69ce Mon Sep 17 00:00:00 2001 From: kilianar Date: Sat, 25 Mar 2023 20:17:07 +0100 Subject: 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. --- pkgs/applications/misc/logseq/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/misc/logseq/default.nix') diff --git a/pkgs/applications/misc/logseq/default.nix b/pkgs/applications/misc/logseq/default.nix index afd7c1309ce..125ff56b6a5 100644 --- a/pkgs/applications/misc/logseq/default.nix +++ b/pkgs/applications/misc/logseq/default.nix @@ -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" ]; }; } -- cgit 1.4.1