dward2json: add myself as maintainer
Signed-off-by: Antoine Sauzeau <antoine.sauzeau3@gmail.com>
This commit is contained in:
@@ -26,7 +26,10 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/volatilityfoundation/dwarf2json";
|
||||
description = "Convert ELF/DWARF symbol and type information into vol3's intermediate JSON";
|
||||
license = licenses.vol-sl;
|
||||
maintainers = with maintainers; [ arkivm ];
|
||||
maintainers = with maintainers; [
|
||||
arkivm
|
||||
asauzeau
|
||||
];
|
||||
mainProgram = "dwarf2json";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user