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 [