Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Feb 23, 2024
1 parent 933c352 commit 5173395
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ If a community member engages in unacceptable behavior, the community organizers

## 6. Reporting Guidelines

If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible. alfriadox@gmail.com.
If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible. venusflameblonde@gmail.com.



Additionally, community organizers are available to help community members engage with local law enforcement or to otherwise help those experiencing unacceptable behavior feel safe. In the context of in-person events, organizers will also provide escorts as desired by the person experiencing distress.

## 7. Addressing Grievances

If you feel you have been falsely or unfairly accused of violating this Code of Conduct, you should notify Alfriadox with a concise description of your grievance. Your grievance will be handled in accordance with our existing governing policies.
If you feel you have been falsely or unfairly accused of violating this Code of Conduct, you should notify Venus Xeon-Blonde with a concise description of your grievance. Your grievance will be handled in accordance with our existing governing policies.



Expand All @@ -73,7 +73,7 @@ This code of conduct and its related procedures also applies to unacceptable beh

## 9. Contact info

alfriadox@gmail.com
venusflameblonde@gmail.com

## 10. License and attribution

Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
#### Badges
| Service | Badge |
|:---:|:---:|
| Cargo Check Status | ![Cargo Check status](https://github.com/Alfriadox/wright-lang/actions/workflows/cargo-check.yml/badge.svg?branch=master) |
| Cargo Test Status | ![Cargo Test status](https://github.com/Alfriadox/wright-lang/actions/workflows/cargo-test.yml/badge.svg?branch=master) |
| Cargo Clippy Status | ![Cargo Clippy status](https://github.com/Alfriadox/wright-lang/actions/workflows/cargo-clippy.yml/badge.svg?branch=master) |
| Code Coverage | [![Coverage Status](https://coveralls.io/repos/github/Alfriadox/wright-lang/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/Alfriadox/wright-lang?branch=master) |
| Cargo Check Status | ![Cargo Check status](https://github.com/vcfxb/wright-lang/actions/workflows/cargo-check.yml/badge.svg?branch=master) |
| Cargo Test Status | ![Cargo Test status](https://github.com/vcfxb/wright-lang/actions/workflows/cargo-test.yml/badge.svg?branch=master) |
| Cargo Clippy Status | ![Cargo Clippy status](https://github.com/vcfxb/wright-lang/actions/workflows/cargo-clippy.yml/badge.svg?branch=master) |
| Code Coverage | [![Coverage Status](https://coveralls.io/repos/github/vcfxb/wright-lang/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/vcfxb/wright-lang?branch=master) |
| Docs.rs | [![Documentation](https://docs.rs/wright/badge.svg)](https://docs.rs/wright) |
| Crates.io | [![Crates.io](https://img.shields.io/crates/v/wright.svg)](https://crates.io/crates/wright) |
| GitHub release | [![GitHub release](https://img.shields.io/github/release/Alfriadox/wright-lang.svg)](https://github.com/Alfriadox/wright-lang/releases) |
| GitHub (pre-)release | [![GitHub (pre-)release](https://img.shields.io/github/release/Alfriadox/wright-lang/all.svg)](https://github.com/Alfriadox/wright-lang/releases) |
| GitHub release | [![GitHub release](https://img.shields.io/github/release/vcfxb/wright-lang.svg)](https://github.com/vcfxb/wright-lang/releases) |
| GitHub (pre-)release | [![GitHub (pre-)release](https://img.shields.io/github/release/vcfxb/wright-lang/all.svg)](https://github.com/vcfxb/wright-lang/releases) |
| Development Status | ![Status](https://img.shields.io/badge/status-actively--developed-green.svg) |

<!-- On `kill_cache=1` above: https://github.com/lemurheavy/coveralls-public/issues/1065#issuecomment-435494495 -->

| | Downloads|
|:---:|:---:|
| Total |![Github All Releases](https://img.shields.io/github/downloads/Alfriadox/wright-lang/total.svg) |
| Releases | ![Github Releases](https://img.shields.io/github/downloads/Alfriadox/wright-lang/latest/total.svg) |
| Pre-Releases| ![Github Pre-Releases](https://img.shields.io/github/downloads-pre/Alfriadox/wright-lang/latest/total.svg) |
| Total |![Github All Releases](https://img.shields.io/github/downloads/vcfxb/wright-lang/total.svg) |
| Releases | ![Github Releases](https://img.shields.io/github/downloads/vcfxb/wright-lang/latest/total.svg) |
| Pre-Releases| ![Github Pre-Releases](https://img.shields.io/github/downloads-pre/vcfxb/wright-lang/latest/total.svg) |
| Crates.io | [![Crates.io](https://img.shields.io/crates/d/wright.svg)](https://crates.io/crates/wright) |
| Crates.io (Latest) | [![Crates.io](https://img.shields.io/crates/dv/wright.svg)](https://crates.io/crates/wright/0.8.0) |

Expand All @@ -38,7 +38,7 @@ backend and type system.

### Installation:
There are several installation options.
1. Get the latest stable version from [the releases page](https://github.com/Alfriadox/wright-lang/releases).
1. Get the latest stable version from [the releases page](https://github.com/vcfxb/wright-lang/releases).
2. If you have rust, via `cargo install wright`.
3. Building from source, by cloning this repository, and running `cargo build --release` in the wright directory, and
then adding wright/target/release to your system path.
2 changes: 1 addition & 1 deletion wright/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "The wright programming language compiler and tooling."
license = "MIT"
version = "0.9.0"
authors = ["Venus Xeon-Blonde <[email protected]>"]
repository = "https://github.com/Alfriadox/wright-lang"
repository = "https://github.com/vcfxb/wright-lang"
documentation = "https://docs.rs/wright"
readme = "../README.md"
keywords = ["wright", "language", "bytecode", "compiler", "interpreter"]
Expand Down

0 comments on commit 5173395

Please sign in to comment.