Merge pull request #45399 from markuskowa/license-8

Add licenses
This commit is contained in:
xeji
2018-08-21 12:05:10 +02:00
committed by GitHub
19 changed files with 58 additions and 29 deletions

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