]> Cypherpunks.ru repositories - govpn.git/commitdiff
YAML library path changed: fix makedist.sh
authorSergey Matveev <stargrave@stargrave.org>
Thu, 8 Dec 2016 19:52:02 +0000 (22:52 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 8 Dec 2016 19:52:02 +0000 (22:52 +0300)
utils/makedist.sh

index f9758ad1fa8cdec0bb463442367f5572b5b958d0..6e23d479511a13313604a49c33830039a76a782b 100755 (executable)
@@ -10,7 +10,7 @@ repos="
     src/cypherpunks.ru/balloon
     src/github.com/agl/ed25519
     src/github.com/bigeagle/water
     src/cypherpunks.ru/balloon
     src/github.com/agl/ed25519
     src/github.com/bigeagle/water
-    src/github.com/go-yaml/yaml
+    src/gopkg.in/yaml.v2
     src/golang.org/x/crypto
 "
 for repo in $repos; do
     src/golang.org/x/crypto
 "
 for repo in $repos; do