Unverified Commit 9b7eb167 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

dontgo403: fix typo

parent 03996a47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ buildGoModule rec {
  meta = with lib; {
    description = "Tool to bypass 40X response codes";
    homepage = "https://github.com/devploit/dontgo403";
    chnagelog = "https://github.com/devploit/dontgo403/releases/tag/${version}";
    changelog = "https://github.com/devploit/dontgo403/releases/tag/${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ fab ];
  };