Update crate information

This commit is contained in:
Gustav Palmqvist 2022-05-19 00:19:24 +02:00 committed by Link Mauve
parent 14dddf4aaa
commit be42dac792
2 changed files with 8 additions and 17 deletions

View file

@ -3,16 +3,16 @@ name = "sasl"
version = "0.5.0" version = "0.5.0"
authors = ["lumi <lumi@pew.im>"] authors = ["lumi <lumi@pew.im>"]
description = "A crate for SASL authentication. Currently only does the client side." description = "A crate for SASL authentication. Currently only does the client side."
homepage = "https://gitlab.com/lumi/sasl-rs" homepage = "https://gitlab.com/xmpp-rs/sasl-rs"
repository = "https://gitlab.com/lumi/sasl-rs" repository = "https://gitlab.com/xmpp-rs/sasl-rs"
documentation = "https://docs.rs/sasl" documentation = "https://docs.rs/sasl"
readme = "README.md" readme = "README.md"
keywords = ["sasl", "authentication"] keywords = ["sasl", "authentication"]
license = "LGPL-3.0+" license = "MPL-2.0"
edition = "2018" edition = "2018"
[badges] [badges]
gitlab = { repository = "lumi/sasl-rs" } gitlab = { repository = "xmpp-rs/sasl-rs" }
[features] [features]
default = ["scram", "anonymous"] default = ["scram", "anonymous"]

View file

@ -14,22 +14,13 @@ Look at the documentation [here](https://docs.rs/sasl).
What license is it under? What license is it under?
------------------------- -------------------------
LGPLv3 or later. See `COPYING` and `COPYING.LESSER`. MPL-2.0. See `LICENSE`.
License yadda yadda. License yadda yadda.
-------------------- --------------------
Copyright 2017, sasl-rs contributors. Copyright 2017, sasl-rs contributors.
This program is free software: you can redistribute it and/or modify This Source Code Form is subject to the terms of the Mozilla Public
it under the terms of the GNU Lesser General Public License as published by License, v. 2.0. If a copy of the MPL was not distributed with this
the Free Software Foundation, either version 3 of the License, or file, You can obtain one at https://mozilla.org/MPL/2.0/.
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.