Skip to content

Commit 2958d06

Browse files
committed
rename project
1 parent c071d78 commit 2958d06

10 files changed

+3
-3
lines changed
File renamed without changes.

my_project/daniel.lean Coverings/daniel.lean

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Mathlib.Topology.ContinuousOn
33
import Mathlib.Topology.Covering
44
import Mathlib.Topology.LocalHomeomorph
55
import Mathlib.Topology.UnitInterval
6-
import my_project.tony
6+
import Coverings.tony
77
open Topology Filter unitInterval Bundle
88

99
/-
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

lakefile.lean

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import Lake
22
open Lake DSL
33

4-
package «my_project» {
4+
package «coverings» {
55
-- add any package configuration options here
66
}
77

88
require mathlib from git
99
"https://github.com/leanprover-community/mathlib4.git"
1010

1111
@[default_target]
12-
lean_lib «my_project» {
12+
lean_lib «Coverings» {
1313
-- add any library configuration options here
1414
}

0 commit comments

Comments
 (0)