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";