tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
glock: add license
Markus Kowalewski
7 years ago
859ea1da
39d7a557
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
glock
default.nix
+1
pkgs/development/tools/glock/default.nix
···
19
19
meta = with stdenv.lib; {
20
20
homepage = https://github.com/robfig/glock;
21
21
description = "A command-line tool to lock Go dependencies to specific revisions";
22
22
+
license = licenses.mit;
22
23
maintainers = [ maintainers.rushmorem ];
23
24
};
24
25
}