summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ce882dba71e..d014553e78f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -26,7 +26,7 @@
26 26
27(define-module (gnu packages python) 27(define-module (gnu packages python)
28 #:use-module ((guix licenses) 28 #:use-module ((guix licenses)
29 #:select (asl2.0 bsd-3 bsd-2 bsd-style cc0 x11 x11-style 29 #:select (asl2.0 bsd-3 bsd-2 non-copyleft cc0 x11 x11-style
30 gpl2 gpl2+ gpl3+ lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3+ 30 gpl2 gpl2+ gpl3+ lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3+
31 psfl public-domain x11-style)) 31 psfl public-domain x11-style))
32 #:use-module ((guix licenses) #:select (expat zlib) #:prefix license:) 32 #:use-module ((guix licenses) #:select (expat zlib) #:prefix license:)
@@ -723,7 +723,7 @@ Database API 2.0T.")
723 (description 723 (description
724 "Mechanize implements stateful programmatic web browsing in Python, 724 "Mechanize implements stateful programmatic web browsing in Python,
725after Andy Lester’s Perl module WWW::Mechanize.") 725after Andy Lester’s Perl module WWW::Mechanize.")
726 (license (bsd-style "file://COPYING" 726 (license (non-copyleft "file://COPYING"
727 "See COPYING in the distribution.")))) 727 "See COPYING in the distribution."))))
728 728
729 729