Unverified Commit 58e496cf authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

glauth: fix meta.changelog (#515119)

parents db3a36af e63ce9eb
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