diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-11-21 22:57:14 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-11-21 22:57:14 +0100 |
commit | afd90f8d62de252931be9c1fa3a5c6e3b1074b04 (patch) | |
tree | 75cfbb467a781a269982b0f566ca36b8a7dd066b | |
parent | b96386501f24cd40c9c63f50fbb2704ffbf7565c (diff) | |
download | patches-afd90f8d62de252931be9c1fa3a5c6e3b1074b04.tar patches-afd90f8d62de252931be9c1fa3a5c6e3b1074b04.tar.gz |
gnu: vte-ng: Add a home page.
* gnu/packages/gnome.scm (vte-ng)[home-page]: New field.
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 4a118fe0fc..1420a55f24 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2116,6 +2116,7 @@ editors, IDEs, etc.") (inherit vte) (name "vte-ng") (version "0.52.2.a") + (home-page "https://github.com/thestinger/vte-ng") (native-inputs `(("gtk-doc" ,gtk-doc) ("gperf" ,gperf) |