Skip to content

Commit

Permalink
better extension name
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Dec 27, 2023
1 parent ac5650b commit 8c5b700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ julia = "1.6"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"

[extensions]
ShapefileMakie = "Makie"
ShapefileMakieExt = "Makie"

[extras]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Expand Down
2 changes: 1 addition & 1 deletion ext/ShapefileMakie.jl → ext/ShapefileMakieEx.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ShapefileMakie
module ShapefileMakieExt
using GeoInterfaceMakie: GeoInterfaceMakie
using Shapefile: Shapefile
using Makie: Makie
Expand Down

0 comments on commit 8c5b700

Please sign in to comment.