Commit 7c457363 authored by Felix Singer's avatar Felix Singer
Browse files

nixos/murmur: Fix typo in mkRemovedOptionModule message

parent e35a0677
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ in
    (lib.mkRemovedOptionModule [
      "services"
      "murmur"
      "logfile"
      "logFile"
    ] "This option has been superseded by services.murmur.logToFile")
  ];