maintainers: remove markWot

no github account linked
This commit is contained in:
ajs124 2022-06-23 01:32:44 +02:00
parent 0aac41a5d9
commit a2e2f9128d
3 changed files with 1 additions and 6 deletions

View File

@ -7844,10 +7844,6 @@
githubId = 26470037;
name = "Markus Kowalewski";
};
markWot = {
email = "markus@wotringer.de";
name = "Markus Wotringer";
};
marijanp = {
name = "Marijan Petričević";
email = "marijan.petricevic94@gmail.com";

View File

@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
maintainers =
[
maintainers.qknight
maintainers.markWot
maintainers.carlosdagos
];
platforms = platforms.linux ++ platforms.darwin;

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
description = "A general purpose fuzzer";
longDescription = "Radamsa is a general purpose data fuzzer. It reads data from given sample files, or standard input if none are given, and outputs modified data. It is usually used to generate malformed data for testing programs.";
homepage = "https://gitlab.com/akihe/radamsa";
maintainers = [ lib.maintainers.markWot ];
maintainers = [ ];
platforms = lib.platforms.all;
};
}