From f36cc5ad94becb04c7dffc0628ce44d0f72b2a2f Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Thu, 13 Aug 2026 19:42:49 +0200 Subject: [PATCH] Change package identifiers to git-cli and also the documentation. --- Makefile.rkt => Makefile | 0 info.rkt | 7 +++---- scribblings/{git.scrbl => git-cli.scrbl} | 0 3 files changed, 3 insertions(+), 4 deletions(-) rename Makefile.rkt => Makefile (100%) rename scribblings/{git.scrbl => git-cli.scrbl} (100%) diff --git a/Makefile.rkt b/Makefile similarity index 100% rename from Makefile.rkt rename to Makefile diff --git a/info.rkt b/info.rkt index 0d0fc5c..0906c2f 100644 --- a/info.rkt +++ b/info.rkt @@ -2,7 +2,7 @@ (define collection "git-cli") (define pkg-desc "Command-line-like Git operations for Racket, interface to the git cli command") -(define version "0.3.21") +(define version "0.3.22") (define pkg-authors '("Hans Dijkema")) (define license 'MIT) @@ -12,12 +12,11 @@ "simple-log" "racket-index" "scribble-lib" - "racket-makefile" - "package-zipper")) + )) (define build-deps '("rackunit-lib" "racket-doc")) (define scribblings - '(("scribblings/git.scrbl" () ("Git")))) + '(("scribblings/git-cli.scrbl" () ("git-cli")))) diff --git a/scribblings/git.scrbl b/scribblings/git-cli.scrbl similarity index 100% rename from scribblings/git.scrbl rename to scribblings/git-cli.scrbl