Commit 475a161c authored by Fabian Affolter's avatar Fabian Affolter
Browse files

snallygaster: update license

parent f4289ca6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };