summaryrefslogtreecommitdiff
path: root/go/cmd-nshd/main.go.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-17 01:36:54 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-17 01:46:45 -0500
commit1ff424c47193173b24d997293f8b0b0c4efcdd48 (patch)
tree034b64efea80bdf97a5413f6bd0b66fe6bec71c2 /go/cmd-nshd/main.go.in
parenta6170ec03bc3853b697c14ce93c707cb94da4baf (diff)
Build against newer versions of libraries.
Diffstat (limited to 'go/cmd-nshd/main.go.in')
-rw-r--r--go/cmd-nshd/main.go.in5
1 files changed, 3 insertions, 2 deletions
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
// <http://www.gnu.org/licenses/>.
-// 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() {