gitAndTools.lab: fix name
This commit is contained in:
parent
c8f3782fd4
commit
b961de9c4b
@ -1,7 +1,7 @@
|
||||
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "hub-${version}";
|
||||
name = "lab-${version}";
|
||||
version = "0.14.0";
|
||||
|
||||
goPackagePath = "github.com/zaquestion/lab";
|
||||
|
Loading…
Reference in New Issue
Block a user