Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit ee89a22

Browse files
committed
move to codeberg
1 parent 3316518 commit ee89a22

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
This repository contains the [anyhash](anyhash) and [anyhash-macros](anyhash-macros) crates.
2-
3-
[Documentation at docs.rs](https://docs.rs/anyhash/)
1+
# This repository has moved to https://codeberg.org/maia/anyhash

anyhash-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
authors = ["Maia S. R."]
66
license = "MIT OR Apache-2.0 OR Zlib"
77
description = "Proc macros for the anyhash crate"
8-
repository = "https://github.com/maia-s/anyhash"
8+
repository = "https://codeberg.org/maia/anyhash"
99

1010
[lib]
1111
proc-macro = true

anyhash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
authors = ["Maia S. R."]
66
license = "Zlib OR MIT OR Apache-2.0"
77
description = "Traits and utilities for making hashes of any type"
8-
repository = "https://github.com/maia-s/anyhash"
8+
repository = "https://codeberg.org/maia/anyhash"
99
documentation = "https://docs.rs/anyhash"
1010
keywords = ["hash", "hashing", "generic", "endian", "endian-independent"]
1111
categories = ["algorithms", "no-std", "no-std::no-alloc"]

0 commit comments

Comments
 (0)