Skip to content

Commit

Permalink
Package.swift: make package name consistent (#255)
Browse files Browse the repository at this point in the history
Rest of SwiftPM packages provided by Apple follow a dash-case naming scheme with `swift-` prefix.
  • Loading branch information
MaxDesiatov authored Mar 9, 2023
1 parent 7e45005 commit e6b21d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import PackageDescription

let package = Package(
name: "AsyncAlgorithms",
name: "swift-async-algorithms",
platforms: [
.macOS("10.15"),
.iOS("13.0"),
Expand Down

0 comments on commit e6b21d2

Please sign in to comment.