Unverified Commit 2a608915 authored by netthier's avatar netthier
Browse files

kluctl: add netthier to maintainers

parent fbab678a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,6 +33,6 @@ buildGoModule rec {
    description = "The missing glue to put together large Kubernetes deployments";
    homepage = "https://kluctl.io/";
    license = licenses.asl20;
    maintainers = with maintainers; [ sikmir ];
    maintainers = with maintainers; [ sikmir netthier ];
  };
}