From fdad83378fc09a69e5eed71dd22917cee427199d Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Sat, 19 Feb 2022 18:27:09 +0100 Subject: [PATCH] Update authors --- lemonldap-ng-common/META.json | 4 ++-- lemonldap-ng-common/META.yml | 4 ++-- lemonldap-ng-common/Makefile.PL | 4 ++-- lemonldap-ng-handler/META.json | 4 ++-- lemonldap-ng-handler/META.yml | 4 ++-- lemonldap-ng-handler/Makefile.PL | 4 ++-- lemonldap-ng-manager/META.json | 4 ++-- lemonldap-ng-manager/META.yml | 4 ++-- lemonldap-ng-manager/Makefile.PL | 4 ++-- lemonldap-ng-portal/META.json | 4 ++-- lemonldap-ng-portal/META.yml | 4 ++-- lemonldap-ng-portal/Makefile.PL | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/lemonldap-ng-common/META.json b/lemonldap-ng-common/META.json index 20e23ff47..0559831bf 100644 --- a/lemonldap-ng-common/META.json +++ b/lemonldap-ng-common/META.json @@ -1,7 +1,7 @@ { "abstract" : "Common files for Lemonldap::NG infrastructure", "author" : [ - "Xavier Guimard , Clément Oudot " + "Xavier Guimard , Clement Oudot , Christophe Maudoux , Maxime Besson " ], "dynamic_config" : 1, "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010", @@ -72,7 +72,7 @@ "bugtracker" : { "web" : "https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues" }, - "homepage" : "http://lemonldap-ng.org/", + "homepage" : "https://lemonldap-ng.org/", "license" : [ "http://opensource.org/licenses/GPL-2.0" ], diff --git a/lemonldap-ng-common/META.yml b/lemonldap-ng-common/META.yml index fab495861..b4d9d4c40 100644 --- a/lemonldap-ng-common/META.yml +++ b/lemonldap-ng-common/META.yml @@ -1,7 +1,7 @@ --- abstract: 'Common files for Lemonldap::NG infrastructure' author: - - 'Xavier Guimard , Clément Oudot ' + - 'Xavier Guimard , Clement Oudot , Christophe Maudoux , Maxime Besson ' build_requires: IO::String: '0' Net::LDAP: '0' @@ -52,7 +52,7 @@ resources: MailingList: mailto:lemonldap-ng-dev@ow2.org X_twitter: https://twitter.com/lemonldapng bugtracker: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues - homepage: http://lemonldap-ng.org/ + homepage: https://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 version: v2.0.14 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lemonldap-ng-common/Makefile.PL b/lemonldap-ng-common/Makefile.PL index 0b4067bda..7f7d9c41f 100644 --- a/lemonldap-ng-common/Makefile.PL +++ b/lemonldap-ng-common/Makefile.PL @@ -62,7 +62,7 @@ WriteMakefile( }, MailingList => 'mailto:lemonldap-ng-dev@ow2.org', license => 'http://opensource.org/licenses/GPL-2.0', - homepage => 'http://lemonldap-ng.org/', + homepage => 'https://lemonldap-ng.org/', bugtracker => 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues', x_twitter => 'https://twitter.com/lemonldapng', @@ -94,7 +94,7 @@ WriteMakefile( ABSTRACT_FROM => 'lib/Lemonldap/NG/Common.pm', # retrieve abstract from module AUTHOR => -'Xavier Guimard , Clément Oudot ' +'Xavier Guimard , Clement Oudot , Christophe Maudoux , Maxime Besson ' ) : () ), diff --git a/lemonldap-ng-handler/META.json b/lemonldap-ng-handler/META.json index 75ae6f5e7..79ea0d7da 100644 --- a/lemonldap-ng-handler/META.json +++ b/lemonldap-ng-handler/META.json @@ -1,7 +1,7 @@ { "abstract" : "The Apache protection module part of Lemonldap::NG Web-SSO system.", "author" : [ - "Xavier Guimard , Clément Oudot " + "Xavier Guimard , Clement Oudot , Christophe Maudoux , Maxime Besson " ], "dynamic_config" : 1, "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010", @@ -57,7 +57,7 @@ "bugtracker" : { "web" : "https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues" }, - "homepage" : "http://lemonldap-ng.org/", + "homepage" : "https://lemonldap-ng.org/", "license" : [ "http://opensource.org/licenses/GPL-2.0" ], diff --git a/lemonldap-ng-handler/META.yml b/lemonldap-ng-handler/META.yml index 408bc4c4e..48ffe248d 100644 --- a/lemonldap-ng-handler/META.yml +++ b/lemonldap-ng-handler/META.yml @@ -1,7 +1,7 @@ --- abstract: 'The Apache protection module part of Lemonldap::NG Web-SSO system.' author: - - 'Xavier Guimard , Clément Oudot ' + - 'Xavier Guimard , Clement Oudot , Christophe Maudoux , Maxime Besson ' build_requires: Cwd: '0' Digest::HMAC_SHA1: '0' @@ -37,7 +37,7 @@ resources: MailingList: mailto:lemonldap-ng-dev@ow2.org X_twitter: https://twitter.com/lemonldapng bugtracker: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues - homepage: http://lemonldap-ng.org/ + homepage: https://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 version: v2.0.14 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lemonldap-ng-handler/Makefile.PL b/lemonldap-ng-handler/Makefile.PL index 5bece8845..3983f4a04 100644 --- a/lemonldap-ng-handler/Makefile.PL +++ b/lemonldap-ng-handler/Makefile.PL @@ -32,7 +32,7 @@ WriteMakefile( }, MailingList => 'mailto:lemonldap-ng-dev@ow2.org', license => 'http://opensource.org/licenses/GPL-2.0', - homepage => 'http://lemonldap-ng.org/', + homepage => 'https://lemonldap-ng.org/', bugtracker => 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues', x_twitter => 'https://twitter.com/lemonldapng', @@ -51,7 +51,7 @@ WriteMakefile( ABSTRACT_FROM => 'lib/Lemonldap/NG/Handler.pm', # retrieve abstract from module AUTHOR => -'Xavier Guimard , Clément Oudot ' +'Xavier Guimard , Clement Oudot , Christophe Maudoux , Maxime Besson ' ) : () ), diff --git a/lemonldap-ng-manager/META.json b/lemonldap-ng-manager/META.json index d71369c34..cbe06e35a 100644 --- a/lemonldap-ng-manager/META.json +++ b/lemonldap-ng-manager/META.json @@ -1,7 +1,7 @@ { "abstract" : "Perl extension for managing Lemonldap::NG Web-SSO system.", "author" : [ - "Xavier Guimard , Clément Oudot " + "Xavier Guimard , Clement Oudot , Christophe Maudoux , Maxime Besson " ], "dynamic_config" : 1, "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010", @@ -52,7 +52,7 @@ "bugtracker" : { "web" : "https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues" }, - "homepage" : "http://lemonldap-ng.org/", + "homepage" : "https://lemonldap-ng.org/", "license" : [ "http://opensource.org/licenses/GPL-2.0" ], diff --git a/lemonldap-ng-manager/META.yml b/lemonldap-ng-manager/META.yml index 4fe11fd9f..1c96a52a1 100644 --- a/lemonldap-ng-manager/META.yml +++ b/lemonldap-ng-manager/META.yml @@ -1,7 +1,7 @@ --- abstract: 'Perl extension for managing Lemonldap::NG Web-SSO system.' author: - - 'Xavier Guimard , Clément Oudot ' + - 'Xavier Guimard , Clement Oudot , Christophe Maudoux , Maxime Besson ' build_requires: Email::Sender: '0' IO::String: '0' @@ -32,7 +32,7 @@ resources: MailingList: mailto:lemonldap-ng-dev@ow2.org X_twitter: https://twitter.com/lemonldapng bugtracker: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues - homepage: http://lemonldap-ng.org/ + homepage: https://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 version: v2.0.14 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lemonldap-ng-manager/Makefile.PL b/lemonldap-ng-manager/Makefile.PL index edf510d5e..11e363445 100644 --- a/lemonldap-ng-manager/Makefile.PL +++ b/lemonldap-ng-manager/Makefile.PL @@ -25,7 +25,7 @@ WriteMakefile( }, MailingList => 'mailto:lemonldap-ng-dev@ow2.org', license => 'http://opensource.org/licenses/GPL-2.0', - homepage => 'http://lemonldap-ng.org/', + homepage => 'https://lemonldap-ng.org/', bugtracker => 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues', x_twitter => 'https://twitter.com/lemonldapng', @@ -45,7 +45,7 @@ WriteMakefile( ABSTRACT_FROM => 'lib/Lemonldap/NG/Manager.pm', # retrieve abstract from module AUTHOR => -'Xavier Guimard , Clément Oudot ' +'Xavier Guimard , Clement Oudot , Christophe Maudoux , Maxime Besson ' ) : () ), diff --git a/lemonldap-ng-portal/META.json b/lemonldap-ng-portal/META.json index 559cf566b..0e30d4254 100644 --- a/lemonldap-ng-portal/META.json +++ b/lemonldap-ng-portal/META.json @@ -1,7 +1,7 @@ { "abstract" : "The authentication portal part of Lemonldap::NG Web-SSO system.", "author" : [ - "Xavier Guimard , Clément Oudot " + "Xavier Guimard , Clement Oudot , Christophe Maudoux , Maxime Besson " ], "dynamic_config" : 1, "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010", @@ -82,7 +82,7 @@ "bugtracker" : { "web" : "https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues" }, - "homepage" : "http://lemonldap-ng.org/", + "homepage" : "https://lemonldap-ng.org/", "license" : [ "http://opensource.org/licenses/GPL-2.0" ], diff --git a/lemonldap-ng-portal/META.yml b/lemonldap-ng-portal/META.yml index 445ba288f..a5b94d164 100644 --- a/lemonldap-ng-portal/META.yml +++ b/lemonldap-ng-portal/META.yml @@ -1,7 +1,7 @@ --- abstract: 'The authentication portal part of Lemonldap::NG Web-SSO system.' author: - - 'Xavier Guimard , Clément Oudot ' + - 'Xavier Guimard , Clement Oudot , Christophe Maudoux , Maxime Besson ' build_requires: Convert::Base32: '0' Email::Sender: '0' @@ -62,7 +62,7 @@ resources: MailingList: mailto:lemonldap-ng-dev@ow2.org X_twitter: https://twitter.com/lemonldapng bugtracker: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues - homepage: http://lemonldap-ng.org/ + homepage: https://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 version: v2.0.14 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lemonldap-ng-portal/Makefile.PL b/lemonldap-ng-portal/Makefile.PL index a94a15f57..69769bb83 100644 --- a/lemonldap-ng-portal/Makefile.PL +++ b/lemonldap-ng-portal/Makefile.PL @@ -43,7 +43,7 @@ WriteMakefile( }, MailingList => 'mailto:lemonldap-ng-dev@ow2.org', license => 'http://opensource.org/licenses/GPL-2.0', - homepage => 'http://lemonldap-ng.org/', + homepage => 'https://lemonldap-ng.org/', bugtracker => 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues', x_twitter => 'https://twitter.com/lemonldapng', @@ -75,7 +75,7 @@ WriteMakefile( ABSTRACT_FROM => 'lib/Lemonldap/NG/Portal.pm', # retrieve abstract from module AUTHOR => -'Xavier Guimard , Clément Oudot ' +'Xavier Guimard , Clement Oudot , Christophe Maudoux , Maxime Besson ' ) : () ),