Skip to content

Commit

Permalink
Merge pull request #350 from okp4/refactor/update-email-address
Browse files Browse the repository at this point in the history
Refactor/update email address
  • Loading branch information
MdechampG authored Dec 1, 2023
2 parents 2f174d0 + 231c244 commit 77c0db8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ OKP4_DISCORD_NEMETON_URL='https://discord.gg/25mwbfkmKJ'
OKP4_DISCORD_TICKET_URL='https://discord.gg/sZRmPVxp3C'
OKP4_DISCORD_CHANNEL_URL='https://discord.com/channels/946759919678406696'
OKP4_DISCORD_TICKET_CHANNEL_URL='https://discord.com/channels/946759919678406696/1019918731364802621'
OKP4_MAIL_CONTACT_ADDRESS='nemeton@okp4.com'
OKP4_MAIL_CONTACT_ADDRESS='hello@okp4.org'
OKP4_LICENCE_BLOCKCHAIN_URL='https://www.apache.org/licenses/LICENSE-2.0'
OKP4_LICENCE_CODE_URL='https://opensource.org/licenses/BSD-3-Clause'
OKP4_LICENCE_ASSETS_URL='https://creativecommons.org/licenses/by-sa/4.0'
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2021, OKP4.com
Copyright (c) 2021, OKP4.org
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/pages/privacy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ const Privacy: NextPage<PrivacyProps> = props => {
<a href={discordNemetonUrl} rel="noreferrer" target="_blank">
our Nemeton program channel
</a>{' '}
on OKP4 Discord server or at <a href={`mailto:${contact}`}>{'nemeton@okp4.com'}</a>
on OKP4 Discord server or at <a href={`mailto:${contact}`}>{'hello@okp4.org'}</a>
</p>
<p>You can also contact us by post using the information below:</p>
<ul>
Expand Down

0 comments on commit 77c0db8

Please sign in to comment.