File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11domain: fluxcd.io
2- repo: github.com/stefanprodan /source-watcher
2+ repo: github.com/fluxcd /source-watcher
33version: "2"
Original file line number Diff line number Diff line change 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
55Example consumer of the GitOps Toolkit Source APIs.
66
Original file line number Diff line number Diff line change 11/*
2- Copyright 2020 The Flux CD contributors.
2+ Copyright 2020, 2021 The Flux authors
33
44Licensed under the Apache License, Version 2.0 (the "License");
55you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/*
2- Copyright 2020 The Flux CD contributors.
2+ Copyright 2020, 2021 The Flux authors
33
44Licensed under the Apache License, Version 2.0 (the "License");
55you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1- module github.com/stefanprodan /source-watcher
1+ module github.com/fluxcd /source-watcher
22
33go 1.15
44
Original file line number Diff line number Diff line change 11/*
2-
2+ Copyright 2020, 2021 The Flux authors
33
44Licensed under the Apache License, Version 2.0 (the "License");
55you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/*
2- Copyright 2020 The Flux CD contributors.
2+ Copyright 2020, 2021 The Flux authors
33
44Licensed under the Apache License, Version 2.0 (the "License");
55you 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
You can’t perform that action at this time.
0 commit comments