Skip to content

Commit 6b9b23c

Browse files
committed
build: change package name from errorerrorerror to erikbdev
1 parent e179006 commit 6b9b23c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
],
1010
dependencies: [
1111
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
12-
.package(url: "https://github.com/errorerrorerror/swift-web.git", exact: "0.0.4"),
12+
.package(url: "https://github.com/erikbdev/swift-web.git", exact: "0.0.4"),
1313
.package(url: "https://github.com/hummingbird-project/hummingbird.git", exact: "2.5.0"),
1414
.package(url: "https://github.com/pointfreeco/swift-case-paths.git", from: "1.0.0"),
1515
.package(url: "https://github.com/pointfreeco/swift-url-routing.git", from: "0.6.2"),

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: '3'
22
services:
33
web:
4-
image: 'ghcr.io/errorerrorerror/erikbautista.dev:sha-${SOURCE_COMMIT:?error}'
4+
image: 'ghcr.io/erikbdev/erikbautista.dev:sha-${SOURCE_COMMIT:?error}'
55
expose:
66
- 8080

0 commit comments

Comments
 (0)