Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ winget:
description: "stunt turns public-facing APIs into local simulators (mock/stub servers) so you can develop and test client code without creating remote accounts, provisioning cloud resources, or hitting the network."
license: Apache-2.0
license_url: https://github.com/stuntapi/stunt/blob/main/LICENSE
copyright: Copyright (c) The Stunt Authors
copyright: Copyright (c) Alessandro De Blasis
tags: [mock, testing, api, simulator, stub, development]
repository:
owner: stuntapi
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ docs/ # specs + plans
You need **Go 1.23+**.

```bash
git clone https://github.com/deblasis/stunt
git clone https://github.com/StuntAPI/stunt
cd stunt
go build ./... # builds everything
go test ./... # runs the suite
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Version 2.0, January 2004
http://www.apache.org/licenses/

Copyright 2026 The Stunt Authors
Copyright 2026 Alessandro De Blasis

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Stunt
Copyright 2026 The Stunt Authors
Copyright 2026 Alessandro De Blasis

This product includes software developed by The Stunt Authors
(https://github.com/deblasis/stunt).
This product includes software developed by Alessandro De Blasis
(https://github.com/StuntAPI/stunt).

Licensed under the Apache License, Version 2.0.

Expand Down
Loading