marusich pushed a commit to branch wip-ppc64le
in repository guix.
commit f1fb4c207d5764e4d21c3708452bf2249383c230
Author: Chris Marusich <[email protected]>
AuthorDate: Sat Feb 6 16:55:43 2021 -0800
gnu: gcc: Add copyright line for Chris Marusich.
* gnu/packages/gcc.scm: Add a copyright line for Chris Marusich. This
should
have been part of commit db761a593992aea441055bda260461f4302a4667.
---
gnu/packages/gcc.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 331170f..e9fd26c 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -10,6 +10,7 @@
;;; Copyright © 2020 Joseph LaFreniere <[email protected]>
;;; Copyright © 2020 Guy Fleury Iteriteka <[email protected]>
;;; Copyright © 2020 Simon Tournier <[email protected]>
+;;; Copyright © 2021 Chris Marusich <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;