Skip to content

Commit ca4fc39

Browse files
authored
Merge pull request #31 from nim-lang/ringabout-patch-2
fixes #29; fixes osinfo deps
2 parents be7a66d + 7cbf205 commit ca4fc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

choosenim.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ when defined(macosx):
1919
requires "libcurl >= 1.0.0"
2020

2121
requires "analytics >= 0.3.0"
22-
requires "https://github.com/nim-lang/osinfo#437486dff62eb9d91ab1e55c780f84dd0d225e2b"
22+
requires "osinfo"
2323
requires "zippy >= 0.7.2"
2424
when defined(windows):
2525
requires "puppy >= 1.5.4"

0 commit comments

Comments
 (0)