File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ follow this guide when creating contributions to help make the project better!
88If you find a bug or a place where documentation needs to be improved, or if you
99have a feature request,
1010please
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
1212issues you submit, please be clear, and preferably have code examples indicating
1313what 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.
1818All pull requests must be reviewed before being merged. Please follow these
1919steps 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.
24243 . Create a branch in your fork for your contribution.
25254 . Add your contribution to the source tree.
26265 . Run the test suite. All tests MUST pass for a PR to be accepted.
Original file line number Diff line number Diff line change 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
77A purescript HTTP server framework.
@@ -18,7 +18,7 @@ HTTPure is:
1818
1919This project is currently fairly stable, but has not reached it's 1.0 release
2020yet. 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
2222signatures are _ mostly_ stable, but are subject to change before the 1.0 release
2323if there's a good reason to change them.
2424
Original file line number Diff line number Diff line change 17175 . If you are pushing a non-patch release, create and push a branch named with
1818 the version series, i.e. ` v0.1.x ` .
19196 . [ Create the release on
20- github] ( https://github.com/cprussin /purescript-httpure/releases/new ) .
20+ github] ( https://github.com/citizennet /purescript-httpure/releases/new ) .
Original file line number Diff line number Diff line change 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 " **/.*" ,
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments