gnu: hpcguix-web: Fix indentation.
authorRicardo Wurmus <rekado@elephly.net>
Wed, 27 Mar 2019 21:18:46 +0000 (22:18 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Wed, 27 Mar 2019 22:11:20 +0000 (23:11 +0100)
* gnu/packages/web.scm (hpcguix-web): Fix indentation.

gnu/packages/web.scm

index 8d0487e..c215c19 100644 (file)
@@ -6424,9 +6424,9 @@ compressed JSON header blocks.
        `(("guile" ,guile-2.2)
          ("guile-commonmark" ,guile-commonmark)
          ("guile-json" ,guile-json)))
-    (home-page "https://github.com/UMCUGenetics/hpcguix-web")
+      (home-page "https://github.com/UMCUGenetics/hpcguix-web")
       (synopsis "Web interface for cluster deployments of Guix")
       (description "Hpcguix-web provides a web interface to the list of packages
 provided by Guix.  The list of packages is searchable and provides
 instructions on how to use Guix in a shared HPC environment.")
-    (license l:agpl3+))))
+      (license l:agpl3+))))