riemann_c_client: Update the license

riemann-c-client has switched from lgpl3+ to eupl12 with the 2.2.0
release, update meta.license accordingly.

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
Gergely Nagy
2025-03-23 15:02:42 +01:00
parent e0c78f4208
commit e6c85fcea0
+1 -1
View File
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
homepage = "https://git.madhouse-project.org/algernon/riemann-c-client";
description = "C client library for the Riemann monitoring system";
mainProgram = "riemann-client";
license = licenses.lgpl3Plus;
license = licenses.eupl12;
maintainers = with maintainers; [ pradeepchhetri ];
platforms = platforms.linux;
};