geminicommit: correct version in comments

This was mistakenly rewritten by nixpkgs-update in previous bot updates.
This commit is contained in:
Bryan Lai
2026-01-25 22:36:05 +08:00
parent dbe9f4b935
commit 2baeb387d1
+2 -2
View File
@@ -29,8 +29,8 @@ buildGoModule (finalAttrs: {
cmd = finalAttrs.meta.mainProgram;
goDefaultCmd = finalAttrs.pname;
in
# The official github released binary is renamed since v0.7.0,
# see: https://github.com/tfkhdyt/geminicommit/releases/tag/v0.7.0
# The official github released binary is renamed since v0.4.1,
# see: https://github.com/tfkhdyt/geminicommit/releases/tag/v0.4.1
# Here we link the old name (which is also the `go build` default name)
# for backward compatibility:
''