diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-12-24 20:51:48 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-12-24 20:51:48 +0100 |
commit | dc7d6d4ece30c7ab25e9f1927d64f2b409ab896c (patch) | |
tree | 312a569bb3763e0481df69ad7d4ad57d0cbcef5d | |
parent | 595b175103ce74e5bc288a5ec3734e62b82a9403 (diff) |
gnu: Fix copyright symbol.
* gnu/packages/maths.scm: Fix copyright line for Dave Love.
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index e8c7707408..bce6627379 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -21,7 +21,7 @@ ;;; Copyright © 2017 Theodoros Foradis <theodoros@foradis.org> ;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> -;;; Copyright � 2017 Dave Love <me@fx@gnu.org> +;;; Copyright © 2017 Dave Love <me@fx@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; |