summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/prolog.scm (renamed from gnu/packages/gprolog.scm)3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gprolog.scm b/gnu/packages/prolog.scm
index 166bf33294..7c344988d5 100644
--- a/gnu/packages/gprolog.scm
+++ b/gnu/packages/prolog.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
;;; Copyright © 2013 Mark H Weaver <mhw@netris.org>
+;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -17,7 +18,7 @@
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
-(define-module (gnu packages gprolog)
+(define-module (gnu packages prolog)
#:use-module (guix download)
#:use-module (guix licenses)
#:use-module (guix packages)