mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: xftwidth: Use HTTPS home page URI.
* gnu/packages/xdisorg.scm (xftwidth)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
083b24e23e
commit
91e2170042
1 changed files with 1 additions and 1 deletions
|
@ -1573,13 +1573,13 @@ (define-public xftwidth
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue