add missing meta data

This commit is contained in:
Christine Koppelt
2019-10-08 20:54:38 +02:00
parent d7340fe232
commit 854c969b57
5 changed files with 13 additions and 2 deletions
+6
View File
@@ -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;
};
}