From 9bb0a64e1bbd1155a5aa5e5ff124132f2c99c0ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Tue, 19 Mar 2024 10:31:02 +0000 Subject: [PATCH] fix #10 --- Cargo.toml | 4 ++-- src/action/base/create_or_merge_nix_config.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2be5ecf95..0f1d7cc8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "nix-installer" -description = "The Determinate Nix Installer" +description = "Experimental Nix Installer" version = "0.14.0" edition = "2021" resolver = "2" license = "LGPL-2.1" -repository = "https://github.com/DeterminateSystems/nix-installer" +repository = "https://github.com/NixOS/experimental-nix-installer/issues/9" documentation = "https://docs.rs/nix-installer/latest/nix_installer" [package.metadata.riff.targets.aarch64-apple-darwin] diff --git a/src/action/base/create_or_merge_nix_config.rs b/src/action/base/create_or_merge_nix_config.rs index 4a0239cf8..2610c334f 100644 --- a/src/action/base/create_or_merge_nix_config.rs +++ b/src/action/base/create_or_merge_nix_config.rs @@ -410,7 +410,7 @@ impl Action for CreateOrMergeNixConfig { } new_config - .push_str("# Generated by https://github.com/DeterminateSystems/nix-installer.\n"); + .push_str("# Generated by https://github.com/NixOS/experimental-nix-installer.\n"); new_config.push_str("# See `/nix/nix-installer --version` for the version details.\n"); new_config.push_str("\n");