about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-04-12 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-04-12 04:20:00 -0500
commit24aafc91dc3d713c2d43f845fb63de28078d58ef (patch)
tree9c94465422873b96c0f7670758dbcd78a373cfe6 /pkgs/development/tools
parent55ec8645616349bb689839c4e368f55990559199 (diff)
downloadnixlib-24aafc91dc3d713c2d43f845fb63de28078d58ef.tar
nixlib-24aafc91dc3d713c2d43f845fb63de28078d58ef.tar.gz
nixlib-24aafc91dc3d713c2d43f845fb63de28078d58ef.tar.bz2
nixlib-24aafc91dc3d713c2d43f845fb63de28078d58ef.tar.lz
nixlib-24aafc91dc3d713c2d43f845fb63de28078d58ef.tar.xz
nixlib-24aafc91dc3d713c2d43f845fb63de28078d58ef.tar.zst
nixlib-24aafc91dc3d713c2d43f845fb63de28078d58ef.zip
heroku: add marsam to maintainers
Diffstat (limited to 'pkgs/development/tools')
-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 fe3f9175b09c..a78a74a3d0c2 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://cli.heroku.com";
     description = "Everything you need to get started using Heroku";
-    maintainers = with lib.maintainers; [ aflatter mirdhyn peterhoeg ];
+    maintainers = with lib.maintainers; [ aflatter mirdhyn peterhoeg marsam ];
     license = lib.licenses.mit;
     platforms = with lib.platforms; unix;
   };