go: add meta.changelog

This commit is contained in:
zowoq 2023-02-16 10:13:40 +10:00
parent 0617712c14
commit e06c5e0108
3 changed files with 3 additions and 0 deletions

View file

@ -180,6 +180,7 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
changelog = "https://go.dev/doc/devel/release#go${lib.versions.majorMinor version}";
description = "The Go Programming language";
homepage = "https://go.dev/";
license = licenses.bsd3;

View file

@ -180,6 +180,7 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
changelog = "https://go.dev/doc/devel/release#go${lib.versions.majorMinor version}";
description = "The Go Programming language";
homepage = "https://go.dev/";
license = licenses.bsd3;

View file

@ -172,6 +172,7 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
changelog = "https://go.dev/doc/devel/release#go${lib.versions.majorMinor version}";
description = "The Go Programming language";
homepage = "https://go.dev/";
license = licenses.bsd3;