summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2022-08-03 14:13:56 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2022-08-03 14:17:51 +0200
commitc092a502df79288d791cacd4eb2e844bd032f445 (patch)
treef190eb4eac1b59ef621944fcb7c7a175c3797839 /pkgs/development/tools
parent7fe922b3582af42aedf05228d10702cb7d184293 (diff)
downloadnixpkgs-c092a502df79288d791cacd4eb2e844bd032f445.tar
nixpkgs-c092a502df79288d791cacd4eb2e844bd032f445.tar.gz
nixpkgs-c092a502df79288d791cacd4eb2e844bd032f445.tar.bz2
nixpkgs-c092a502df79288d791cacd4eb2e844bd032f445.tar.lz
nixpkgs-c092a502df79288d791cacd4eb2e844bd032f445.tar.xz
nixpkgs-c092a502df79288d791cacd4eb2e844bd032f445.tar.zst
nixpkgs-c092a502df79288d791cacd4eb2e844bd032f445.zip
treewide: remove myself as maintainer from some pkgs
Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/continuous-integration/jenkins/default.nix2
-rw-r--r--pkgs/development/tools/lazygit/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/continuous-integration/jenkins/default.nix b/pkgs/development/tools/continuous-integration/jenkins/default.nix
index 87a90aa90b9..0bd1d548438 100644
--- a/pkgs/development/tools/continuous-integration/jenkins/default.nix
+++ b/pkgs/development/tools/continuous-integration/jenkins/default.nix
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
     homepage = "https://jenkins-ci.org";
     sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.mit;
-    maintainers = with maintainers; [ coconnor fpletz earldouglas nequissimus ];
+    maintainers = with maintainers; [ coconnor earldouglas nequissimus ];
     mainProgram = "jenkins-cli";
     platforms = platforms.all;
   };
diff --git a/pkgs/development/tools/lazygit/default.nix b/pkgs/development/tools/lazygit/default.nix
index 196c65d2100..c6fbc711264 100644
--- a/pkgs/development/tools/lazygit/default.nix
+++ b/pkgs/development/tools/lazygit/default.nix
@@ -21,6 +21,6 @@ buildGoModule rec {
     homepage = "https://github.com/jesseduffield/lazygit";
     changelog = "https://github.com/jesseduffield/lazygit/releases/tag/v${version}";
     license = licenses.mit;
-    maintainers = with maintainers; [ fpletz equirosa Br1ght0ne ];
+    maintainers = with maintainers; [ equirosa Br1ght0ne ];
   };
 }