smithy

commit d266a73c544ab8fa1f578eed5d17056deef80c84

Author: Honza Pokorny <honza@pokorny.ca>

Fix email address in headers

 Dockerfile | 2 +-
 cmd/generate-default-configuration.go | 2 +-
 cmd/root.go | 2 +-
 cmd/serve.go | 2 +-
 cmd/version.go | 2 +-
 main.go | 2 +-
 pkg/smithy/config.go | 2 +-
 pkg/smithy/encoder.go | 2 +-
 pkg/smithy/smithy.go | 2 +-


diff --git a/Dockerfile b/Dockerfile
index 1928c13088c1924b9b0fe598ae6ccc1ba32cb3b2..b1a9d6d6ddaf6b27351a8237fabd6db9dd5d4380 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ # Start from the latest golang base image
 FROM golang:latest as builder
 
 # Add Maintainer Info
-LABEL maintainer="Honza Pokorny <me@honza.ca>"
+LABEL maintainer="Honza Pokorny <honza@pokorny.ca>"
 
 # Set the Current Working Directory inside the container
 WORKDIR /app




diff --git a/cmd/generate-default-configuration.go b/cmd/generate-default-configuration.go
index 7823f77cf6fafec8408f8b8484b9981ed8d56abc..abb913d032dbfede4a42b752ef5ed55e6c4294fe 100644
--- a/cmd/generate-default-configuration.go
+++ b/cmd/generate-default-configuration.go
@@ -1,5 +1,5 @@
 // smithy --- the git forge
-// Copyright (C) 2020   Honza Pokorny <me@honza.ca>
+// Copyright (C) 2020   Honza Pokorny <honza@pokorny.ca>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by




diff --git a/cmd/root.go b/cmd/root.go
index e0d620b359d2ddf41a83997782c4830f5c06d9e2..5f4dbc2b29b815e2b98d3c7cf1f2b64c37a87a1e 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -1,5 +1,5 @@
 // smithy --- the git forge
-// Copyright (C) 2020   Honza Pokorny <me@honza.ca>
+// Copyright (C) 2020   Honza Pokorny <honza@pokorny.ca>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by




diff --git a/cmd/serve.go b/cmd/serve.go
index 9cf9b443c5dbbdd3f0040683c9bc2b5ab74cc392..e8cf4003964557e680d070604ba383dabfd0753a 100644
--- a/cmd/serve.go
+++ b/cmd/serve.go
@@ -1,5 +1,5 @@
 // smithy --- the git forge
-// Copyright (C) 2020   Honza Pokorny <me@honza.ca>
+// Copyright (C) 2020   Honza Pokorny <honza@pokorny.ca>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by




diff --git a/cmd/version.go b/cmd/version.go
index d6d78062740b9d323c6d70a636b0f555c15afb14..52eed6f63085fb740c58a2944fa2b3a48c7236c2 100644
--- a/cmd/version.go
+++ b/cmd/version.go
@@ -1,5 +1,5 @@
 // smithy --- the git forge
-// Copyright (C) 2020   Honza Pokorny <me@honza.ca>
+// Copyright (C) 2020   Honza Pokorny <honza@pokorny.ca>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by




diff --git a/main.go b/main.go
index 7b20a9439bc1c9cdf55778b1cb79f66083a844e2..9315440beb9da85395a639ff25eac3fd657f8121 100644
--- a/main.go
+++ b/main.go
@@ -1,5 +1,5 @@
 // smithy --- the git forge
-// Copyright (C) 2020   Honza Pokorny <me@honza.ca>
+// Copyright (C) 2020   Honza Pokorny <honza@pokorny.ca>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by




diff --git a/pkg/smithy/config.go b/pkg/smithy/config.go
index 09f64992218e337bf01982093468146a26718c49..3482977339442f9b2fd9777206737b1a7d3a0242 100644
--- a/pkg/smithy/config.go
+++ b/pkg/smithy/config.go
@@ -1,5 +1,5 @@
 // smithy --- the git forge
-// Copyright (C) 2020   Honza Pokorny <me@honza.ca>
+// Copyright (C) 2020   Honza Pokorny <honza@pokorny.ca>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by




diff --git a/pkg/smithy/encoder.go b/pkg/smithy/encoder.go
index 2c3732d05f45ab1e4ff16d3db364e3c90a4521c9..cec3aa6020497eeaa4928f7e427f2e74e9a03805 100644
--- a/pkg/smithy/encoder.go
+++ b/pkg/smithy/encoder.go
@@ -1,5 +1,5 @@
 // smithy --- the git forge
-// Copyright (C) 2020   Honza Pokorny <me@honza.ca>
+// Copyright (C) 2020   Honza Pokorny <honza@pokorny.ca>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by




diff --git a/pkg/smithy/smithy.go b/pkg/smithy/smithy.go
index 7dff62d8571b5848f10d83cd1d3673a6028c1f69..d2044a0ee01f648f4260723183d8d66a0dfb83e7 100644
--- a/pkg/smithy/smithy.go
+++ b/pkg/smithy/smithy.go
@@ -1,5 +1,5 @@
 // smithy --- the git forge
-// Copyright (C) 2020   Honza Pokorny <me@honza.ca>
+// Copyright (C) 2020   Honza Pokorny <honza@pokorny.ca>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by