Skip to content

Commit

Permalink
Removed references to morr.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
blinry committed Oct 2, 2014
1 parent ceb690d commit 4a860c0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dsl/bash/bash.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package bash

import (
"fmt"
"morr.cc/nutsh.git/dsl"
"github.com/blinry/nutsh/dsl"
"strconv"
)

Expand Down
2 changes: 1 addition & 1 deletion dsl/dsl.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package dsl

import (
"fmt"
"morr.cc/nutsh.git/cli"
"github.com/blinry/nutsh/cli"
"os"
"os/exec"
"os/signal"
Expand Down
4 changes: 2 additions & 2 deletions model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"strconv"
"regexp"
"github.com/blinry/goyaml"
"morr.cc/nutsh.git/parser"
"morr.cc/nutsh.git/cli"
"github.com/blinry/nutsh/parser"
"github.com/blinry/nutsh/cli"
"time"
)

Expand Down
4 changes: 2 additions & 2 deletions nutsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"fmt"
"os"
//"io/ioutil"
"morr.cc/nutsh.git/model"
"morr.cc/nutsh.git/parser"
"github.com/blinry/nutsh/model"
"github.com/blinry/nutsh/parser"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion parser/interpret.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package parser

import (
"morr.cc/nutsh.git/dsl"
"github.com/blinry/nutsh/dsl"
"regexp"
//"time"
"fmt"
Expand Down

0 comments on commit 4a860c0

Please sign in to comment.