From 7e1ff7bd737691d877911fef537ccbf1713b6542 Mon Sep 17 00:00:00 2001 From: "P." Date: Sat, 22 Jun 2024 07:03:16 -0600 Subject: treewide: remove wolfangaukang as maintainer --- pkgs/applications/editors/lifeograph/default.nix | 2 +- pkgs/applications/editors/thiefmd/default.nix | 2 +- pkgs/applications/editors/vscode/extensions/default.nix | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/applications/editors') diff --git a/pkgs/applications/editors/lifeograph/default.nix b/pkgs/applications/editors/lifeograph/default.nix index 52e12beb317aa..0501d25c51c92 100644 --- a/pkgs/applications/editors/lifeograph/default.nix +++ b/pkgs/applications/editors/lifeograph/default.nix @@ -35,7 +35,7 @@ stdenv.mkDerivation rec { homepage = "https://lifeograph.sourceforge.net/wiki/Main_Page"; description = "Lifeograph is an off-line and private journal and note taking application"; license = licenses.gpl3Only; - maintainers = with maintainers; [ wolfangaukang ]; + maintainers = [ ]; mainProgram = "lifeograph"; platforms = platforms.linux; }; diff --git a/pkgs/applications/editors/thiefmd/default.nix b/pkgs/applications/editors/thiefmd/default.nix index d603981302342..59e28a75ad138 100644 --- a/pkgs/applications/editors/thiefmd/default.nix +++ b/pkgs/applications/editors/thiefmd/default.nix @@ -66,6 +66,6 @@ stdenv.mkDerivation rec { mainProgram = "com.github.kmwallio.thiefmd"; license = licenses.gpl3Only; platforms = platforms.linux; - maintainers = with maintainers; [ wolfangaukang ]; + maintainers = [ ]; }; } diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index b4e0a91941302..94d77cf65efdb 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -2721,7 +2721,7 @@ let description = "CloudFormation Linter IDE integration, autocompletion, and documentation"; homepage = "https://github.com/aws-cloudformation/cfn-lint-visual-studio-code"; license = lib.licenses.asl20; - maintainers = [ lib.maintainers.wolfangaukang ]; + maintainers = [ ]; }; }; @@ -4731,7 +4731,7 @@ let }; meta = { license = lib.licenses.mit; - maintainers = [ lib.maintainers.wolfangaukang ]; + maintainers = [ ]; }; }; -- cgit 1.4.1