From 707717e7bef23c602da91e08d4dac3c758a1c975 Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Sun, 12 Feb 2017 02:04:06 +0800 Subject: [PATCH] add credits to FlatIcons --- pass/Controllers/SpecialThanksTableViewController.swift | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pass/Controllers/SpecialThanksTableViewController.swift b/pass/Controllers/SpecialThanksTableViewController.swift index c10ca93..48f1b8b 100644 --- a/pass/Controllers/SpecialThanksTableViewController.swift +++ b/pass/Controllers/SpecialThanksTableViewController.swift @@ -11,9 +11,11 @@ import UIKit class SpecialThanksTableViewController: BasicStaticTableViewController { let openSourceComponents = [ ["Password Store", - "http://passwordstore.org"], + "https://passwordstore.org"], ["Icon8", - "http://icons8.com"], + "https://icons8.com"], + ["FlatIcon", + "https://http://www.flaticon.com"], ] override func viewDidLoad() {