mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
glock: add license
This commit is contained in:
parent
39d7a557d4
commit
859ea1da4e
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ buildGoPackage rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/robfig/glock;
|
homepage = https://github.com/robfig/glock;
|
||||||
description = "A command-line tool to lock Go dependencies to specific revisions";
|
description = "A command-line tool to lock Go dependencies to specific revisions";
|
||||||
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.rushmorem ];
|
maintainers = [ maintainers.rushmorem ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue