Merge pull request #200880 from fabaff/smbscan-fix

smbscan: adjust format
This commit is contained in:
Fabian Affolter
2022-11-12 22:42:18 +01:00
committed by GitHub
+1 -1
View File
@@ -6,7 +6,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "smbscan";
version = "unstable-2022-05-26";
format = "setuptools";
format = "other";
src = fetchFromGitHub {
owner = "jeffhacks";