diff options
| author | Herman Rimm <herman@rimm.ee> | 2025-10-07 11:11:04 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-26 12:52:21 +0000 |
| commit | dfa81b27920bb98b8bb73707e4992f8273f03b34 (patch) | |
| tree | 4bfd9fbc781307922566e5c8b3181bc5a63aa218 /gnu | |
| parent | 182d4b3d343085d047fa5c8a7f314f974eef4219 (diff) | |
gnu: ddate: Fix synopsis.
* gnu/packages/calendar.scm (ddate): Comment on disabled tests, shorten
and fix synopsis.
Change-Id: Ie1e7abbc362aaedb00b6c4e4434a7deb285d0340
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/calendar.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm index 0723e1e6dcc..16fdd9ce3f5 100644 --- a/gnu/packages/calendar.scm +++ b/gnu/packages/calendar.scm @@ -207,9 +207,9 @@ algorithms library for calendar dates and durations. It also provides the (sha256 (base32 "1qchxnxvghbma6gp1g78wnjxsri0b72ha9axyk31cplssl7yn73f")))) (build-system cmake-build-system) - (arguments '(#:tests? #f)) + (arguments '(#:tests? #f)) ; no tests (home-page "https://github.com/bo0ts/ddate") - (synopsis "PERPETUAL DATE CONVERTER FROM GREGORIAN TO POEE CALENDAR") + (synopsis "Convert Gregorian dates to Discordian dates") (description "ddate displays the Discordian date and holidays of a given date. The Discordian calendar was made popular by the \"Illuminatus!\" trilogy |
