radare2: add myself as maintainer
This commit is contained in:
parent
8377b6e22f
commit
fe2b50badb
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
|||
description = "unix-like reverse engineering framework and commandline tools";
|
||||
homepage = http://radare.org/;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
maintainers = with stdenv.lib.maintainers; [raskin makefu];
|
||||
maintainers = with stdenv.lib.maintainers; [raskin makefu mic92];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
inherit version;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue