Commit e63ce9eb authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

glauth: fix meta.changelog

parent 13840dba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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