radare2: add myself as maintainer
This commit is contained in:
parent
75ae4c5a19
commit
454edcd6c0
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";
|
description = "unix-like reverse engineering framework and commandline tools";
|
||||||
homepage = http://radare.org/;
|
homepage = http://radare.org/;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
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;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue