~ruther/guix-local

42f8504ccc7729b536e3137e71eb45806968e41a — Ricardo Wurmus 10 years ago e5e2068
gnu: Add prefix to license imports in (gnu packages avr).

* gnu/packages/avr.scm: Import (guix licenses) with prefix "license:".
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/avr.scm
M gnu/packages/avr.scm => gnu/packages/avr.scm +2 -2
@@ 17,7 17,7 @@
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages avr)
  #:use-module (guix licenses)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (guix download)
  #:use-module (guix packages)
  #:use-module (guix build-system gnu)


@@ 48,4 48,4 @@
    (description
     "AVR Libc is a project whose goal is to provide a high quality C library
for use with GCC on Atmel AVR microcontrollers.")
    (license (non-copyleft "http://www.nongnu.org/avr-libc/LICENSE.txt"))))
    (license (license:non-copyleft "http://www.nongnu.org/avr-libc/LICENSE.txt"))))