guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: directfb: Fix home page.


From: guix-commits
Subject: branch master updated: gnu: directfb: Fix home page.
Date: Wed, 06 Jan 2021 08:13:27 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 74783ba  gnu: directfb: Fix home page.
74783ba is described below

commit 74783ba56e7b029a6bcd9c91bfc964c9ddc9f28c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jan 6 14:12:29 2021 +0100

    gnu: directfb: Fix home page.
    
    * gnu/packages/graphics.scm (directfb)[home-page]: Fix URL.  The previous 
one
    was unrelated to the project.
---
 gnu/packages/graphics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 1c46471..9879130 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -289,7 +289,7 @@ framebuffer graphics, audio output and input event.")
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]