dontgo403: fix typo

This commit is contained in:
Weijia Wang 2023-03-29 00:59:27 +03:00 committed by GitHub
parent 03996a476f
commit 9b7eb1679d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};