From 74783ba56e7b029a6bcd9c91bfc964c9ddc9f28c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 6 Jan 2021 14:12:29 +0100 Subject: 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(-) (limited to 'gnu/packages/graphics.scm') diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 1c46471e08..9879130e20 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 -- cgit v1.2.3