]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.scaffold: change developer-name example to just Stacky.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 21 Sep 2023 02:57:38 +0000 (19:57 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 21 Sep 2023 02:57:38 +0000 (19:57 -0700)
basis/tools/scaffold/scaffold-docs.factor

index 0445b53b836759e71d5eeb41dbb830650049d77b..2db6f5ca8c410e70ef03de9680c1e72530ea49aa 100644 (file)
@@ -5,7 +5,7 @@ IN: tools.scaffold
 
 HELP: developer-name
 { $description "Set this symbol to hold your name so that the scaffold tools can generate the correct file header for copyright. Setting this variable in your .factor-boot-rc file is recommended." }
-{ $code "USING: namespaces tools.scaffold ;\n\"Stacky Guy\" developer-name set-global" } ;
+{ $code "USING: namespaces tools.scaffold ;\n\"Stacky\" developer-name set-global" } ;
 
 HELP: help.
 { $values