pkger: add meta link to changelog

This commit is contained in:
Benjamin Hipple 2020-06-06 12:58:24 -04:00
parent 9919799e2b
commit 6bac5006c5

View File

@ -20,6 +20,7 @@ buildGoModule rec {
meta = with stdenv.lib; {
description = "Embed static files in Go binaries (replacement for gobuffalo/packr) ";
homepage = "https://github.com/markbates/pkger";
changelog = "https://github.com/markbates/pkger/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ flokli ];
};