From 67cca0f31d84fe92cf75bd78737f24cc9c3613de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20M=C3=B6sch?= Date: Sat, 28 Aug 2021 07:46:13 +0200 Subject: [PATCH] Re-add ObjectivePGP to list of open source components (#495) --- .../OpenSourceComponentsTableViewController.swift | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pass/Controllers/OpenSourceComponentsTableViewController.swift b/pass/Controllers/OpenSourceComponentsTableViewController.swift index c46b2f7..2720eef 100644 --- a/pass/Controllers/OpenSourceComponentsTableViewController.swift +++ b/pass/Controllers/OpenSourceComponentsTableViewController.swift @@ -31,6 +31,11 @@ class OpenSourceComponentsTableViewController: BasicStaticTableViewController { "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", + ], [ "OneTimePassword", "https://github.com/mattrubin/OneTimePassword",