~ruther/guix-local

16966d5b4d96f2f5dc02b9ae295ef34c8a1e93ab — Christopher Allan Webber 10 years ago 34dd26af
gnu: fdm: Adjust license link to point to web-accessible copy of command.c

* gnu/packages/mail.scm (fdm): Adjusted license field
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/mail.scm
M gnu/packages/mail.scm => gnu/packages/mail.scm +1 -1
@@ 1040,6 1040,6 @@ deliver it in various ways.")
     ;; Why point to a source file?  Well, all the individual files have a
     ;; copy of this license in their headers, but there's no seprate file
     ;; with that information.
     (non-copyleft "file://command.c"))))
     (non-copyleft "https://github.com/nicm/fdm/blob/master/command.c"))))

;;; mail.scm ends here