Skip to content

Commit bd90b66

Browse files
committedJul 24, 2023
migrate to NetworkInterfaceControllers
1 parent b1d2d2b commit bd90b66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "NetworkInterfaces"
1+
name = "NetworkInterfaceControllers"
22
uuid = "6f74fd91-2978-43ad-8164-3af8c0ec0142"
33
authors = ["Johannes Blaschke <johannes@blaschke.science>"]
44
version = "0.1.0"

‎src/NetworkInterfaces.jl renamed to ‎src/NetworkInterfaceControllers.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module NetworkInterfaces
1+
module NetworkInterfaceControllers
22
using Base: unsafe_convert, RefValue
33
using Sockets
44

0 commit comments

Comments
 (0)
Please sign in to comment.