tango-database: add changelog to meta

This commit is contained in:
algorithmiker
2025-11-26 21:54:49 +01:00
parent 0b6a0c1491
commit 035cc18bf2
@@ -60,6 +60,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Tango distributed control system - database server";
homepage = "https://gitlab.com/tango-controls/TangoDatabase";
changelog = "https://gitlab.com/tango-controls/TangoDatabase/-/blob/Database-Release-${version}/RELEASE_NOTES.md";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.gilice ];