dinit: add lillecarl as maintainer
This commit is contained in:
committed by
Aaron Andersen
parent
87d7faa3e2
commit
59ee335fe5
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user