Unverified Commit f99dcc2d authored by Minijackson's avatar Minijackson
Browse files

netbox_4_1: mark EOL

parent 7c727f9f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -127,6 +127,9 @@ py.pkgs.buildPythonApplication rec {
    description = "IP address management (IPAM) and data center infrastructure management (DCIM) tool";
    mainProgram = "netbox";
    license = lib.licenses.asl20;
    knownVulnerabilities = [
      "Netbox version ${version} is EOL; please upgrade by following the current release notes instructions."
    ];
    maintainers = with lib.maintainers; [
      minijackson
      raitobezarius