aboutsummaryrefslogtreecommitdiff
path: root/src/xyz/euandreh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-24 09:05:39 -0300
committerEuAndreh <eu@euandre.org>2022-11-24 09:05:39 -0300
commit14a55c5becdeafa549f9d65c0fcad53e19e5fb2b (patch)
tree1b11b02a20b318f3129fc6ac6603b8ebf3997eec /src/xyz/euandreh
parentsrc/xyz/euandreh/queue.scm: Add note on EPSON EULA (diff)
downloadpackage-repository-14a55c5becdeafa549f9d65c0fcad53e19e5fb2b.tar.gz
package-repository-14a55c5becdeafa549f9d65c0fcad53e19e5fb2b.tar.xz
src/xyz/euandreh/queue.scm: Use "define-public" for "mailutils-sendmail" package
Diffstat (limited to 'src/xyz/euandreh')
-rw-r--r--src/xyz/euandreh/queue.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm
index 8193bea..306b65a 100644
--- a/src/xyz/euandreh/queue.scm
+++ b/src/xyz/euandreh/queue.scm
@@ -258,7 +258,7 @@ Seiko Epson Color Ink Jet Printers.")
;; https://epson.com/SoftwareLicenseAgreement
(license license:lgpl2.1)))
-(define mailutils-sendmail
+(define-public mailutils-sendmail
(package
(inherit mailutils)
(name "mailutils-sendmail")