Unverified Commit 8c31c4e4 authored by emilylange's avatar emilylange
Browse files

apko: add emilylange as maintainer

parent b4e20282
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,6 +74,6 @@ buildGoModule rec {
    description = "Build OCI images using APK directly without Dockerfile";
    mainProgram = "apko";
    license = licenses.asl20;
    maintainers = with maintainers; [ jk developer-guy ];
    maintainers = with maintainers; [ jk developer-guy emilylange ];
  };
}