gnu: fdm: Adjust license link to point to web-accessible copy of command.c

* gnu/packages/mail.scm (fdm): Adjusted license field
master
Christopher Allan Webber 2016-01-19 07:54:18 -08:00
parent 34dd26af49
commit 16966d5b4d
1 changed files with 1 additions and 1 deletions

View File

@ -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