From 31222c82da933550f9289405a19439094176f4b1 Mon Sep 17 00:00:00 2001 From: quirinecker Date: Tue, 25 Nov 2025 22:22:36 +0100 Subject: [PATCH] updated license locations, so main license is shown --- LICENSES/AGPL-3.0.txt => LICENSE.AGPL-3.0.txt | 0 LICENSES/MIT.txt => LICENSE.txt | 0 README.md | 2 +- flake.nix | 4 ++-- 4 files changed, 3 insertions(+), 3 deletions(-) rename LICENSES/AGPL-3.0.txt => LICENSE.AGPL-3.0.txt (100%) rename LICENSES/MIT.txt => LICENSE.txt (100%) diff --git a/LICENSES/AGPL-3.0.txt b/LICENSE.AGPL-3.0.txt similarity index 100% rename from LICENSES/AGPL-3.0.txt rename to LICENSE.AGPL-3.0.txt diff --git a/LICENSES/MIT.txt b/LICENSE.txt similarity index 100% rename from LICENSES/MIT.txt rename to LICENSE.txt diff --git a/README.md b/README.md index 62da302..9e3eef7 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ ## License -Snooze Pal is licensed under [MIT License](LICENSES/MIT.txt) with the exception of the [`flake.nix`](flake.nix) file which is licensed under the [AGPL-3.0 License](LICENSES/AGPL-3.0.txt). +Snooze Pal is licensed under [MIT License](LICENSE.txt) with the exception of the [`flake.nix`](flake.nix) file which is licensed under the [AGPL-3.0 License](LICENSE.AGPL-3.0.txt). diff --git a/flake.nix b/flake.nix index b500638..4791c40 100644 --- a/flake.nix +++ b/flake.nix @@ -118,8 +118,8 @@ fenixPkgs: fenixPkgs.toolchainOf { channel = "stable"; - date = "2025-11-25"; - sha256 = "sha256-LU4C/i+maIOqBZagUaXpFyWZyOVfQ3Ah5/JTz7v6CG4="; + date = "2025-11-10"; + sha256 = "sha256-SDu4snEWjuZU475PERvu+iO50Mi39KVjqCeJeNvpguU="; }; toolchain = fenixPkgs.combine [