ssh-audit: stdenv.lib -> lib
Deprecated since nixpkgs 21.05
This commit is contained in:
parent
cb11e10d95
commit
842bb7a98a
@ -1,4 +1,4 @@
|
|||||||
{ fetchFromGitHub, python3Packages, stdenv }:
|
{ fetchFromGitHub, lib, python3Packages, stdenv }:
|
||||||
|
|
||||||
python3Packages.buildPythonPackage rec {
|
python3Packages.buildPythonPackage rec {
|
||||||
inherit (meta) version;
|
inherit (meta) version;
|
||||||
@ -46,9 +46,9 @@ python3Packages.buildPythonPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "tool for ssh server auditing";
|
description = "tool for ssh server auditing";
|
||||||
homepage = "https://github.com/arthepsy/ssh-audit";
|
homepage = "https://github.com/arthepsy/ssh-audit";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = [
|
maintainers = [
|
||||||
stdenv.lib.maintainers.tv
|
lib.maintainers.tv
|
||||||
];
|
];
|
||||||
version = "1.7.0";
|
version = "1.7.0";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user