1
Fork 0

Link directly to the LICENSE and remove excess license identifier.

This commit is contained in:
Bauke 2022-09-23 17:50:16 +02:00
parent c5b5173e19
commit 64398f7211
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 1 additions and 3 deletions

View File

@ -49,4 +49,4 @@ Found a problem or want to request a new feature? Email [me@bauke.xyz](mailto:me
## License
Distributed under the [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html) license, see [LICENSE](LICENSE) for more information.
Distributed under the [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html) license, see [LICENSE](https://git.bauke.xyz/Bauke/steam-rss/src/branch/main/LICENSE) for more information.

View File

@ -16,8 +16,6 @@
//! # Steam RSS
//!
//! > **Get RSS feeds for Steam games.**
//!
//! *AGPL-3.0-or-later*
#![forbid(unsafe_code)]
#![warn(missing_docs, clippy::missing_docs_in_private_items)]