summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-07-17 22:21:35 +0200
committerRicardo Wurmus <rekado@elephly.net>2017-07-18 09:58:56 +0200
commit8b5bf30804785fc34e9517a2941b5b1c4f4e339b (patch)
tree68571591fe5854a638b777548c20f3c757b885e6 /gnu/packages
parent8b89c1717c033a4c2dbd1ff4060d5f78e5d037ef (diff)
downloadguix-patches-8b5bf30804785fc34e9517a2941b5b1c4f4e339b.tar
guix-patches-8b5bf30804785fc34e9517a2941b5b1c4f4e339b.tar.gz
gnu: Rename (gnu packages gforth) to (gnu packages forth).
* gnu/local.mk (GNU_SYSTEM_MODULES): Rename gforth.scm to forth.scm. * gnu/packages/gforth.scm: Rename file to forth.scm. * gnu/packages/forth.scm: Renamed from gforth.scm.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/forth.scm (renamed from gnu/packages/gforth.scm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gforth.scm b/gnu/packages/forth.scm
index b2a67ce58c..6d66faf5d6 100644
--- a/gnu/packages/gforth.scm
+++ b/gnu/packages/forth.scm
@@ -17,7 +17,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 gforth)
+(define-module (gnu packages forth)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
#:use-module (guix download)