Skip to content

Commit 4fd31d3

Browse files
author
Henry Huang
committed
update group name
1 parent 1fea8ca commit 4fd31d3

File tree

10 files changed

+9
-23
lines changed

10 files changed

+9
-23
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2015 go-trellis
3+
Copyright (c) 2015 iTrellis
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# GNU GPL v3 License
2-
# Copyright (c) 2016 github.com:go-trellis
2+
# Copyright (c) 2016 github.com:iTrellis
33

44
include Makefile.common

Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GNU GPL v3 License
2-
# Copyright (c) 2016 github.com:go-trellis
2+
# Copyright (c) 2016 github.com:iTrellis
33

44
unexport GOBIN
55

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# workflow
22

3-
## Build
4-
5-
* [![Build Status](https://travis-ci.org/go-trellis/workflow.png)](https://travis-ci.org/go-trellis/workflow)
6-
73
## Installation
84

9-
go get github.com/go-trellis/workflow
5+
go get github.com/iTrellis/workflow
106

117
## Usage
128

context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// MIT License
2-
// Copyright (c) 2015 go-trellis
2+
// Copyright (c) 2015 iTrellis
33

44
package workflow
55

go.mod

Lines changed: 0 additions & 3 deletions
This file was deleted.

step.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// MIT License
2-
// Copyright (c) 2015 go-trellis
2+
// Copyright (c) 2015 iTrellis
33

44
package workflow
55

workflow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// MIT License
2-
// Copyright (c) 2015 go-trellis
2+
// Copyright (c) 2015 iTrellis
33

44
package workflow
55

workflow_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// MIT License
2-
// Copyright (c) 2015 go-trellis
2+
// Copyright (c) 2015 iTrellis
33

44
package workflow_test
55

@@ -8,7 +8,7 @@ import (
88
"testing"
99
"time"
1010

11-
"github.com/go-trellis/workflow"
11+
"github.com/iTrellis/workflow"
1212
)
1313

1414
func TestWorkflow(t *testing.T) {

0 commit comments

Comments
 (0)