nvtop: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel 2022-11-06 20:42:37 +01:00
parent 1d344d6d64
commit 22a77842fc
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -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";
};
}