gtk3: add changelog url
This commit is contained in:
parent
9d28ddaf62
commit
ba79f2c96c
|
@ -216,5 +216,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
maintainers = with maintainers; [ raskin vcunat lethalman worldofpeace ];
|
maintainers = with maintainers; [ raskin vcunat lethalman worldofpeace ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${version}/NEWS";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue