Unverified Commit 6de5b1c4 authored by isabel's avatar isabel Committed by GitHub
Browse files

inspec: move to by-name, remove with lib (#431358)

parents 9abd0118 174bac31
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@ bundlerApp {

  passthru.updateScript = bundlerUpdateScript "inspec";

  meta = with lib; {
  meta = {
    description = "Inspec is an open-source testing framework for infrastructure with a human- and machine-readable language for specifying compliance, security and policy requirements";
    homepage = "https://inspec.io/";
    license = licenses.asl20;
    maintainers = with maintainers; [ dylanmtaylor ];
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ dylanmtaylor ];
    mainProgram = "inspec";
  };
}
+0 −2
Original line number Diff line number Diff line
@@ -383,8 +383,6 @@ with pkgs;

  inherit (gridlock) nyarr;

  inspec = callPackage ../tools/misc/inspec { };

  lshw-gui = lshw.override { withGUI = true; };

  kdePackages = callPackage ../kde { };