Skip to content

Commit

Permalink
Update manfred-touron.go
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Jul 12, 2019
1 parent aa4b586 commit b37d4ad
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions manfred-touron.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ var Manfred = Person{
Fullname: "Manfred Touron",
Nickname: "moul",
Company: "Berty",
Homepage: "https://manfredtouron.com/",
Blog: "https://manfredtouron.com/blog",
Homepage: "https://manfred.life/",
Blog: "https://manfred.life/blog",
Location: "Paris, France",
Headline: "Passion & Madness",
Emoji: "👌",
SSHPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEApvPvDbWDY50Lsx4WyUInw407379iERte63OTTNae6+JgAeYsn52Z43Oeks/2qC0gxweq+sRY9ccqhfReie+r+mvl756T4G8lxX1ND8m6lZ9kM30Rvk0piZn3scF45spmLNzCNXza/Hagxy53P82ej2vq2ewXtjVdvW20G3cMHVLkcdgKJN+2s+UkSYlASW6enUj3no+bukT+6M8lJtlT0/0mZtnBRJtqCCvF0cm9xU0uxILrhIfdYAJ1XqaoqIQLFSDLVo5lILMzDNwV+CfAotRMWIKvWomCszhVQYHCQo2Z+b2Gs0TL4DRb23fRMdeaRufnVhh5ZMlNkb2ajaL6sw== m",
SSHPubKey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILvCixRQQQDi378rpFnvcguAjjKzAJDGO73cnN5B/u42",
}

func init() {
Expand All @@ -59,7 +59,7 @@ func init() {
Manfred.PGP.KeyAlgorithm = "RSA"
Manfred.PGP.KeyLength = 4096
Manfred.PGP.Name = "4096R/AB123456"
Manfred.PGP.URL = "https://manfredtouron.com/manfred.asc"
Manfred.PGP.URL = "https://manfred.life/manfred.asc"

// Orgs
Manfred.Organizations = map[string]organization{
Expand All @@ -68,6 +68,11 @@ func init() {
URL: "https://berty.tech",
Position: "Founder",
},
"parisp2p": {
Name: "Paris P2P",
URL: "https://p2p.paris",
Position: "Organizer",
},
"united-drivers": {
Name: "United Drivers",
URL: "https://www.united-drivers.org",
Expand Down

0 comments on commit b37d4ad

Please sign in to comment.