summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gyro.zzz2
-rw-r--r--zig.mod2
2 files changed, 2 insertions, 2 deletions
diff --git a/gyro.zzz b/gyro.zzz
index c993e7e..e5b42ef 100644
--- a/gyro.zzz
+++ b/gyro.zzz
@@ -1,7 +1,7 @@
1pkgs: 1pkgs:
2 clap: 2 clap:
3 version: 0.5.0 3 version: 0.5.0
4 license: Unlicense 4 license: MIT
5 description: Simple command line argument parsing library 5 description: Simple command line argument parsing library
6 source_url: "https://github.com/Hejsil/zig-clap" 6 source_url: "https://github.com/Hejsil/zig-clap"
7 root: clap.zig 7 root: clap.zig
diff --git a/zig.mod b/zig.mod
index 00c1a69..14673d4 100644
--- a/zig.mod
+++ b/zig.mod
@@ -1,5 +1,5 @@
1id: aoe2l16htluewam6bfwvv0khsbbno8g8jd7suonifg74u7kd 1id: aoe2l16htluewam6bfwvv0khsbbno8g8jd7suonifg74u7kd
2name: clap 2name: clap
3main: clap.zig 3main: clap.zig
4license: Unlicense 4license: MIT
5dependencies: 5dependencies: