From 347a24f89453b15a98d298b9760df1ecb3d1277b Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 13 Feb 2016 14:36:05 -0500 Subject: [PATCH] Correct author name --- PackageManagementTools.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PackageManagementTools.md b/PackageManagementTools.md index 980b0636..0e4563a3 100644 --- a/PackageManagementTools.md +++ b/PackageManagementTools.md @@ -26,9 +26,9 @@ Copy packages locally. When building modify the GOPATH or use the GO 1.5 `GO15VE |Author |Matt Butcher and Matt Farina | |Categories |Retrieve and manage packages in your `vendor/` directory using the `GO15VENDOREXPERIMENT`. | | | | -| **gopm** |https://github.com/GPMGo/gopm | -|Title |Tool for search, install, update, share packages in Go| -|Author |Am Laher | +| **gopm** |https://github.com/gpmgo/gopm | +|Title |Package manage and build tool in Go| +|Author |Jiahua Chen | |Categories |Revision Locking (git, mercurial, bazaar). Copies into ".vendor/src".| | | | | **gom** |https://github.com/mattn/gom |