From 56ac489c8750450a16bc500972ac4e727b905acd Mon Sep 17 00:00:00 2001 From: Ingo Reitz <9l@9lo.re> Date: Wed, 20 May 2026 04:13:13 +0200 Subject: [PATCH] ethercat: add myself as maintainer, fix license(s) (cherry picked from commit 7c69005b703555af1e42535b350c40f7c9d7daea) --- pkgs/by-name/et/ethercat/package.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/et/ethercat/package.nix b/pkgs/by-name/et/ethercat/package.nix index b0734d3a7745..cb7a1167e6ba 100644 --- a/pkgs/by-name/et/ethercat/package.nix +++ b/pkgs/by-name/et/ethercat/package.nix @@ -35,8 +35,14 @@ stdenv.mkDerivation (finalAttrs: { description = "IgH EtherCAT Master for Linux"; homepage = "https://etherlab.org/ethercat"; changelog = "https://gitlab.com/etherlab.org/ethercat/-/blob/${finalAttrs.version}/NEWS"; - license = lib.licenses.gpl2Plus; - maintainers = with lib.maintainers; [ stv0g ]; + license = with lib.licenses; [ + gpl2Only + lgpl21Only + ]; + maintainers = with lib.maintainers; [ + ninelore + stv0g + ]; platforms = [ "x86_64-linux" ]; }; })