From 15518733b0db2cb2b200d7ef8e718fe2185b42b1 Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Sun, 9 Jun 2019 21:02:02 -0700 Subject: [PATCH] add GopenPGP to replace ObjectivePGP in the third-party components view --- .../OpenSourceComponentsTableViewController.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pass/Controllers/OpenSourceComponentsTableViewController.swift b/pass/Controllers/OpenSourceComponentsTableViewController.swift index 931b606..4adda18 100644 --- a/pass/Controllers/OpenSourceComponentsTableViewController.swift +++ b/pass/Controllers/OpenSourceComponentsTableViewController.swift @@ -20,9 +20,9 @@ class OpenSourceComponentsTableViewController: BasicStaticTableViewController { ["ObjectiveGit", "https://github.com/libgit2/objective-git", "https://github.com/libgit2/objective-git/blob/master/LICENSE"], - ["ObjectivePGP", - "https://github.com/krzyzanowskim/ObjectivePGP", - "https://github.com/krzyzanowskim/ObjectivePGP/blob/master/LICENSE.txt"], + ["GopenPGP", + "https://gopenpgp.org/", + "https://github.com/ProtonMail/gopenpgp/blob/master/LICENSE"], ["OneTimePassword", "https://github.com/mattrubin/OneTimePassword", "https://github.com/mattrubin/OneTimePassword/blob/develop/LICENSE.md",],