diff options
-rw-r--r-- | example/flake.nix | 2 | ||||
-rw-r--r-- | readme.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/example/flake.nix b/example/flake.nix index c7752d0..b344291 100644 --- a/example/flake.nix +++ b/example/flake.nix | |||
@@ -4,7 +4,7 @@ | |||
4 | inputs = { | 4 | inputs = { |
5 | nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; | 5 | nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; |
6 | flake-utils.url = "github:numtide/flake-utils"; | 6 | flake-utils.url = "github:numtide/flake-utils"; |
7 | flaky-utils.url = "git+https://cgit.pacien.net/libs/flaky-utils"; | 7 | flaky-utils.url = "git+https://cgit.euxane.net/libs/flaky-utils"; |
8 | }; | 8 | }; |
9 | 9 | ||
10 | outputs = { self, nixpkgs, flake-utils, flaky-utils }: | 10 | outputs = { self, nixpkgs, flake-utils, flaky-utils }: |
@@ -18,7 +18,7 @@ Issues and patches: email the author. | |||
18 | 18 | ||
19 | ## Licence and copyright | 19 | ## Licence and copyright |
20 | 20 | ||
21 | Copyright (C) 2023 Pacien TRAN-GIRARD. | 21 | Copyright (C) 2023 Euxane TRAN-GIRARD. |
22 | 22 | ||
23 | This project is distributed under the terms of European Union Public Licence | 23 | This project is distributed under the terms of European Union Public Licence |
24 | version 1.2, a copy of which is provided in `./licence.txt`. | 24 | version 1.2, a copy of which is provided in `./licence.txt`. |