From 4793ee6509719aca06b17e7a334afa3a090436e8 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Thu, 20 Aug 2015 20:13:11 +0200 Subject: [PATCH] Fixed my name & website :ok_hand: --- composer.json | 1 + .../Resources/views/themes/material/Static/about.html.twig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 709b23ac..2c5111fd 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ }, { "name": "Jérémy Benoist", + "homepage": "http://www.j0k3r.net", "role": "Developer" } ], diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig index 8c6269ec..5de71d77 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig @@ -21,7 +21,7 @@
{% trans %}Developed by{% endtrans %}
Nicolas Lœuillet — {% trans %}website{% endtrans %}
Thomas Citharel — {% trans %}website{% endtrans %}
-
Jérémy Besnoit — {% trans %}website{% endtrans %}
+
Jérémy Benoist — {% trans %}website{% endtrans %}
{% trans %}And many others contributors ♥{% endtrans %} {% trans %}on Github{% endtrans %}
{% trans %}Project website{% endtrans %}
https://www.wallabag.org
-- 2.41.0