Link directly to the LICENSE and remove excess license identifier.
This commit is contained in:
parent
c5b5173e19
commit
64398f7211
|
@ -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.
|
||||
|
|
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue