apko: add emilylange as maintainer

This commit is contained in:
emilylange
2024-10-05 15:18:03 +02:00
parent b4e2028211
commit 8c31c4e460
+1 -1
View File
@@ -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 ];
};
}