about summary refs log tree commit diff
path: root/pkgs/development/libraries/wt/default.nix
diff options
context:
space:
mode:
authorWilliButz <willibutz@posteo.de>2023-07-29 15:01:48 +0200
committerWilliButz <willibutz@posteo.de>2023-07-29 15:55:27 +0200
commit8d52babb6c9813add18d952456a5e5410811b4c9 (patch)
tree2a2bc4bc5dbd123fdfb7b560737db1d5f21d7d8a /pkgs/development/libraries/wt/default.nix
parent4343d280bdd2965a49e6851e94293999861fbf9a (diff)
wt: remove myself as maintainer
Diffstat (limited to 'pkgs/development/libraries/wt/default.nix')
-rw-r--r--pkgs/development/libraries/wt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/wt/default.nix b/pkgs/development/libraries/wt/default.nix
index 8b92e78d2bdf8..c9adf68115bfa 100644
--- a/pkgs/development/libraries/wt/default.nix
+++ b/pkgs/development/libraries/wt/default.nix
@@ -40,7 +40,7 @@ let
         description = "C++ library for developing web applications";
         platforms = platforms.linux;
         license = licenses.gpl2;
-        maintainers = with maintainers; [ juliendehos willibutz ];
+        maintainers = with maintainers; [ juliendehos ];
       };
     };
 in {