We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eedba6 commit fdae48bCopy full SHA for fdae48b
spec/fixtures/example-project/lake-manifest.json
@@ -31,7 +31,7 @@
31
{"url": "https://github.com/leanprover-community/import-graph",
32
"type": "git",
33
"subDir": null,
34
- "scope": "",
+ "scope": "leanprover-community",
35
"rev": "ac7b989cbf99169509433124ae484318e953d201",
36
"name": "importGraph",
37
"manifestFile": "lake-manifest.json",
spec/fixtures/example-project/lakefile.toml
@@ -7,8 +7,7 @@ path = "foo"
7
8
[[require]]
9
name = "importGraph"
10
-git = "https://github.com/leanprover-community/import-graph"
11
-rev = "main"
+scope = "leanprover-community"
12
13
[[lean_lib]]
14
name = "Test"
0 commit comments