this repo has no description
56
fork

Configure Feed

Select the types of activity you want to include in your feed.

cmd: s/fls/els

+2 -2
+1 -1
build.zig
··· 19 19 exe_mod.addImport("zeit", zeit_mod); 20 20 21 21 const exe = b.addExecutable(.{ 22 - .name = "fls", 22 + .name = "els", 23 23 .root_module = exe_mod, 24 24 }); 25 25
+1 -1
build.zig.zon
··· 6 6 // 7 7 // It is redundant to include "zig" in this name because it is already 8 8 // within the Zig package namespace. 9 - .name = .fls, 9 + .name = .els, 10 10 11 11 // This is a [Semantic Version](https://semver.org/). 12 12 // In a future version of Zig it will be used for package deduplication.