diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2022-03-09 00:40:17 -0700 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-03-09 00:40:17 -0700 |
| commit | 5f31759994fc263e45ed067847b439bc30a53f0a (patch) | |
| tree | 3ffcc20aa3be556009c861df10e917ac38773625 /package.yaml | |
| parent | 66e9d8b8477075705d609a15f74eecd4e5304247 (diff) | |
| download | wordleai-master.tar.gz wordleai-master.tar.bz2 wordleai-master.zip | |
Diffstat (limited to 'package.yaml')
| -rw-r--r-- | package.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.yaml b/package.yaml index 3041f00..68dcea4 100644 --- a/package.yaml +++ b/package.yaml @@ -1,4 +1,4 @@ -name: jrahm-xmonad +name: wordleai version: 0.0.1 executables: @@ -8,3 +8,4 @@ executables: dependencies: - base >= 4.0.0 + - containers |