forked from mirrors/nixpkgs
hashcat-utils: expand platforms to unix
This commit is contained in:
parent
a95cfe1b82
commit
9836213f73
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Small utilities that are useful in advanced password cracking";
|
description = "Small utilities that are useful in advanced password cracking";
|
||||||
homepage = "https://github.com/hashcat/hashcat-utils";
|
homepage = "https://github.com/hashcat/hashcat-utils";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ fadenb ];
|
maintainers = with maintainers; [ fadenb ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue