summaryrefslogtreecommitdiff
path: root/gnu/services/cgit.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/services/cgit.scm')
-rw-r--r--gnu/services/cgit.scm20
1 files changed, 10 insertions, 10 deletions
diff --git a/gnu/services/cgit.scm b/gnu/services/cgit.scm
index 684ab73f76d..f2d1be04f05 100644
--- a/gnu/services/cgit.scm
+++ b/gnu/services/cgit.scm
@@ -19,6 +19,16 @@
19;;; You should have received a copy of the GNU General Public License 19;;; You should have received a copy of the GNU General Public License
20;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 20;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
21 21
22;;; Commentary:
23;;;
24;;; This module provides a service definition for the Cgit a web frontend for
25;;; Git repositories written in C.
26;;;
27;;; Note: fields of <cgit-configuration> and <repository-cgit-configuration>
28;;; should be specified in the specific order.
29;;;
30;;; Code:
31
22(define-module (gnu services cgit) 32(define-module (gnu services cgit)
23 #:use-module (gnu packages admin) 33 #:use-module (gnu packages admin)
24 #:use-module (gnu packages version-control) 34 #:use-module (gnu packages version-control)
@@ -42,16 +52,6 @@
42 opaque-cgit-configuration 52 opaque-cgit-configuration
43 cgit-service-type)) 53 cgit-service-type))
44 54
45;;; Commentary:
46;;;
47;;; This module provides a service definition for the Cgit a web frontend for
48;;; Git repositories written in C.
49;;;
50;;; Note: fields of <cgit-configuration> and <repository-cgit-configuration>
51;;; should be specified in the specific order.
52;;;
53;;; Code:
54
55(define %cgit-configuration-nginx 55(define %cgit-configuration-nginx
56 (nginx-server-configuration 56 (nginx-server-configuration
57 (root cgit) 57 (root cgit)