[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: calendar.scm: Use license: prefix.
From: |
Marius Bakke |
Subject: |
02/06: gnu: calendar.scm: Use license: prefix. |
Date: |
Tue, 20 Feb 2018 11:31:14 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 1eaba63f7360b4339e041fc17d4487d692be5427
Author: Marius Bakke <address@hidden>
Date: Tue Feb 20 03:24:08 2018 +0100
gnu: calendar.scm: Use license: prefix.
* gnu/packages/calendar.scm (libical, khal, remind, libhdate): Use license:
prefix.
---
gnu/packages/calendar.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm
index 0080542..44bf05a 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -23,7 +23,7 @@
(define-module (gnu packages calendar)
#:use-module (gnu packages)
- #:use-module (guix licenses)
+ #:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix build utils)
@@ -78,7 +78,7 @@
(description
"Libical is an implementation of the iCalendar protocols and protocol
data units.")
- (license lgpl2.1)))
+ (license license:lgpl2.1)))
(define-public khal
(package
@@ -140,7 +140,7 @@ data units.")
(description "Khal is a standards based console calendar program,
able to synchronize with CalDAV servers through vdirsyncer.")
(home-page "http://lostpackets.de/khal/";)
- (license expat)))
+ (license license:expat)))
(define-public remind
(package
@@ -169,7 +169,7 @@ Each reminder or alarm can consist of a message sent to
standard output, or a
program to be executed. It also features: sophisticated date calculation,
moon phases, sunrise/sunset, Hebrew calendar, alarms, PostScript output and
proper handling of holidays.")
- (license gpl2)))
+ (license license:gpl2)))
(define-public libhdate
(package
@@ -190,4 +190,4 @@ proper handling of holidays.")
of day, written in C, and including bindings for C++, pascal, perl, php,
python,
and ruby. It includes two illustrative command-line programs, @code{hcal} and
@code{hdate}, and some snippets and scripts written in the binding languages.")
- (license gpl3+)))
+ (license license:gpl3+)))
- branch master updated (775989c -> b1989c1), Marius Bakke, 2018/02/20
- 02/06: gnu: calendar.scm: Use license: prefix.,
Marius Bakke <=
- 01/06: gnu: rrdtool: Use a fixed version of tzdata for tests., Marius Bakke, 2018/02/20
- 04/06: gnu: python-cryptography: Update to 2.1.4., Marius Bakke, 2018/02/20
- 06/06: gnu: freetype: Fix CVE-2018-6942., Marius Bakke, 2018/02/20
- 05/06: gnu: python-pyopenssl: Update to 17.5.0., Marius Bakke, 2018/02/20
- 03/06: gnu: imagemagick: Update to 6.9.9-35., Marius Bakke, 2018/02/20