hexedit: add sigmanificient to maintainers

+1 -1
+1 -1
pkgs/applications/editors/hexedit/default.nix
··· 19 19 homepage = "http://rigaux.org/hexedit.html"; 20 20 license = licenses.gpl2Plus; 21 21 platforms = platforms.unix; 22 - maintainers = with maintainers; [ ]; 22 + maintainers = with maintainers; [ sigmanificient ]; 23 23 mainProgram = "hexedit"; 24 24 }; 25 25 }