summary refs log tree commit diff
path: root/pkgs/servers/web-apps/netbox/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/web-apps/netbox/default.nix')
-rw-r--r--pkgs/servers/web-apps/netbox/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/web-apps/netbox/default.nix b/pkgs/servers/web-apps/netbox/default.nix
index 6e48ccd59e397..a30ceae722738 100644
--- a/pkgs/servers/web-apps/netbox/default.nix
+++ b/pkgs/servers/web-apps/netbox/default.nix
@@ -33,7 +33,7 @@ py.pkgs.buildPythonApplication rec {
       # Allow setting the STATIC_ROOT from within the configuration and setting a custom redis URL
       ./config.patch
       ./graphql-3_2_0.patch
-      # fix compatiblity ith django 4.1
+      # fix compatibility ith django 4.1
       (fetchpatch {
         url = "https://github.com/netbox-community/netbox/pull/10341/commits/ce6bf9e5c1bc08edc80f6ea1e55cf1318ae6e14b.patch";
         sha256 = "sha256-aCPQp6k7Zwga29euASAd+f13hIcZnIUu3RPAzNPqgxc=";