Unverified Commit e6c85fce authored by Gergely Nagy's avatar Gergely Nagy
Browse files

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: default avatarGergely Nagy <me@gergo.csillger.hu>
parent e0c78f42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };