diff --git a/README.md b/README.md index 49f6208..cc3e162 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ VPN Client app for [YunoHost](http://yunohost.org/). * Useful for hosting your server behind a filtered (and/or non-neutral) internet access. * Useful to have static IP addresses (IPv6 and IPv4). * Useful to easily move your server anywhere. -* With the [Hotspot app for YunoHost](https://github.com/jvaubourg/hotspot_ynh), you can broadcast your VPN access by wifi to use a clean internet connection (depending on your VPN provider) on your laptop (or those of your friends) without having to configure it. +* With the [Hotspot app for YunoHost](https://github.com/labriqueinternet/hotspot_ynh), you can broadcast your VPN access by wifi to use a clean internet connection (depending on your VPN provider) on your laptop (or those of your friends) without having to configure it. This YunoHost app is a part of the "[La Brique Internet](http://labriqueinter.net)" project but can be used independently. @@ -18,7 +18,7 @@ This YunoHost app is a part of the "[La Brique Internet](http://labriqueinter.ne * IPv6 compliant (with a delegated prefix) * Set an IPv6 from your delegated prefix (*prefix::42*) on the server, to use for the AAAA records * Use native IPv6 if available for creating the tunnel -* Web interface ([screenshot](https://raw.githubusercontent.com/jvaubourg/vpnclient_ynh/master/screenshot.png)) +* Web interface ([screenshot](https://raw.githubusercontent.com/labriqueinternet/vpnclient_ynh/master/screenshot.png)) ## Prerequisites diff --git a/conf/ipv6_compressed b/conf/ipv6_compressed index 8509f28..c5084a3 100644 --- a/conf/ipv6_compressed +++ b/conf/ipv6_compressed @@ -2,7 +2,7 @@ # VPN Client app for YunoHost # Copyright (C) 2015 Julien Vaubourg -# Contribute at https://github.com/jvaubourg/vpnclient_ynh +# Contribute at https://github.com/labriqueinternet/vpnclient_ynh # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/conf/ipv6_expanded b/conf/ipv6_expanded index 6e1a45f..3de7eb7 100644 --- a/conf/ipv6_expanded +++ b/conf/ipv6_expanded @@ -2,7 +2,7 @@ # VPN Client app for YunoHost # Copyright (C) 2015 Julien Vaubourg -# Contribute at https://github.com/jvaubourg/vpnclient_ynh +# Contribute at https://github.com/labriqueinternet/vpnclient_ynh # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/conf/nginx_vpnadmin.conf b/conf/nginx_vpnadmin.conf index b3c1ef4..1185d29 100644 --- a/conf/nginx_vpnadmin.conf +++ b/conf/nginx_vpnadmin.conf @@ -1,6 +1,6 @@ # VPN Client app for YunoHost # Copyright (C) 2015 Julien Vaubourg -# Contribute at https://github.com/jvaubourg/vpnclient_ynh +# Contribute at https://github.com/labriqueinternet/vpnclient_ynh # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/conf/phpfpm_vpnadmin.conf b/conf/phpfpm_vpnadmin.conf index f67e33a..a53e4fc 100644 --- a/conf/phpfpm_vpnadmin.conf +++ b/conf/phpfpm_vpnadmin.conf @@ -1,6 +1,6 @@ ; VPN Client app for YunoHost ; Copyright (C) 2015 Julien Vaubourg -; Contribute at https://github.com/jvaubourg/vpnclient_ynh +; Contribute at https://github.com/labriqueinternet/vpnclient_ynh ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU Affero General Public License as published by diff --git a/conf/ynh-vpnclient b/conf/ynh-vpnclient index bee0e76..f5c31ef 100644 --- a/conf/ynh-vpnclient +++ b/conf/ynh-vpnclient @@ -2,7 +2,7 @@ # VPN Client app for YunoHost # Copyright (C) 2015 Julien Vaubourg -# Contribute at https://github.com/jvaubourg/vpnclient_ynh +# Contribute at https://github.com/labriqueinternet/vpnclient_ynh # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/scripts/install b/scripts/install index dd79568..55903f3 100644 --- a/scripts/install +++ b/scripts/install @@ -2,7 +2,7 @@ # VPN Client app for YunoHost # Copyright (C) 2015 Julien Vaubourg -# Contribute at https://github.com/jvaubourg/vpnclient_ynh +# Contribute at https://github.com/labriqueinternet/vpnclient_ynh # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/scripts/remove b/scripts/remove index 62dd392..dc37240 100644 --- a/scripts/remove +++ b/scripts/remove @@ -2,7 +2,7 @@ # VPN Client app for YunoHost # Copyright (C) 2015 Julien Vaubourg -# Contribute at https://github.com/jvaubourg/vpnclient_ynh +# Contribute at https://github.com/labriqueinternet/vpnclient_ynh # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sources/config.php b/sources/config.php index 894a9a0..dce0aa6 100644 --- a/sources/config.php +++ b/sources/config.php @@ -2,7 +2,7 @@ /* VPN Client app for YunoHost * Copyright (C) 2015 Julien Vaubourg - * Contribute at https://github.com/jvaubourg/vpnclient_ynh + * Contribute at https://github.com/labriqueinternet/vpnclient_ynh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/sources/controller.php b/sources/controller.php index 969b562..6bc95db 100644 --- a/sources/controller.php +++ b/sources/controller.php @@ -2,7 +2,7 @@ /* VPN Client app for YunoHost * Copyright (C) 2015 Julien Vaubourg - * Contribute at https://github.com/jvaubourg/vpnclient_ynh + * Contribute at https://github.com/labriqueinternet/vpnclient_ynh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/sources/index.php b/sources/index.php index 42088e5..fd9ba9b 100644 --- a/sources/index.php +++ b/sources/index.php @@ -2,7 +2,7 @@ /* VPN Client app for YunoHost * Copyright (C) 2015 Julien Vaubourg - * Contribute at https://github.com/jvaubourg/vpnclient_ynh + * Contribute at https://github.com/labriqueinternet/vpnclient_ynh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/sources/public/css/style.css b/sources/public/css/style.css index 9b34823..059d2ab 100644 --- a/sources/public/css/style.css +++ b/sources/public/css/style.css @@ -1,6 +1,6 @@ /* VPN Client app for YunoHost * Copyright (C) 2015 Julien Vaubourg - * Contribute at https://github.com/jvaubourg/vpnclient_ynh + * Contribute at https://github.com/labriqueinternet/vpnclient_ynh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/sources/public/js/custom.js b/sources/public/js/custom.js index 507fd9d..7c9fced 100644 --- a/sources/public/js/custom.js +++ b/sources/public/js/custom.js @@ -1,6 +1,6 @@ /* VPN Client app for YunoHost * Copyright (C) 2015 Julien Vaubourg - * Contribute at https://github.com/jvaubourg/vpnclient_ynh + * Contribute at https://github.com/labriqueinternet/vpnclient_ynh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/sources/views/layout.html.php b/sources/views/layout.html.php index 84f0815..bf39bab 100644 --- a/sources/views/layout.html.php +++ b/sources/views/layout.html.php @@ -3,7 +3,7 @@