From: Christopher Allan Webber Date: Thu, 9 Feb 2017 22:06:30 +0000 (-0600) Subject: A not-incorrect description in guix.scm X-Git-Tag: fosdem-2017~3 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=7b90b4d923b06999d38c171c882b7023a7c338cd;hp=929b6c5c898d33c085aed150fad70734b9f1db42 A not-incorrect description in guix.scm --- diff --git a/guix.scm b/guix.scm index 04e5236..09f843b 100644 --- a/guix.scm +++ b/guix.scm @@ -99,6 +99,5 @@ (home-page "https://notabug.org/cwebber/mudsync/") (synopsis "Live hackable MUD system") (description - "GNU 8sync (pronounced \"eight-sync\") is an asynchronous programming -library for GNU Guile based on the actor model.") + "Mudsync is a live hackable MUD system built on top of GNU 8sync.") (license gpl3+))