mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
myks: add zebradil as maintainer (#346914)
This commit is contained in:
commit
86e1a3bb0d
@ -49,7 +49,10 @@ buildGoModule rec {
|
|||||||
description = "Configuration framework for Kubernetes applications";
|
description = "Configuration framework for Kubernetes applications";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = "https://github.com/mykso/myks";
|
homepage = "https://github.com/mykso/myks";
|
||||||
maintainers = [ maintainers.kbudde ];
|
maintainers = [
|
||||||
|
maintainers.kbudde
|
||||||
|
maintainers.zebradil
|
||||||
|
];
|
||||||
mainProgram = "myks";
|
mainProgram = "myks";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user