xmlrpc_c: set meta.changelog

This commit is contained in:
FliegendeWurst
2026-07-21 16:18:23 +02:00
parent 0a97deac0e
commit 77aa4da574

View File

@@ -73,6 +73,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Lightweight RPC library based on XML and HTTP";
homepage = "https://xmlrpc-c.sourceforge.net/";
changelog = "https://xmlrpc-c.sourceforge.io/change.html";
# <xmlrpc-c>/doc/COPYING also lists "ABYSS Web Server License" and "Python 1.5.2 License"
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;