gnome3.gnome-user-docs: Add meta attributes
This commit is contained in:
parent
54cbf55543
commit
da4aac76cf
|
@ -17,4 +17,11 @@ stdenv.mkDerivation rec {
|
||||||
attrPath = "gnome3.gnome-user-docs";
|
attrPath = "gnome3.gnome-user-docs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = "https://gitlab.gnome.org/GNOME/gnome-user-docs";
|
||||||
|
description = "GNOME User Documentation";
|
||||||
|
license = stdenv.lib.licenses.cc-by-30;
|
||||||
|
maintainers = gnome3.maintainers;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue