diff --git a/pkgs/by-name/fa/fastnetmon-advanced/package.nix b/pkgs/by-name/fa/fastnetmon-advanced/package.nix index 6e625f567ade..720ff4c03852 100644 --- a/pkgs/by-name/fa/fastnetmon-advanced/package.nix +++ b/pkgs/by-name/fa/fastnetmon-advanced/package.nix @@ -62,7 +62,10 @@ stdenv.mkDerivation rec { homepage = "https://fastnetmon.com"; changelog = "https://github.com/FastNetMon/fastnetmon-advanced-releases/releases/tag/v${version}"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; - maintainers = with lib.maintainers; [ yureka-wdz ]; + maintainers = with lib.maintainers; [ + yureka-wdz + netali + ]; license = lib.licenses.unfree; platforms = [ "x86_64-linux" ]; };