[PATCH] Rename rednotebook.scm to journal.scm

  • Open
  • quality assurance status badge
Details
One participant
  • Pradana Adrinusa AUMARS
Owner
unassigned
Submitted by
Pradana Adrinusa AUMARS
Severity
normal

Debbugs page

Pradana Adrinusa AUMARS wrote 3 years ago
(address . guix-patches@gnu.org)
7cb77e3e9384417d51479c6cc37bc3ed3b322536.camel@courrier.dev
From ce41e376985d878f92a9d867b45be448d291466e Mon Sep 17 00:00:00 2001
From: Pradana AUMARS <paumars@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%)

Toggle diff (49 lines)
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@gmail.com>
# Copyright © 2021 Dmitry Polyakov <polyakov@liltechdude.xyz>
# Copyright © 2021 Andrew Tropin <andrew@trop.in>
-#
+# Copyright © 2021 Pradana Aumars <paumars@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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 52704@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 52704
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help