aflplusplus: add msanft as maintainer
This commit is contained in:
@@ -209,6 +209,7 @@ let
|
||||
maintainers = with lib.maintainers; [
|
||||
ris
|
||||
mindavi
|
||||
msanft
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -35,6 +35,9 @@ stdenv.mkDerivation {
|
||||
several ways
|
||||
'';
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ ris ];
|
||||
maintainers = with lib.maintainers; [
|
||||
ris
|
||||
msanft
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,6 +31,9 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/AFLplusplus/AFLplusplus";
|
||||
description = "strcmp & memcmp token capture library";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ ris ];
|
||||
maintainers = with lib.maintainers; [
|
||||
ris
|
||||
msanft
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -140,7 +140,10 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/AFLplusplus/qemuafl";
|
||||
description = "Fork of QEMU with AFL++ instrumentation support";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ ris ];
|
||||
maintainers = with lib.maintainers; [
|
||||
ris
|
||||
msanft
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user