alpaca-proxy: fix changelog
Signed-off-by: Armin Mahdilou <Armin.Mahdilou@gmail.com>
This commit is contained in:
@@ -30,7 +30,7 @@ buildGoModule (finalAttrs: {
|
||||
meta = {
|
||||
description = "HTTP forward proxy with PAC and NTLM authentication support";
|
||||
homepage = "https://github.com/samuong/alpaca";
|
||||
changelog = "https://github.com/samuong/alpaca/releases/tag/v${finalAttrs.src.rev}";
|
||||
changelog = "https://github.com/samuong/alpaca/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
maintainers = with lib.maintainers; [ _1nv0k32 ];
|
||||
|
||||
Reference in New Issue
Block a user