Merge pull request #216562 from qowoz/go

go: add meta.changelog
This commit is contained in:
figsoda
2023-02-15 21:08:33 -05:00
committed by GitHub
3 changed files with 3 additions and 0 deletions
+1
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;
+1
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;
+1
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;