glock: add license

This commit is contained in:
Markus Kowalewski 2018-08-20 20:12:38 +02:00
parent 39d7a557d4
commit 859ea1da4e
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -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 ];
};
}