Skip to content

Commit

Permalink
move to potassco
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Jan 21, 2022
1 parent 10fbc7c commit f193d27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ This file contains instructions that will help you to make a contribution.

## How to make a contribution

* Open an [issue](https://github.com/sthiele/clingofmt/issues/new) describing what you want to do.
* Fork the [sthiele/clingofmt](https://github.com/sthiele/clingofmt/) repo and create a branch for your changes.
* Open an [issue](https://github.com/potassco/clingofmt/issues/new) describing what you want to do.
* Fork the [potassco/clingofmt](https://github.com/potassco/clingofmt/) repo and create a branch for your changes.
* Submit a pull request to master with your changes.
* Respond to feedback on your pull request.
* If everything is fine your pull request is merged.

## License

Any contribution intentionally submitted for inclusion in the work by you, shall be licensed under the terms of the [MIT license](https://github.com/sthiele/clingofmt/blob/master/LICENSE.md) without any additional terms or conditions.
Any contribution intentionally submitted for inclusion in the work by you, shall be licensed under the terms of the [MIT license](https://github.com/potassco/clingofmt/blob/master/LICENSE) without any additional terms or conditions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.1.0"
authors = ["Sven Thiele <[email protected]>"]
description = "Tool to find and fix formatting issues in clingo files"
readme = "README.md"
repository = "https://github.com/sthiele/clingofmt"
repository = "https://github.com/potassco/clingofmt"
license = "MIT"
edition = "2021"
exclude = ["/.github"]
Expand Down

0 comments on commit f193d27

Please sign in to comment.