mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ethercat: add myself as maintainer, fix license(s)
This commit is contained in:
parent
bd66ac769a
commit
7c69005b70
1 changed files with 8 additions and 2 deletions
|
|
@ -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" ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue