myks: add zebradil as maintainer (#346914)

This commit is contained in:
h7x4 2024-10-07 00:09:16 +02:00 committed by GitHub
commit 86e1a3bb0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,10 @@ buildGoModule rec {
description = "Configuration framework for Kubernetes applications";
license = licenses.mit;
homepage = "https://github.com/mykso/myks";
maintainers = [ maintainers.kbudde ];
maintainers = [
maintainers.kbudde
maintainers.zebradil
];
mainProgram = "myks";
};
}