Merge pull request #63825 from JohnAZoidberg/gnome-user-docs
gnome3.gnome-user-docs: Add meta attributes
This commit is contained in:
commit
2f8ec3bbba
1 changed files with 7 additions and 0 deletions
|
@ -17,4 +17,11 @@ stdenv.mkDerivation rec {
|
|||
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 a new issue