From a7ae878c5db7bee8f5c8275a52873b566e010218 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 16 Sep 2024 14:12:36 +0200 Subject: [PATCH] update PR docs to include https --- site/index.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/index.nix b/site/index.nix index 871f3a1..e497c89 100644 --- a/site/index.nix +++ b/site/index.nix @@ -68,7 +68,7 @@ in {

and make a PR to one of the repos adding yourself to the webring.nix file:
- { name = "name"; site = "mysite.tld"; config = "gitforge.tld/name/nixos"; } + { name = "name"; site = "https://mysite.tld"; config = "https://gitforge.tld/name/nixos"; }
linking your nixos config is entirely optional! (you'll be way cooler though)