Skip to content

Commit f6749de

Browse files
committed
Update repository url references
1 parent e50f83e commit f6749de

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ follow this guide when creating contributions to help make the project better!
88
If you find a bug or a place where documentation needs to be improved, or if you
99
have a feature request,
1010
please
11-
[submit an issue](https://github.com/cprussin/purescript-httpure/issues/new)! In
11+
[submit an issue](https://github.com/citizennet/purescript-httpure/issues/new)! In
1212
issues you submit, please be clear, and preferably have code examples indicating
1313
what is broken, needs improvement, or what your requested API should look like.
1414

@@ -18,9 +18,9 @@ All contributions to this repository should come in the form of pull requests.
1818
All pull requests must be reviewed before being merged. Please follow these
1919
steps for creating a successful PR:
2020

21-
1. [Create an issue](https://github.com/cprussin/purescript-httpure/issues/new)
21+
1. [Create an issue](https://github.com/citizennet/purescript-httpure/issues/new)
2222
for your contribution.
23-
2. [Create a fork](https://github.com/cprussin/purescript-httpure) on github.
23+
2. [Create a fork](https://github.com/citizennet/purescript-httpure) on github.
2424
3. Create a branch in your fork for your contribution.
2525
4. Add your contribution to the source tree.
2626
5. Run the test suite. All tests MUST pass for a PR to be accepted.

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# HTTPure
22

3-
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/cprussin/purescript-httpure/main/License)
4-
[![Latest release](http://img.shields.io/github/release/cprussin/purescript-httpure.svg)](https://github.com/cprussin/purescript-httpure/releases)
3+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/citizennet/purescript-httpure/main/License)
4+
[![Latest release](http://img.shields.io/github/release/citizennet/purescript-httpure.svg)](https://github.com/citizennet/purescript-httpure/releases)
55
[![purescript-httpure on Pursuit](https://pursuit.purescript.org/packages/purescript-httpure/badge)](https://pursuit.purescript.org/packages/purescript-httpure)
66

77
A purescript HTTP server framework.
@@ -18,7 +18,7 @@ HTTPure is:
1818

1919
This project is currently fairly stable, but has not reached it's 1.0 release
2020
yet. You can track what's left before it gets there by looking at our
21-
[roadmap](https://github.com/cprussin/purescript-httpure/projects). The API
21+
[roadmap](https://github.com/citizennet/purescript-httpure/projects). The API
2222
signatures are _mostly_ stable, but are subject to change before the 1.0 release
2323
if there's a good reason to change them.
2424

Releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
5. If you are pushing a non-patch release, create and push a branch named with
1818
the version series, i.e. `v0.1.x`.
1919
6. [Create the release on
20-
github](https://github.com/cprussin/purescript-httpure/releases/new).
20+
github](https://github.com/citizennet/purescript-httpure/releases/new).

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/cprussin/purescript-httpure.git"
8+
"url": "https://github.com/citizennet/purescript-httpure.git"
99
},
1010
"ignore": [
1111
"**/.*",

spago.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
, packages = ./packages.dhall
2727
, sources = [ "src/**/*.purs" ]
2828
, license = "MIT"
29-
, repository = "https://github.com/cprussin/purescript-httpure.git"
29+
, repository = "https://github.com/citizennet/purescript-httpure.git"
3030
}

0 commit comments

Comments
 (0)