diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-01-06 14:12:29 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-01-06 14:12:29 +0100 |
commit | 74783ba56e7b029a6bcd9c91bfc964c9ddc9f28c (patch) | |
tree | fe26d9c46367956c9aff855040d1cf2e900a84d4 /gnu/packages/graphics.scm | |
parent | 69c0526719fde3059acbc7a7f3ac039c87dd40f5 (diff) |
gnu: directfb: Fix home page.
* gnu/packages/graphics.scm (directfb)[home-page]: Fix URL. The previous one
was unrelated to the project.
Diffstat (limited to 'gnu/packages/graphics.scm')
-rw-r--r-- | gnu/packages/graphics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |