Commit 657b767b authored by Fabian Affolter's avatar Fabian Affolter
Browse files

smbscan: adjust format

parent f103fde3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
python3.pkgs.buildPythonApplication rec {
  pname = "smbscan";
  version = "unstable-2022-05-26";
  format = "setuptools";
  format = "other";

  src = fetchFromGitHub {
    owner = "jeffhacks";