aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example/flake.nix2
-rw-r--r--readme.md2
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 }:
diff --git a/readme.md b/readme.md
index 42fe7a7..33fc334 100644
--- a/readme.md
+++ b/readme.md
@@ -18,7 +18,7 @@ Issues and patches: email the author.
18 18
19## Licence and copyright 19## Licence and copyright
20 20
21Copyright (C) 2023 Pacien TRAN-GIRARD. 21Copyright (C) 2023 Euxane TRAN-GIRARD.
22 22
23This project is distributed under the terms of European Union Public Licence 23This project is distributed under the terms of European Union Public Licence
24version 1.2, a copy of which is provided in `./licence.txt`. 24version 1.2, a copy of which is provided in `./licence.txt`.