1 file changed, 5 insertions(+), 5 deletions(-) gnu/packages/libusb.scm | 10 +++++----- modified gnu/packages/libusb.scm @@ -235,9 +235,9 @@ implementing @code{javax.usb} (JSR-80).") (modify-phases %standard-phases (add-before 'install-license-files 'remove-incorrect-license (lambda* (#:key out #:allow-other-keys) - ;; Was reliscensed to LGPL 2.1+, but old COPYING file still left + ;; Was relicensed to LGPL 2.1+, but old COPYING file still left ;; in source. Remove it so it does not get installed. - (delete-file-recursively "COPYING") + (delete-file "COPYING") #t)) (add-after 'unpack 'fix-libusb-reference (lambda* (#:key inputs #:allow-other-keys) @@ -251,11 +251,11 @@ implementing @code{javax.usb} (JSR-80).") "\""))) #t))))) (inputs `(("libusb" ,libusb))) - (home-page "http://github.com/vpelletier/python-libusb1") + (home-page "https://github.com/vpelletier/python-libusb1") (synopsis "Pure-python wrapper for libusb-1.0") (description "Libusb is a library that gives applications easy access to -USB devices on various operating systems. This is a python wrapper for -acessing libusb-1.0") +USB devices on various operating systems. This package provides a Python +wrapper for accessing libusb-1.0.") (license lgpl2.1+))) (define-public python-pyusb [back]