dward2json: add myself as maintainer

Signed-off-by: Antoine Sauzeau <antoine.sauzeau3@gmail.com>
This commit is contained in:
Antoine Sauzeau
2025-06-16 20:41:50 +02:00
parent 258db2f841
commit 2f4a719c68
+4 -1
View File
@@ -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";
};
})