heroku: remove peterhoeg as maintainer

This commit is contained in:
Peter Hoeg 2021-09-21 15:52:43 +08:00
parent 35dbdedf63
commit 35cad8da44

View file

@ -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;
};