mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
netbox_4_1: mark EOL
This commit is contained in:
parent
7c727f9f73
commit
f99dcc2d6e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue