mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
glock: add license
This commit is contained in:
parent
39d7a557d4
commit
859ea1da4e
@ -19,6 +19,7 @@ buildGoPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/robfig/glock;
|
||||
description = "A command-line tool to lock Go dependencies to specific revisions";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.rushmorem ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user