1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-07 00:31:30 +02:00

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

* gnu/packages/mail.scm (fdm): Adjusted license field
This commit is contained in:
Christopher Allan Webber
2016-01-19 07:54:18 -08:00
parent 34dd26af49
commit 16966d5b4d
+1 -1
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