Skip to content

Commit e6b21d2

Browse files
authored
Package.swift: make package name consistent (#255)
Rest of SwiftPM packages provided by Apple follow a dash-case naming scheme with `swift-` prefix.
1 parent 7e45005 commit e6b21d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import PackageDescription
44

55
let package = Package(
6-
name: "AsyncAlgorithms",
6+
name: "swift-async-algorithms",
77
platforms: [
88
.macOS("10.15"),
99
.iOS("13.0"),

0 commit comments

Comments
 (0)