GNU bug report logs -
#52704
[PATCH] Rename rednotebook.scm to journal.scm
Previous Next
To reply to this bug, email your comments to 52704 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#52704
; Package
guix-patches
.
(Tue, 21 Dec 2021 15:19:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Pradana Adrinusa AUMARS <paumars <at> courrier.dev>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 21 Dec 2021 15:19:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From ce41e376985d878f92a9d867b45be448d291466e Mon Sep 17 00:00:00 2001
From: Pradana AUMARS <paumars <at> courrier.dev>
Date: Tue, 21 Dec 2021 16:13:13 +0100
Subject: [PATCH] Rename rednotebook.scm to journal.scm
---
gnu/local.mk | 4 ++--
gnu/packages/{rednotebook.scm => journal.scm} | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
rename gnu/packages/{rednotebook.scm => journal.scm} (98%)
diff --git a/gnu/local.mk b/gnu/local.mk
index 9a85977973..5ec2cb8cbe 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -45,7 +45,7 @@
# Copyright © 2021 Sharlatan Hellseher <sharlatanus <at> gmail.com>
# Copyright © 2021 Dmitry Polyakov <polyakov <at> liltechdude.xyz>
# Copyright © 2021 Andrew Tropin <andrew <at> trop.in>
-#
+# Copyright © 2021 Pradana Aumars <paumars <at> courrier.dev>
# This file is part of GNU Guix.
#
# GNU Guix is free software; you can redistribute it and/or modify it
@@ -320,6 +320,7 @@ GNU_SYSTEM_MODULES
= \
%D%/packages/jemalloc.scm \
%D%/packages/jrnl.scm \
%D%/packages/jose.scm \
+ %D%/packages/journal.scm \
%D%/packages/julia.scm \
%D%/packages/julia-jll.scm \
%D%/packages/julia-xyz.scm \
@@ -502,7 +503,6 @@ GNU_SYSTEM_MODULES
= \
%D%/packages/rdf.scm \
%D%/packages/re2c.scm \
%D%/packages/readline.scm \
- %D%/packages/rednotebook.scm \
%D%/packages/regex.scm \
%D%/packages/robotics.scm \
%D%/packages/rocm.scm \
diff --git a/gnu/packages/rednotebook.scm b/gnu/packages/journal.scm
similarity index 98%
rename from gnu/packages/rednotebook.scm
rename to gnu/packages/journal.scm
index 0c7e5994cd..fcbd938e68 100644
--- a/gnu/packages/rednotebook.scm
+++ b/gnu/packages/journal.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 rednotebook)
+(define-module (gnu packages journal)
#:use-module (guix packages)
#:use-module (guix git-download)
#:use-module (guix build-system python)
--
2.34.0
This bug report was last modified 3 years and 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.