aflplusplus: add msanft as maintainer

This commit is contained in:
Moritz Sanft
2025-02-11 10:36:20 +01:00
parent 68e34e6024
commit aeae0a1f18
4 changed files with 13 additions and 3 deletions
@@ -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
];
};
}
+4 -1
View File
@@ -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;
};
}