terraform-providers.keycloak: use pname

We will be relying on the pname to figure out where to link the plugin.
This commit is contained in:
zimbatm
2020-10-09 12:43:06 +02:00
parent 4da09d369b
commit 3f49e5ba03

View File

@@ -4,7 +4,7 @@
}:
buildGoModule rec {
name = "terraform-provider-keycloak-${version}";
pname = "terraform-provider-keycloak";
version = "1.20.0";
src = fetchFromGitHub {