htop: add self as maintainer

This commit is contained in:
Bart Bakker
2021-07-29 14:16:43 +02:00
committed by Robert Helgesson
parent 6eb88173e9
commit 7226c2db46
2 changed files with 8 additions and 0 deletions

View File

@@ -121,4 +121,10 @@
githubId = 5646732;
name = "Andreas Mager";
};
bjpbakker = {
email = "bart@thesoftwarecraft.com";
github = "bjpbakker";
githubId = 605641;
name = "Bart Bakker";
};
}

View File

@@ -89,6 +89,8 @@ let
blank = text "Blank";
in {
meta.maintainers = [ maintainers.bjpbakker ];
options.programs.htop = {
enable = mkEnableOption "htop";