scaphandre: cleanup
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
{ stdenv
|
{ lib
|
||||||
, lib
|
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, openssl
|
, openssl
|
||||||
, powercap
|
|
||||||
, nix-update-script
|
, nix-update-script
|
||||||
, runCommand
|
, runCommand
|
||||||
, dieHook
|
, dieHook
|
||||||
@@ -66,7 +64,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
description = "Electrical power consumption metrology agent";
|
description = "Electrical power consumption metrology agent";
|
||||||
homepage = "https://github.com/hubblo-org/scaphandre";
|
homepage = "https://github.com/hubblo-org/scaphandre";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = with platforms; [ "x86_64-linux"];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ gaelreyrol ];
|
maintainers = with maintainers; [ gaelreyrol ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user