btop: add khaneliman maintainer
This commit is contained in:
parent
c89efac4ab
commit
684ccea449
@ -56,7 +56,10 @@ stdenv.mkDerivation rec {
|
||||
changelog = "https://github.com/aristocratos/btop/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ rmcgibbo ];
|
||||
maintainers = with maintainers; [
|
||||
khaneliman
|
||||
rmcgibbo
|
||||
];
|
||||
mainProgram = "btop";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user