summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2021-09-21 15:52:43 +0800
committerPeter Hoeg <peter@hoeg.com>2021-09-28 09:21:08 +0800
commit35cad8da44b44a174798e19d03b81bd995ac5de0 (patch)
tree6fa187a69ee200de49e91d69e70f643350b9cf4f
parent35dbdedf6337ffe6a003990697b114bea728b11a (diff)
downloadnixpkgs-35cad8da44b44a174798e19d03b81bd995ac5de0.tar
nixpkgs-35cad8da44b44a174798e19d03b81bd995ac5de0.tar.gz
nixpkgs-35cad8da44b44a174798e19d03b81bd995ac5de0.tar.bz2
nixpkgs-35cad8da44b44a174798e19d03b81bd995ac5de0.tar.lz
nixpkgs-35cad8da44b44a174798e19d03b81bd995ac5de0.tar.xz
nixpkgs-35cad8da44b44a174798e19d03b81bd995ac5de0.tar.zst
nixpkgs-35cad8da44b44a174798e19d03b81bd995ac5de0.zip
heroku: remove peterhoeg as maintainer
-rw-r--r--pkgs/development/tools/heroku/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/heroku/default.nix b/pkgs/development/tools/heroku/default.nix
index 18a031cd23b..205cf4e33db 100644
--- a/pkgs/development/tools/heroku/default.nix
+++ b/pkgs/development/tools/heroku/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = "https://devcenter.heroku.com/articles/heroku-cli";
     description = "Everything you need to get started using Heroku";
-    maintainers = with lib.maintainers; [ aflatter mirdhyn peterhoeg marsam ];
+    maintainers = with lib.maintainers; [ aflatter mirdhyn marsam ];
     license = lib.licenses.mit;
     platforms = with lib.platforms; unix;
   };