summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/gid.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/nshd/hackers_git/gid.go')
-rw-r--r--src/nshd/hackers_git/gid.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nshd/hackers_git/gid.go b/src/nshd/hackers_git/gid.go
index d8293d7..f7bbac7 100644
--- a/src/nshd/hackers_git/gid.go
+++ b/src/nshd/hackers_git/gid.go
@@ -21,7 +21,7 @@
package hackers_git
-import "getgr"
+import "lukeshu.com/git/go/libgnulinux.git/getgr"
func name2gid(name string) int32 {
gr, err := getgr.ByName(name)