From 3dc8fde1530c2edd4efcaa96cf70719eab53ba53 Mon Sep 17 00:00:00 2001 From: Heitor Augusto <44377258+HeitorAugustoLN@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:16:46 -0300 Subject: [PATCH] chore: update repository owner in do-no-edit --- modules/options/do-not-edit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/options/do-not-edit.nix b/modules/options/do-not-edit.nix index d1500c5..4a31ae6 100644 --- a/modules/options/do-not-edit.nix +++ b/modules/options/do-not-edit.nix @@ -2,7 +2,7 @@ { options.flake-file.do-not-edit = lib.mkOption { default = '' - # DO-NOT-EDIT. This file was auto-generated using github:vic/flake-file. + # DO-NOT-EDIT. This file was auto-generated using github:denful/flake-file. # Use `nix run .#write-flake` to regenerate it. ''; description = "header comment";