Skip to content

Commit a4f37a7

Browse files
committed
chore(pkg): Moving to teamhephy org - links and glide
1 parent ec33e12 commit a4f37a7

9 files changed

Lines changed: 136 additions & 134 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# How to Contribute
22

3-
This project is part of Deis. You can find the latest contribution
4-
guidelines [at the Deis project](https://github.com/deis/deis/blob/master/CONTRIBUTING.md).
3+
This project is part of Hephy. You can find the latest contribution
4+
guidelines [at the Deis project](https://github.com/teamhephy/deis/blob/master/CONTRIBUTING.md).
55

MAINTAINERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Deis Maintainers
22

3-
This project is part of Deis. The official maintainers documentation is
4-
located [in the main project](https://github.com/deis/deis/blob/master/MAINTAINERS.md).
3+
This project is part of Hephy. The official maintainers documentation is
4+
located [in the main project](https://github.com/teamhephy/deis/blob/master/MAINTAINERS.md).

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Deis Pkg
1+
# Hephy Pkg
22

33
[![Build Status](https://travis-ci.org/deis/pkg.svg?branch=master)](https://travis-ci.org/deis/pkg)
44

5-
The Deis Pkg project contains shared Go libraries that are used by
6-
several Deis projects.
5+
The Hephy Pkg project contains shared Go libraries that are used by
6+
several Hephy projects.
77

88
## Usage
99

1010
Add this project to your `vendor/` directory using Godeps or
1111
[glide](https://github.com/Masterminds/glide):
1212

1313
```
14-
$ glide get --import github.com/deis/pkg
14+
$ glide get --import github.com/teamhephy/pkg
1515
```
1616

1717
(The `--import` flag will get any additional dependencies.)

aboutme/aboutme.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"k8s.io/apimachinery/pkg/labels"
2222
"k8s.io/client-go/kubernetes"
2323
"k8s.io/client-go/rest"
24-
v1 "k8s.io/client-go/pkg/api/v1"
24+
v1 "k8s.io/api/core/v1"
2525
)
2626

2727
// DefaultNamespace is the Kubernetes default namespace.

0 commit comments

Comments
 (0)