diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 304df3bd75..dd08241080 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -2584,11 +2584,12 @@ (define-public python-tcod (package (name "python-tcod") (version "13.9.1") + (home-page "https://github.com/libtcod/python-tcod") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/libtcod/python-tcod") + (url home-page) (commit commit) (recursive? #true))) (file-name (git-file-name name version)) @@ -2613,7 +2614,6 @@ (define-public python-tcod (list python-numpy python-typing-extensions python-cffi)) - (home-page "https://github.com/libtcod/python-tcod") (synopsis "This library is a Python cffi port of libtcod") (description