diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-25 20:06:43 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-25 20:06:43 +0200 |
commit | 91e2170042324c0a8436605ac178f167c6e999f4 (patch) | |
tree | 2f38ea0fa13a43f4266198bbe33add5dd2efc2c0 | |
parent | 083b24e23e1fb722b3a0ba94c94da6970722bc69 (diff) |
gnu: xftwidth: Use HTTPS home page URI.
* gnu/packages/xdisorg.scm (xftwidth)[home-page]: Use HTTPS URI.
-rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index acc74e328a..b717b36aed 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1573,13 +1573,13 @@ program for X11. It was designed to be fast, tiny and scriptable in any languag #:make-flags (let ((out (assoc-ref %outputs "out"))) (list (string-append "DESTDIR=" out))))) + (home-page "https://github.com/vixus0/xftwidth") (synopsis "Calculator for determining pixel widths of displayed text using Xft fonts") (description "xftwidth is a small C program for calculating the pixel widths of displayed text using Xft fonts. It is especially useful in scripts for displaying text in graphical panels, menus, popups, and notification windows generated using dzen. These scripts are often used in conjunction with minimalistic tiling window managers such as herbstluftwm and bspwm.") - (home-page "http://github.com/vixus0/xftwidth") (license license:expat))) (define-public xcb-util-xrm |