3
0
Fork 0
forked from mirrors/nixpkgs

sslscan: fixed typo

This commit is contained in:
Pascal Wittmann 2015-10-09 12:08:12 +02:00
parent 4e9c2666da
commit e2d7ff73d4

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, openssl }:
stdenv.mkDerivation rec {
name = "sslcan-${version}";
name = "sslscan-${version}";
version = "1.11.0";
src = fetchurl {