Skip to content

Commit

Permalink
replacing tek-engineering with tektronix
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev committed Mar 26, 2024
1 parent 8b8238c commit aa0fb88
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Style
runs-on: ubuntu-latest
container:
image: ghcr.io/tek-engineering/tsp-toolkit-build:latest
image: ghcr.io/tektronix/tsp-toolkit-build:latest
credentials:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
Expand All @@ -32,7 +32,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
container:
image: ghcr.io/tek-engineering/tsp-toolkit-build:latest
image: ghcr.io/tektronix/tsp-toolkit-build:latest
credentials:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
Expand All @@ -48,7 +48,7 @@ jobs:
name: Generate CycloneDX
runs-on: ubuntu-latest
container:
image: ghcr.io/tek-engineering/tsp-toolkit-build:latest
image: ghcr.io/tektronix/tsp-toolkit-build:latest
credentials:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
Expand All @@ -68,7 +68,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
container:
image: ghcr.io/tek-engineering/tsp-toolkit-build:latest
image: ghcr.io/tektronix/tsp-toolkit-build:latest
credentials:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- x86_64-unknown-linux-gnu
runs-on: ubuntu-latest
container:
image: ghcr.io/tek-engineering/tsp-toolkit-build:latest
image: ghcr.io/tektronix/tsp-toolkit-build:latest
credentials:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
Expand Down
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Using read_password instead of prompt_password of rpassword crate (TSP-517)

<!--Version Comparison Links-->
[Unreleased]: https://github.com/TEK-Engineering/tsp-toolkit-kic-lib/compare/v0.15.0..HEAD
[0.15.0]: https://github.com/TEK-Engineering/tsp-toolkit-kic-lib/releases/tag/v0.15.0
[0.14.1]: https://github.com/TEK-Engineering/tsp-toolkit-kic-lib/releases/tag/v0.14.1
[0.13.2]: https://github.com/TEK-Engineering/tsp-toolkit-kic-lib/releases/tag/v0.13.2
[0.13.0]: https://github.com/TEK-Engineering/tsp-toolkit-kic-lib/releases/tag/v0.13.0
[Unreleased]: https://github.com/tektronix/tsp-toolkit-kic-lib/compare/v0.15.0..HEAD
[0.15.0]: https://github.com/tektronix/tsp-toolkit-kic-lib/releases/tag/v0.15.0
[0.14.1]: https://github.com/tektronix/tsp-toolkit-kic-lib/releases/tag/v0.14.1
[0.13.2]: https://github.com/tektronix/tsp-toolkit-kic-lib/releases/tag/v0.13.2
[0.13.0]: https://github.com/tektronix/tsp-toolkit-kic-lib/releases/tag/v0.13.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A library specifically enabling communication to the Keithley pro
version = "0.15.0"
authors = ["Keithley Instruments, LLC"]
edition = "2021"
repository = "https://github.com/TEK-Engineering/tsp-toolkit-kic-lib"
repository = "https://github.com/tektronix/tsp-toolkit-kic-lib"

[dependencies]
bytes = "1"
Expand Down

0 comments on commit aa0fb88

Please sign in to comment.