From e2d7ff73d470f1793c55917f702e64fdd9fac760 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Fri, 9 Oct 2015 12:08:12 +0200 Subject: sslscan: fixed typo --- pkgs/tools/security/sslscan/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/security/sslscan') diff --git a/pkgs/tools/security/sslscan/default.nix b/pkgs/tools/security/sslscan/default.nix index fd06ef3b66c6..dd124c4efe6d 100644 --- a/pkgs/tools/security/sslscan/default.nix +++ b/pkgs/tools/security/sslscan/default.nix @@ -1,7 +1,7 @@ { stdenv, fetchurl, openssl }: stdenv.mkDerivation rec { - name = "sslcan-${version}"; + name = "sslscan-${version}"; version = "1.11.0"; src = fetchurl { -- cgit 1.4.1