Browse Source

Changed import to fork until merged

Jguer 8 years ago
parent
commit
702c28b652
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pacman/pacman.go

+ 1 - 1
pacman/pacman.go

@@ -6,7 +6,7 @@ import (
 	"os/exec"
 	"strings"
 
-	"github.com/demizer/go-alpm"
+	"github.com/jguer/go-alpm"
 )
 
 // RepoSearch describes a Repository search.