synapse-admin: add meta.changelog

This commit is contained in:
Defelo 2025-04-01 21:14:48 +02:00
parent bdcdeb7111
commit 7c0b894e3d
No known key found for this signature in database
GPG Key ID: 2A05272471204DD3

View File

@ -129,6 +129,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Admin UI for Synapse Homeservers";
homepage = "https://github.com/Awesome-Technologies/synapse-admin";
changelog = "https://github.com/Awesome-Technologies/synapse-admin/releases/tag/${finalAttrs.version}";
license = lib.licenses.asl20;
platforms = [
"x86_64-linux"