summary refs log tree commit diff
path: root/pkgs/applications/misc/logseq/default.nix
diff options
context:
space:
mode:
authorkilianar <mail@kilianar.de>2023-03-25 20:17:07 +0100
committerkilianar <mail@kilianar.de>2023-03-25 20:17:07 +0100
commit9c2912c42f0e87f66c3c8c527606c61e8dca69ce (patch)
tree30572bd7adafa4fe91ccfd033d1b2fabd48ed332 /pkgs/applications/misc/logseq/default.nix
parent1c0306c913bef5ffff5f91b373153ad980bc4f2d (diff)
downloadnixpkgs-9c2912c42f0e87f66c3c8c527606c61e8dca69ce.tar
nixpkgs-9c2912c42f0e87f66c3c8c527606c61e8dca69ce.tar.gz
nixpkgs-9c2912c42f0e87f66c3c8c527606c61e8dca69ce.tar.bz2
nixpkgs-9c2912c42f0e87f66c3c8c527606c61e8dca69ce.tar.lz
nixpkgs-9c2912c42f0e87f66c3c8c527606c61e8dca69ce.tar.xz
nixpkgs-9c2912c42f0e87f66c3c8c527606c61e8dca69ce.tar.zst
nixpkgs-9c2912c42f0e87f66c3c8c527606c61e8dca69ce.zip
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.
Diffstat (limited to 'pkgs/applications/misc/logseq/default.nix')
-rw-r--r--pkgs/applications/misc/logseq/default.nix2
1 files changed, 1 insertions, 1 deletions
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" ];
   };
 }