Update pkgs/tools/security/hashdeep/default.nix
This commit is contained in:
parent
a28e401fd5
commit
091bd1e65a
@ -17,7 +17,7 @@ in stdenv.mkDerivation {
|
|||||||
description = "A set of cross-platform tools to compute hashes.";
|
description = "A set of cross-platform tools to compute hashes.";
|
||||||
homepage = "https://github.com/jessek/hashdeep";
|
homepage = "https://github.com/jessek/hashdeep";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = with platforms; linux ++ freebsd ++ openbsd ++ darwin;
|
platforms = with platforms; linux ++ freebsd ++ openbsd;
|
||||||
maintainers = [ stdenv.lib.maintainers.karantan ];
|
maintainers = [ stdenv.lib.maintainers.karantan ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user