heroku: add marsam to maintainers
This commit is contained in:
parent
55ec864561
commit
24aafc91dc
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://cli.heroku.com";
|
homepage = "https://cli.heroku.com";
|
||||||
description = "Everything you need to get started using Heroku";
|
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;
|
license = lib.licenses.mit;
|
||||||
platforms = with lib.platforms; unix;
|
platforms = with lib.platforms; unix;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue