mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-pygame: Reword description.
* gnu/packages/game-development.scm (python-pygame)[description]: Join sentences describing functionality. Capitalize “Python”. Cut down the marketing talk.
This commit is contained in:
parent
6dba52892b
commit
7a562e7f01
1 changed files with 2 additions and 2 deletions
|
@ -1247,8 +1247,8 @@ (define-public python-pygame
|
|||
(home-page "https://www.pygame.org")
|
||||
(synopsis "SDL wrapper for Python")
|
||||
(description "Pygame is a set of Python modules designed for writing games.
|
||||
Pygame adds functionality on top of the excellent SDL library. This allows you
|
||||
to create fully featured games and multimedia programs in the python language.")
|
||||
It adds functionality on top of the SDL library, allowing you to create games
|
||||
and multimedia programs in the Python language.")
|
||||
(license (list license:bsd-2
|
||||
;; python numeric license as listed by Debian looks like
|
||||
;; an Expat-style license with a warranty disclaimer for
|
||||
|
|
Loading…
Reference in a new issue