mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
htop: fix maintainers entry for bjpbakker
This commit is contained in:
parent
a95fd897f2
commit
87d0fed9bc
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ let
|
||||||
blank = text "Blank";
|
blank = text "Blank";
|
||||||
|
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ maintainers.bjpbakker ];
|
meta.maintainers = [ hm.maintainers.bjpbakker ];
|
||||||
|
|
||||||
options.programs.htop = {
|
options.programs.htop = {
|
||||||
enable = mkEnableOption "htop";
|
enable = mkEnableOption "htop";
|
||||||
|
|
Loading…
Reference in a new issue