myks: add zebradil as maintainer

This commit is contained in:
German Lashevich 2024-10-06 20:23:43 +02:00
parent 9ceb0b0d72
commit a2baa0f9c0
No known key found for this signature in database

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";
};
}