Skip to content

Commit

Permalink
guix.scm: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-poptsov committed Aug 20, 2023
1 parent 2b64a5f commit 8eb04ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guix.scm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; guix.scm --- GNU Guix package recipe -*- coding: utf-8 -*-
;;
;; Copyright (C) 2022 Artyom V. Poptsov <[email protected]>
;; Copyright (C) 2022-2023 Artyom V. Poptsov <[email protected]>
;;
;; Author: Artyom V. Poptsov <[email protected]>
;; Created: 17 October 2022
Expand Down Expand Up @@ -45,7 +45,7 @@
(gnu packages guile-xyz)
(gnu packages bash)
(gnu packages pkg-config)
(gnu packages tex)
(gnu packages texlive)
(gnu packages texinfo))


Expand Down

0 comments on commit 8eb04ab

Please sign in to comment.