fork-cleaner: correct changelog url

This commit is contained in:
isabel
2026-04-27 20:03:50 +01:00
parent a760365563
commit c79029cb0d
+1 -1
View File
@@ -29,7 +29,7 @@ buildGoModule {
meta = {
description = "Quickly clean up unused forks on your GitHub account";
homepage = "https://github.com/caarlos0/fork-cleaner";
changelog = "https://github.com/caarlos0/fork-cleaner/releases/tag/${version}";
changelog = "https://github.com/caarlos0/fork-cleaner/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ isabelroses ];
mainProgram = "fork-cleaner";