From b6be7778558ec36e239cf7e53315c2e87491b1f2 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 8 Feb 2024 02:06:12 +0300 Subject: [PATCH] Readme : Update URL. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 8aa8260..60cf761 100644 --- a/Readme.md +++ b/Readme.md @@ -11,7 +11,7 @@ nix build ```nix { inputs = { - sampleapp.url = "git+https://git.voronind.com/voronind/nixos_sample_package.git"; + sampleapp.url = "git+https://git.voronind.com/voronind/template_nixos_package.git"; }; } ```