slashmo / gsoc-swift-baggage-context

BaggageContext library, extracted from slashmo/gsoc-swift-tracing
https://github.com/slashmo/gsoc-swift-tracing
Apache License 2.0
4 stars 2 forks source link

Invalid URL in README Installation #12

Closed pokryfka closed 4 years ago

pokryfka commented 4 years ago

While the package name has been changed, the URL of the repository remained the same.

Correct dependency:

        .package(
          name: "swift-baggage-context",
          url: "https://github.com/slashmo/gsoc-swift-baggage-context.git",
            .upToNextMinor(from: "0.1.0")
        ),
ktoso commented 4 years ago

This was changed already, what do you mean? https://github.com/slashmo/gsoc-swift-baggage-context/commit/349804a0599573d09df6e433cb8266b80727e5b0

ktoso commented 4 years ago

Ah repo url wrong... I'll fix that.

cc @slashmo

ktoso commented 4 years ago

Thanks, fixed

slashmo commented 4 years ago

Shoot, my bad 🤦‍♂️ Thanks for reporting and thanks for fixing it 👍