Merge pull request #111547 from nagy/gtk-changelog

This commit is contained in:
Sandro
2021-02-01 19:48:52 +01:00
committed by GitHub
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -96,5 +96,6 @@ stdenv.mkDerivation rec {
proprietary software with GTK without any license fees or
royalties.
'';
changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${version}/NEWS";
};
}
+1
View File
@@ -216,5 +216,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ raskin vcunat lethalman worldofpeace ];
platforms = platforms.all;
changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${version}/NEWS";
};
}
+1
View File
@@ -228,5 +228,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ raskin vcunat lethalman worldofpeace ];
platforms = platforms.all;
changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${version}/NEWS";
};
}