diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-01-20 20:03:50 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-01-20 22:33:06 +0200 |
commit | 8ca06df5c2312593b0919582f5b040d8f4156a10 (patch) | |
tree | 99101308963ee62cb6d653a1881eb56d6781ab21 | |
parent | 151fa92672ac9a6c5ee7ed4f0f205edcda5d858a (diff) | |
download | guix-8ca06df5c2312593b0919582f5b040d8f4156a10.tar guix-8ca06df5c2312593b0919582f5b040d8f4156a10.tar.gz |
gnu: freedink-dfarc: Add upstream refresh information.
* gnu/packages/games.scm (freedink-dfarc)[properties]: New field.
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a97c88c9f3..7b73ae42ea 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1469,6 +1469,8 @@ To that extent, it also includes a front-end for managing all of your D-Mods.") (inputs `(("bzip2" ,bzip2) ("wxwidgets" ,wxwidgets))) + (properties '((ftp-directory . "/freedink") + (upstream-name . "dfarc"))) (home-page "https://www.gnu.org/software/freedink/") (synopsis "Front-end for managing and playing Dink Modules") (description "DFArc makes it easy to play and manage the GNU FreeDink game |