Skip to content

Commit d266a73

Browse files
committed
Fix email address in headers
1 parent 3d61e84 commit d266a73

9 files changed

+9
-9
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM golang:latest as builder
33

44
# Add Maintainer Info
5-
LABEL maintainer="Honza Pokorny <me@honza.ca>"
5+
LABEL maintainer="Honza Pokorny <honza@pokorny.ca>"
66

77
# Set the Current Working Directory inside the container
88
WORKDIR /app

cmd/generate-default-configuration.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// smithy --- the git forge
2-
// Copyright (C) 2020 Honza Pokorny <me@honza.ca>
2+
// Copyright (C) 2020 Honza Pokorny <honza@pokorny.ca>
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// smithy --- the git forge
2-
// Copyright (C) 2020 Honza Pokorny <me@honza.ca>
2+
// Copyright (C) 2020 Honza Pokorny <honza@pokorny.ca>
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

cmd/serve.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// smithy --- the git forge
2-
// Copyright (C) 2020 Honza Pokorny <me@honza.ca>
2+
// Copyright (C) 2020 Honza Pokorny <honza@pokorny.ca>
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// smithy --- the git forge
2-
// Copyright (C) 2020 Honza Pokorny <me@honza.ca>
2+
// Copyright (C) 2020 Honza Pokorny <honza@pokorny.ca>
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// smithy --- the git forge
2-
// Copyright (C) 2020 Honza Pokorny <me@honza.ca>
2+
// Copyright (C) 2020 Honza Pokorny <honza@pokorny.ca>
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

pkg/smithy/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// smithy --- the git forge
2-
// Copyright (C) 2020 Honza Pokorny <me@honza.ca>
2+
// Copyright (C) 2020 Honza Pokorny <honza@pokorny.ca>
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

pkg/smithy/encoder.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// smithy --- the git forge
2-
// Copyright (C) 2020 Honza Pokorny <me@honza.ca>
2+
// Copyright (C) 2020 Honza Pokorny <honza@pokorny.ca>
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

pkg/smithy/smithy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// smithy --- the git forge
2-
// Copyright (C) 2020 Honza Pokorny <me@honza.ca>
2+
// Copyright (C) 2020 Honza Pokorny <honza@pokorny.ca>
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)