lkl: Remove inactive maintainers, add myself

This commit is contained in:
Tim Schumacher
2025-05-27 10:17:53 +02:00
parent 06388c42f5
commit b0675d7ea1

View File

@@ -112,7 +112,7 @@ stdenv.mkDerivation {
platforms = platforms.linux; # Darwin probably works too but I haven't tested it
license = licenses.gpl2;
maintainers = with maintainers; [
raitobezarius
timschumi
];
};
}