radare2-cutter: add mic92 as maintainer

This commit is contained in:
Jörg Thalheim 2018-09-04 23:08:39 +01:00
parent 24ce88615e
commit 63b7bc847c

View file

@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
description = "A Qt and C++ GUI for radare2 reverse engineering framework";
homepage = src.meta.homepage;
license = licenses.gpl3;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ mic92 dtzWill ];
};
}