glock: add license
This commit is contained in:
parent
39d7a557d4
commit
859ea1da4e
@ -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…
x
Reference in New Issue
Block a user