mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-07 05:42:42 +00:00
Fix paths after repository transfer to aptly-dev
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
package query
|
||||
|
||||
import (
|
||||
"github.com/smira/aptly/deb"
|
||||
"github.com/aptly-dev/aptly/deb"
|
||||
)
|
||||
|
||||
/*
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import (
|
||||
"unicode"
|
||||
"unicode/utf8"
|
||||
|
||||
"github.com/smira/aptly/deb"
|
||||
"github.com/aptly-dev/aptly/deb"
|
||||
)
|
||||
|
||||
type parser struct {
|
||||
|
||||
@@ -3,7 +3,7 @@ package query
|
||||
import (
|
||||
"regexp"
|
||||
|
||||
"github.com/smira/aptly/deb"
|
||||
"github.com/aptly-dev/aptly/deb"
|
||||
|
||||
. "gopkg.in/check.v1"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user