diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-12-04 08:50:30 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-12-04 08:50:30 +0200 |
commit | 8a610eb6059f874e9b24c2939d21df840014db8f (patch) | |
tree | e72bea1b8ab5ef87bfecb1dfc9808f6ad6cb0deb | |
parent | 8c1585171700b4f0ada0a3030b79b63ea14f9c17 (diff) | |
download | guix-8a610eb6059f874e9b24c2939d21df840014db8f.tar guix-8a610eb6059f874e9b24c2939d21df840014db8f.tar.gz |
gnu: Fix header in (gnu packages golang).
* gnu/packages/golang.scm: Replace header line declaring this file as
part of GNU Guix.
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 0800b49569..9d8dcda545 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -6,7 +6,7 @@ ;;; Copyright © 2016 Petter <petter@mykolab.ch> ;;; Copyright © 2016 Leo Famulari <leo@famulari.name> ;;; -;;; This file is an addendum GNU Guix. +;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by |