dinit: add lillecarl as maintainer

This commit is contained in:
Carl Andersson
2025-10-15 20:23:08 -04:00
committed by Aaron Andersen
parent 87d7faa3e2
commit 59ee335fe5
+4 -1
View File
@@ -49,7 +49,10 @@ stdenv.mkDerivation rec {
description = "Service manager / supervision system, which can (on Linux) also function as a system manager and init";
homepage = "https://davmac.org/projects/dinit";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ aanderse ];
maintainers = with lib.maintainers; [
aanderse
lillecarl
];
platforms = lib.platforms.unix;
};
}