Skip to content

Commit

Permalink
Change details to match new email, new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaechus committed Jan 21, 2022
1 parent 686cfd9 commit 6beac05
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 99 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/linux.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/macos.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/windows.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "kingslayer"
version = "0.5.5"
authors = ["Maxwell Anderson <maxwell.brayden.anderson@gmail.com>"]
authors = ["Maxwell Anderson <maxwell.anderson.public@protonmail.com>"]
edition = "2021"
license = "MIT"
description = "A text adventure dungeon crawler game written in Rust"
readme = "README.md"
repository = "https://github.com/Zaechus/kingslayer"
repository = "https://gitlab.com/Zaechus/kingslayer"
keywords = ["text", "adventure", "game", "dungeon", "crawler"]
categories = ["games", "game-engines"]

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Maxwell Anderson
Copyright (c) 2018-2022 Maxwell Anderson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# 👑 Kingslayer ⚔️

[![Linux](https://github.com/Zaechus/kingslayer/workflows/Linux/badge.svg)](https://github.com/Zaechus/kingslayer/actions?query=workflow%3ALinux)
[![Windows](https://github.com/Zaechus/kingslayer/workflows/Windows/badge.svg)](https://github.com/Zaechus/kingslayer/actions?query=workflow%3AWindows)
[![Mac](https://github.com/Zaechus/kingslayer/workflows/Mac/badge.svg)](https://github.com/Zaechus/kingslayer/actions?query=workflow%3AMac)
[![Crates.io](https://img.shields.io/crates/v/kingslayer)](https://crates.io/crates/kingslayer)
[![Kingslayer documentation](https://docs.rs/kingslayer/badge.svg)](https://docs.rs/kingslayer)
[![Run on Repl.it](https://repl.it/badge/github/Zaechus/kingslayer)](https://repl.it/github/Zaechus/kingslayer)

Kingslayer is a text-based dungeon crawler written in Rust. It is a continuation of [thekinggame](https://github.com/Zaechus/thekinggame).

Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ c:
cargo doc
cargo build

cargo test
cargo test

0 comments on commit 6beac05

Please sign in to comment.