From 854c969b57f8d831e40dc91a6448eed17e1b48e1 Mon Sep 17 00:00:00 2001 From: Christine Koppelt Date: Tue, 8 Oct 2019 20:54:38 +0200 Subject: add missing meta data --- pkgs/tools/misc/gawp/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkgs/tools') diff --git a/pkgs/tools/misc/gawp/default.nix b/pkgs/tools/misc/gawp/default.nix index 002853abc1d35..865ce3c440d18 100644 --- a/pkgs/tools/misc/gawp/default.nix +++ b/pkgs/tools/misc/gawp/default.nix @@ -16,4 +16,10 @@ buildGoPackage rec { }; goDeps = ./deps.nix; + + meta = { + homepage = "https://github.com/martingallagher/gawp"; + description = "A simple, configurable, file watching, job execution tool"; + license = stdenv.lib.licenses.asl20; + }; } -- cgit 1.4.1