Skip to content

Commit 7bc1a5f

Browse files
committed
Remove note about collection signing being disaabled.
1 parent 46fc0ac commit 7bc1a5f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Sources/App/Views/Author/AuthorShow+View.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ enum AuthorShow {
5757
),
5858
.text(".")
5959
),
60-
.p(
61-
.strong("Note:"),
62-
.text(" Package collection signing is temporarily disabled. Package collections generated by Swift Package Index will still work, but you may get a certificate or security warning when using them."),
63-
),
6460
.copyableInputForm(buttonName: "Copy Package Collection URL",
6561
eventName: "Copy Package Collection URL Button",
6662
valueToCopy: SiteURL.packageCollectionAuthor(.value(model.owner)).absoluteURL()),

Sources/App/Views/Keyword/KeywordShow+View.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ enum KeywordShow {
5656
),
5757
.text(".")
5858
),
59-
.p(
60-
.strong("Note:"),
61-
.text(" Package collection signing is temporarily disabled. Package collections generated by Swift Package Index will still work, but you may get a certificate or security warning when using them."),
62-
),
6359
.copyableInputForm(buttonName: "Copy Package Collection URL",
6460
eventName: "Copy Package Collection URL Button",
6561
valueToCopy: SiteURL.packageCollectionKeyword(.value(model.keyword)).absoluteURL()),

0 commit comments

Comments
 (0)