From 96a303555e946bcf1ce855505b10d1266c251952 Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+franjsco@users.noreply.github.com> Date: Sun, 1 Mar 2020 23:50:34 +0100 Subject: [PATCH] Edit username --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfb9060..42df00f 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,4 @@ DB_PASSWORD=password GPLv3 --- -Made with ❤️ by Francesco Esposito ([@frsposito](https://github.com/frsposito)) +Made with ❤️ by Francesco Esposito ([@franjsco](https://github.com/franjsco)) diff --git a/package.json b/package.json index 4e419c5..a499293 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/frsposito/umbrello-api.git" + "url": "git+https://github.com/franjsco/umbrello-api.git" }, - "author": "frsposito", + "author": "franjsco", "license": "GPL-3.0-or-later", "devDependencies": { "@babel/cli": "^7.5.5",