mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
nvtop: add anthonyroussel to maintainers
This commit is contained in:
parent
1d344d6d64
commit
22a77842fc
@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
||||
changelog = "https://github.com/Syllo/nvtop/releases/tag/${version}";
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ willibutz gbtb ];
|
||||
maintainers = with maintainers; [ willibutz gbtb anthonyroussel ];
|
||||
mainProgram = "nvtop";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user