Skip to content

Commit

Permalink
chore(info): add package desc
Browse files Browse the repository at this point in the history
Signed-off-by: Kaiyang Wu <[email protected]>
  • Loading branch information
OriginCode committed Jan 8, 2025
1 parent d54d787 commit 10048f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(define deps '("base"))
(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib"))
(define scribblings '(("scribblings/aosc.scrbl" ())))
(define pkg-desc "Description Here")
(define pkg-desc "AOSC Racket Packaging Tools")
(define version "0.0")
(define pkg-authors '(origincode))
(define license '(Apache-2.0 OR MIT))

0 comments on commit 10048f3

Please sign in to comment.