Skip to content

Commit

Permalink
.github: update funding and PR workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Whited <[email protected]>
  • Loading branch information
SamWhited committed Jul 14, 2022
1 parent 8aaeb57 commit 67249bd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: samwhited
open_collective: # Replace with a single Open Collective username
github: mellium
patreon: # samwhited
open_collective: mellium
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: SamWhited
liberapay: # SamWhited
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ['https://www.buymeacoffee.com/samwhited']
custom: # ['https://www.buymeacoffee.com/samwhited']
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
steps:
- uses: superbrothers/auto-close-action@c9be55e32fb1bc2e40207afe5e103f891799334e
with:
comment: "This repo is a mirror and does not accept PRs. See `README.md` and `CONTRIBUTING.md` for more information. Thanks for contributing!"
comment: "This repo is a mirror and does not accept PRs. See `README.md` for more information. Thanks for contributing!"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ An implementation of [RFC 7622], the XMPP Address Format, more commonly known as
Currently, due to Rust not having a [PRECIS] implementation, this package is not
fully compliant with 7622.

[RFC 7622]: https://tools.ietf.org/html/rfc7622
[PRECIS]: https://tools.ietf.org/html/rfc7564
If you'd like to contribute to the project, see [CONTRIBUTING.md].


## License
Expand All @@ -25,8 +24,14 @@ Licensed under either of

at your option.


### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.


[RFC 7622]: https://tools.ietf.org/html/rfc7622
[PRECIS]: https://tools.ietf.org/html/rfc7564
[CONTRIBUTING.md]: https://mellium.im/docs/CONTRIBUTING

0 comments on commit 67249bd

Please sign in to comment.