Skip to content

Commit e6c85fc

Browse files
committed
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 <[email protected]>
1 parent e0c78f4 commit e6c85fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ri/riemann_c_client/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
5757
homepage = "https://git.madhouse-project.org/algernon/riemann-c-client";
5858
description = "C client library for the Riemann monitoring system";
5959
mainProgram = "riemann-client";
60-
license = licenses.lgpl3Plus;
60+
license = licenses.eupl12;
6161
maintainers = with maintainers; [ pradeepchhetri ];
6262
platforms = platforms.linux;
6363
};

0 commit comments

Comments
 (0)