prometheus-keylight-exporter: remove unnecessary goPackagePath

Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
This commit is contained in:
Matt Layher 2020-06-09 16:48:40 -04:00
parent 77ca582d91
commit 51da4293f5

View File

@ -4,8 +4,6 @@ buildGoModule rec {
pname = "keylight-exporter";
version = "0.1.1";
goPackagePath = "github.com/mdlayher/keylight_exporter";
src = fetchFromGitHub {
owner = "mdlayher";
repo = "keylight_exporter";