gcli: fix changelog (#539374)

This commit is contained in:
Nick Cao
2026-07-08 18:38:37 +00:00
committed by GitHub
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Portable Git(Hub|Lab|ea) CLI tool";
homepage = "https://herrhotzenplotz.de/gcli/";
changelog = "https://github.com/herrhotzenplotz/gcli/releases/tag/${version}";
changelog = "https://github.com/herrhotzenplotz/gcli/releases/tag/v${version}";
license = lib.licenses.bsd2;
mainProgram = "gcli";
maintainers = with lib.maintainers; [ kenran ];