dontgo403: fix typo
This commit is contained in:
parent
03996a476f
commit
9b7eb1679d
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue