From 64398f7211daed11ce084044ffbc418867f642c4 Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 23 Sep 2022 17:50:16 +0200 Subject: [PATCH] Link directly to the LICENSE and remove excess license identifier. --- README.md | 2 +- source/main.rs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c7f7b5..9d4fce7 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/source/main.rs b/source/main.rs index 09e8058..f5d87e2 100644 --- a/source/main.rs +++ b/source/main.rs @@ -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)]