Skip to content

Commit 22213ba

Browse files
authored
Merge pull request #11 from fluxcd/move-to-fluxcd
Rename imports to fluxcd/source-watcher
2 parents ad3f8ec + a06b506 commit 22213ba

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
domain: fluxcd.io
2-
repo: github.com/stefanprodan/source-watcher
2+
repo: github.com/fluxcd/source-watcher
33
version: "2"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# source-watcher
22

3-
[![test](https://github.com/stefanprodan/source-watcher/workflows/test/badge.svg)](https://github.com/stefanprodan/source-watcher/actions)
3+
[![test](https://github.com/fluxcd/source-watcher/workflows/test/badge.svg)](https://github.com/fluxcd/source-watcher/actions)
44

55
Example consumer of the GitOps Toolkit Source APIs.
66

controllers/gitrepository_predicate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2020 The Flux CD contributors.
2+
Copyright 2020, 2021 The Flux authors
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

controllers/gitrepository_watcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2020 The Flux CD contributors.
2+
Copyright 2020, 2021 The Flux authors
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/stefanprodan/source-watcher
1+
module github.com/fluxcd/source-watcher
22

33
go 1.15
44

hack/boilerplate.go.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
2+
Copyright 2020, 2021 The Flux authors
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2020 The Flux CD contributors.
2+
Copyright 2020, 2021 The Flux authors
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@ import (
2727

2828
"github.com/fluxcd/pkg/runtime/logger"
2929
sourcev1 "github.com/fluxcd/source-controller/api/v1beta1"
30-
"github.com/stefanprodan/source-watcher/controllers"
30+
"github.com/fluxcd/source-watcher/controllers"
3131
// +kubebuilder:scaffold:imports
3232
)
3333

0 commit comments

Comments
 (0)