Fixed gpr name in .pc file
diff --git a/templates/Makefile.template b/templates/Makefile.template
index 2a2f696..34f1a3f 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -361,8 +361,8 @@
 Libs.private: $(PC_LIBS_PRIVATE)
 
 # gpr .pc file
-PC_NAME = Google Public Runtime
-PC_DESCRIPTION = Google Public Runtime
+PC_NAME = gRPC Portable Runtime
+PC_DESCRIPTION = gRPC Portable Runtime
 PC_CFLAGS = -pthread
 PC_REQUIRES_PRIVATE =
 PC_LIBS_PRIVATE = -lpthread