diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 01:05:36 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 19:45:56 +0100 |
commit | b7a34617527eb23e239fdadc91e54eccdbe281aa (patch) | |
tree | cc6346989d02f370d5a8e21bf151baaab044fddd /gnu | |
parent | aaa41b412f7c31b5349738fe9494b4861da63d6d (diff) |
gnu: Fix typo.
* gnu/packages/maven.scm: Fix copyright header typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maven.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maven.scm b/gnu/packages/maven.scm index 592cc74f2d..c18850bb26 100644 --- a/gnu/packages/maven.scm +++ b/gnu/packages/maven.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2018 Julien Lepiller <julien@lepiller.eu> -;;; Copyright © 2019 Tobias Geerinckx-Rite <me@tobias.gr> +;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2019 Björn Höfling <bjoern.hoefling@bjoernhoefling.de> ;;; ;;; This file is part of GNU Guix. |