From 1ff424c47193173b24d997293f8b0b0c4efcdd48 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 17 Jan 2017 01:36:54 -0500 Subject: Build against newer versions of libraries. --- go/cmd-nshd/main.go.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'go/cmd-nshd') diff --git a/go/cmd-nshd/main.go.in b/go/cmd-nshd/main.go.in index b8c3e71..260f553 100644 --- a/go/cmd-nshd/main.go.in +++ b/go/cmd-nshd/main.go.in @@ -14,14 +14,15 @@ // License along with this manual; if not, see // . -// Command nshd is an implementation of nslcd that talks to hackers.git instead of LDAP. +// Command nshd is an implementation of nslcd that talks to +// hackers.git instead of LDAP. package main import ( "os" hackers_nslcd_backend "parabola_hackers/nslcd_backend" - nslcd_systemd "lukeshu.com/git/go/libnslcd.git/systemd" + "git.lukeshu.com/go/libnslcd/nslcd_systemd" ) func main() { -- cgit v1.2.3-54-g00ecf