glib: use a better homepage

The previous homepage barely mention Glib.
This commit is contained in:
Alyssa Ross
2023-01-26 17:56:44 +00:00
parent a2ed6cff34
commit 252a20d0a5
+1 -1
View File
@@ -300,7 +300,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "C library of programming buildings blocks";
homepage = "https://www.gtk.org/";
homepage = "https://wiki.gnome.org/Projects/GLib";
license = licenses.lgpl21Plus;
maintainers = teams.gnome.members ++ (with maintainers; [ lovek323 raskin ]);
platforms = platforms.unix;