From 80d1ad6fe1b5b9088fe3fd279d43cfdc1092087e Mon Sep 17 00:00:00 2001 From: mitchell Date: Sun, 2 Jun 2019 15:49:40 -0700 Subject: [PATCH] Replace destinate with selfpass in projects data --- src/data/projects.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/projects.json b/src/data/projects.json index 9a7cb0e..90bae11 100644 --- a/src/data/projects.json +++ b/src/data/projects.json @@ -41,10 +41,10 @@ }, { - "title": "destinate", - "repoUrl": "https://github.com/mitchell/destinate", + "title": "selfpass", + "repoUrl": "https://github.com/mitchell/selfpass", "badges": [], - "description": "destinate is a react-native, iOS (and Android) app. Its main objective is to suggest places or activities to the user based on their past choices. It utilizes a serverless backend, written in Go and hosted on AWS API Gateway/Lambda. It is still under development, as a side project of Arash Lari and myself." + "description": "Selfpass is intended to be a single-user (or trusted multi-user) password manager capable of encrypting/decrypting credentials and storing them remotely through encrypted transportation. All of which is deployable locally or to popular cloud platforms such as GCP and AWS. Some of the technologies used includes, Go-Kit, gRPC, Docker, and Redis. Much more to read in the repo." }, {