Merge pull request #49469 from Ekleog/self-as-maintainer

Add self as maintainer
This commit is contained in:
markuskowa 2018-10-30 19:58:07 +01:00 committed by GitHub
commit 1881e8e7e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 0 deletions

View file

@ -170,4 +170,6 @@ in {
'';
}) cfg.params;
};
meta.maintainers = with lib.maintainers; [ ekleog ];
}

View file

@ -176,4 +176,6 @@ in
}
) cfg.instances);
};
meta.maintainers = with lib.maintainers; [ ekleog ];
}

View file

@ -115,4 +115,6 @@ in
};
};
};
meta.maintainers = with lib.maintainers; [ ekleog ];
}

View file

@ -267,4 +267,6 @@ in
"ip46tables -t nat -D OUTPUT -p tcp ${redCond block} -j ${chain} 2>/dev/null || true"
) cfg.redsocks;
};
meta.maintainers = with lib.maintainers; [ ekleog ];
}

View file

@ -62,6 +62,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://github.com/martinpaljak/GlobalPlatformPro;
license = with licenses; [ lgpl3 ];
maintainers = with maintainers; [ ekleog ];
platforms = platforms.all;
};
}