gtk3: add changelog url

This commit is contained in:
Daniel Nagy 2021-02-01 12:09:37 +01:00
parent 9d28ddaf62
commit ba79f2c96c
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

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";
};
}