mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
glauth: fix meta.changelog (#515119)
This commit is contained in:
commit
58e496cfd4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue