mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
pkger: add meta link to changelog
This commit is contained in:
parent
9919799e2b
commit
6bac5006c5
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user