diff --git a/doc.go b/doc.go index 4a5f039..35b3bf3 100644 --- a/doc.go +++ b/doc.go @@ -28,4 +28,4 @@ Since version 0.2: # mvshaker -r /bin -e bash -e ls */ -package main // import "eriol.xyz/mvshaker" +package main // import "noa.mornie.org/eriol/mvshaker" diff --git a/main_test.go b/main_test.go index c4b6be5..8a5e3b5 100644 --- a/main_test.go +++ b/main_test.go @@ -3,7 +3,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package main // import "eriol.xyz/mvshaker" +package main // import "noa.mornie.org/eriol/mvshaker" import ( "io/ioutil"