mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: directfb: Fix home page.
* gnu/packages/graphics.scm (directfb)[home-page]: Fix URL. The previous one was unrelated to the project.
This commit is contained in:
parent
69c0526719
commit
74783ba56e
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ (define-public directfb
|
|||
(description "DirectFB is a graphics library which was designed with embedded
|
||||
systems in mind. It offers maximum hardware accelerated performance at a
|
||||
minimum of resource usage and overhead.")
|
||||
(home-page "http://www.directfb.org/")
|
||||
(home-page "https://github.com/deniskropp/DirectFB")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public flux
|
||||
|
|
Loading…
Reference in a new issue