guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: python-mox3: Use @uref in description.


From: Tobias Geerinckx-Rice
Subject: 04/08: gnu: python-mox3: Use @uref in description.
Date: Fri, 26 Jan 2018 11:41:36 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5eaa7bb07769af994584f9c983e1eaf407203bf7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jan 26 03:27:49 2018 +0100

    gnu: python-mox3: Use @uref in description.
    
    * gnu/packages/openstack.scm (python-mox3)[description]: Use @uref.
---
 gnu/packages/openstack.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 178b3a7..c339cd5 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2015 Cyril Roelandt <address@hidden>
 ;;; Copyright © 2015, 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016, 2017 Clément Lassieur <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -175,10 +176,10 @@ guidelines}.")
     (home-page "https://www.openstack.org/";)
     (synopsis "Mock object framework for Python")
     (description
-      "Mox3 is an unofficial port of the Google mox framework
-(http://code.google.com/p/pymox/) to Python 3.  It was meant to be as 
compatible
+      "Mox3 is an unofficial port of the 
@uref{https://code.google.com/p/pymox/,
+Google mox framework} to Python 3.  It was meant to be as compatible
 with mox as possible, but small enhancements have been made.  The library was
-tested on Python version 3.2, 2.7 and 2.6.")
+tested on Python versions 3.2, 2.7, and 2.6.")
     (license asl2.0)))
 
 (define-public python2-mox3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]