diff --git a/.github/workflows/publish-cli.yml b/.github/workflows/publish-cli.yml index b10cc069..e5ea7ea0 100644 --- a/.github/workflows/publish-cli.yml +++ b/.github/workflows/publish-cli.yml @@ -94,7 +94,7 @@ jobs: with: submodules: recursive persist-credentials: false - - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable + - uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable - name: Install Rust target if: ${{ matrix.target != 'universal-apple-darwin' }} run: rustup target add ${{ matrix.target }} @@ -155,7 +155,7 @@ jobs: - run: communique generate "${GITHUB_REF_NAME}" --github-release env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} - - name: Append en.dev sponsor blurb + - name: Append jdx.dev sponsor blurb env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAG: ${{ github.ref_name }} @@ -174,9 +174,9 @@ jobs: ## 💚 Sponsor usage - usage is built by [@jdx](https://github.com/jdx) at [**en.dev**](https://en.dev) — an independent developer-tooling studio behind [mise](https://mise.jdx.dev/), [aube](https://aube.en.dev/), hk, and more. Work on usage is funded by sponsorships. + usage is maintained by [@jdx](https://github.com/jdx), an open source developer for [**entire.io**](https://entire.io), the title sponsor of the [jdx.dev](https://jdx.dev) open source tools including [mise](https://mise.jdx.dev/), [aube](https://aube.jdx.dev/), hk, and more. Work on usage is funded by sponsorships. - If `usage` powers CLI specs, docs, or completions for a tool you maintain or use, please consider [sponsoring at en.dev](https://en.dev). Every sponsorship helps the project stay independent and moving. + If `usage` powers CLI specs, docs, or completions for a tool you maintain or use, please consider [sponsoring at jdx.dev](https://jdx.dev/sponsors.html). Every sponsorship helps the project stay independent and moving. EOF } > /tmp/release-notes.md gh release edit "$TAG" --notes-file /tmp/release-notes.md diff --git a/README.md b/README.md index 20dc658f..14aafb2f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ See more at [usage.jdx.dev](https://usage.jdx.dev/). ## Sponsors -usage is sponsored by [37signals](https://37signals.com). +usage is sponsored by [entire.io](https://entire.io) and [37signals](https://37signals.com). -[View all sponsors](https://en.dev/sponsors.html). +[View all sponsors](https://jdx.dev/sponsors.html). diff --git a/cli/assets/fig.ts b/cli/assets/fig.ts index 3f223279..9668d103 100644 --- a/cli/assets/fig.ts +++ b/cli/assets/fig.ts @@ -562,7 +562,7 @@ const completionSpec: Fig.Spec = { { name: "sponsors", description: - "Show the companies sponsoring usage and the en.dev project family", + "Show the companies sponsoring usage and the jdx.dev open source tools", }, { name: "zsh", diff --git a/cli/assets/usage.1 b/cli/assets/usage.1 index b2f60a19..94119015 100644 --- a/cli/assets/usage.1 +++ b/cli/assets/usage.1 @@ -79,7 +79,7 @@ Lint a usage spec file for common issues Execute a shell script with the specified shell .TP \fBsponsors\fR -Show the companies sponsoring usage and the en.dev project family +Show the companies sponsoring usage and the jdx.dev open source tools .TP \fBzsh\fR Execute a shell script with the specified shell diff --git a/cli/src/cli/sponsors.rs b/cli/src/cli/sponsors.rs index 7fa22763..c34c5b9a 100644 --- a/cli/src/cli/sponsors.rs +++ b/cli/src/cli/sponsors.rs @@ -1,11 +1,11 @@ -/// Show the companies sponsoring usage and the en.dev project family +/// Show the companies sponsoring usage and the jdx.dev open source tools #[derive(clap::Args)] pub struct Sponsors; impl Sponsors { pub fn run(&self) -> miette::Result<()> { println!( - "usage and the en.dev project family are sponsored by:\n\n 37signals - https://37signals.com\n\nView all sponsors: https://en.dev/sponsors.html" + "usage and the jdx.dev open source tools are sponsored by:\n\n entire.io - https://entire.io\n 37signals - https://37signals.com\n\nView all sponsors: https://jdx.dev/sponsors.html" ); Ok(()) } diff --git a/cli/usage.usage.kdl b/cli/usage.usage.kdl index 5d0e2873..2034dc0b 100644 --- a/cli/usage.usage.kdl +++ b/cli/usage.usage.kdl @@ -216,7 +216,7 @@ to properly escape and quote values with spaces in them. arg