From b7c796c7a949c86bb2e21213deeea8e280011ba1 Mon Sep 17 00:00:00 2001 From: hamir-suspect Date: Thu, 26 Mar 2026 15:43:38 +0100 Subject: [PATCH] Remove dropbox contributors file --- CONTRIBUTORS.md | 7 ------- src/esaml.app.src | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 CONTRIBUTORS.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md deleted file mode 100644 index b096491..0000000 --- a/CONTRIBUTORS.md +++ /dev/null @@ -1,7 +0,0 @@ -# Contributors - -Contributions are welcome but they do require that you agree to Dropbox's _Contributor License Agreement_ found [here](https://opensource.dropbox.com/cla/). - -Fixes that enable compatibility with different IdP implementations are welcome if and only if they do not come at the expense of compatibility with already supported IdPs. `esaml` prefers to follow as closely to the SAML standards as possible. - -Bugs/issues opened without patches are also welcome, but might take a lot longer to be looked at. diff --git a/src/esaml.app.src b/src/esaml.app.src index c604fe3..6fe9287 100644 --- a/src/esaml.app.src +++ b/src/esaml.app.src @@ -6,7 +6,7 @@ {applications,[kernel,inets,ssl,stdlib,xmerl,cowlib,cowboy, ranch]}, {licenses,["BSD"]}, - {links,[{"Github","https://github.com/dropbox/esaml"}, + {links,[{"Github","https://github.com/Jump-App/esaml"}, {"Forked From","https://github.com/handnot2/esaml"}, {"Original Repo","https://github.com/arekinath/esaml"}]}, {env,[{org_name,"SAML Service Provider"},