gitAndTools.lab: fix name

This commit is contained in:
Robin Gloster 2018-12-17 00:50:34 +01:00
parent c8f3782fd4
commit b961de9c4b
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "hub-${version}";
name = "lab-${version}";
version = "0.14.0";
goPackagePath = "github.com/zaquestion/lab";