mirror of
https://github.com/restic/restic.git
synced 2026-08-07 14:13:17 +00:00
Rename khepri -> restic
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
||||
package khepri
|
||||
package restic
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
|
||||
"github.com/fd0/khepri/backend"
|
||||
"github.com/restic/restic/backend"
|
||||
)
|
||||
|
||||
var ErrWrongData = errors.New("wrong data decrypt, checksum does not match")
|
||||
|
||||
Reference in New Issue
Block a user