snallygaster: update license

No longer CCO

https://github.com/hannob/snallygaster/blob/main/LICENSE
This commit is contained in:
Fabian Affolter 2024-11-17 09:15:22 +01:00
parent f4289ca6c3
commit 475a161ca4

View File

@ -34,7 +34,7 @@ python3Packages.buildPythonApplication rec {
meta = with lib; {
description = "Tool to scan for secret files on HTTP servers";
homepage = "https://github.com/hannob/snallygaster";
license = licenses.cc0;
license = licenses.bsd0;
maintainers = with maintainers; [ fab ];
mainProgram = "snallygaster";
};