leoprikler pushed a commit to branch master
in repository guix.

commit 4db5addbdd4ea25084a2981b3e72f3ae57367a83
Author: Leo Prikler <[email protected]>
AuthorDate: Sat Jan 23 10:25:57 2021 +0100

    gnu: Minor whitespace cleanup.
    
    * gnu/packages/game-development.scm: Update copyright line for previous 
renpy commits.
    (love-nuklear): Strip space at the end of the line.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index d8ea29b..70a0a12 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2017, 2019 Rutger Helling <[email protected]>
 ;;; Copyright © 2018 Marius Bakke <[email protected]>
 ;;; Copyright © 2019 Pierre Neidhardt <[email protected]>
-;;; Copyright © 2019, 2020 Leo Prikler <[email protected]>
+;;; Copyright © 2019, 2020, 2021 Leo Prikler <[email protected]>
 ;;; Copyright © 2019 Jethro Cao <[email protected]>
 ;;; Copyright © 2020 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2020 Timotej Lazar <[email protected]>
@@ -748,7 +748,7 @@ programming language.")
                       (url "https://github.com/keharriso/love-nuklear/";)
                       (commit commit)
                       (recursive? #t)))
-                ;; NOTE: the HEAD of the Nuklear git-submodule is at commit 
+                ;; NOTE: the HEAD of the Nuklear git-submodule is at commit
                 ;; "adc52d710fe3c87194b99f540c53e82eb75c2521" of Oct 1 2019
                 (file-name (git-file-name name version))
                 (sha256

Reply via email to