glauth: fix meta.changelog (#515119)

This commit is contained in:
Yohann Boniface 2026-05-01 18:08:31 +00:00 committed by GitHub
commit 58e496cfd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ buildGoModule (finalAttrs: {
meta = {
description = "Lightweight LDAP server for development, home use, or CI";
homepage = "https://github.com/glauth/glauth";
changelog = "https://github.com/glauth/glauth/releases/tag/v${finalAttrs.version}";
changelog = "https://github.com/glauth/glauth/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
bjornfor