chore: Update my email address
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
c7e58cb6fc
commit
eb295d5b25
5 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@ name = "salvo-captcha"
|
|||
version = "0.1.0"
|
||||
rust-version = "1.75.0"
|
||||
edition = "2021"
|
||||
authors = ["Awiteb <awitb@hotmail.com>"]
|
||||
authors = ["Awiteb <a@4rs.nl>"]
|
||||
description = "A captcha middleware for Salvo framework."
|
||||
license = "MIT"
|
||||
repository = "https://github.com/TheAwiteb/salvo-captcha"
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2024, Awiteb <awiteb@hotmail.com>
|
||||
Copyright (c) 2024, Awiteb <a@4rs.nl>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2024, Awiteb <awiteb@hotmail.com>
|
||||
// Copyright (c) 2024, Awiteb <a@4rs.nl>
|
||||
// A captcha middleware for Salvo framework.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2024, Awiteb <awiteb@hotmail.com>
|
||||
// Copyright (c) 2024, Awiteb <a@4rs.nl>
|
||||
// A captcha middleware for Salvo framework.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2024, Awiteb <awiteb@hotmail.com>
|
||||
// Copyright (c) 2024, Awiteb <a@4rs.nl>
|
||||
// A captcha middleware for Salvo framework.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
|
|
Loading…
Reference in a new issue