about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMatt Layher <mdlayher@gmail.com>2020-06-09 16:48:40 -0400
committerMatt Layher <mdlayher@gmail.com>2020-06-10 12:17:21 -0400
commit51da4293f5fbcd7766bfc832ebf283b5e288e1b9 (patch)
treefe050e0802f93c2b3ef548c4c726f82b535bf02d /pkgs/servers
parent77ca582d91127a5e606652a2e9825dcd63b35df0 (diff)
downloadnixlib-51da4293f5fbcd7766bfc832ebf283b5e288e1b9.tar
nixlib-51da4293f5fbcd7766bfc832ebf283b5e288e1b9.tar.gz
nixlib-51da4293f5fbcd7766bfc832ebf283b5e288e1b9.tar.bz2
nixlib-51da4293f5fbcd7766bfc832ebf283b5e288e1b9.tar.lz
nixlib-51da4293f5fbcd7766bfc832ebf283b5e288e1b9.tar.xz
nixlib-51da4293f5fbcd7766bfc832ebf283b5e288e1b9.tar.zst
nixlib-51da4293f5fbcd7766bfc832ebf283b5e288e1b9.zip
prometheus-keylight-exporter: remove unnecessary goPackagePath
Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/monitoring/prometheus/keylight-exporter.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/prometheus/keylight-exporter.nix b/pkgs/servers/monitoring/prometheus/keylight-exporter.nix
index b4d716bcdcb8..e1be2a0bddc7 100644
--- a/pkgs/servers/monitoring/prometheus/keylight-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/keylight-exporter.nix
@@ -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";