diff options
author | euxane | 2024-08-31 20:42:23 +0200 |
---|---|---|
committer | euxane | 2024-08-31 20:43:23 +0200 |
commit | 0f9d50acd8f8a8fa145df0d43d6493c4381eaff2 (patch) | |
tree | 1ec8a3034c0f79416952ceec28504de2c5fb5377 | |
parent | d35f4f3b0681ed77e7ab97aef7f3395320eaa6aa (diff) | |
download | flaky-utils-0f9d50acd8f8a8fa145df0d43d6493c4381eaff2.tar.gz |
update name and domain
-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`. |