zitadel: use pname

This commit is contained in:
jopejoe1
2024-12-02 23:43:36 +01:00
parent ffd47e132b
commit 8f6c2ad7d1
+1 -1
View File
@@ -95,7 +95,7 @@ let
};
in
buildGoModule rec {
name = "zitadel";
pname = "zitadel";
inherit version;
src = zitadelRepo;