summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2016-01-19 07:54:18 -0800
committerChristopher Allan Webber <cwebber@dustycloud.org>2016-01-19 07:54:18 -0800
commit16966d5b4d96f2f5dc02b9ae295ef34c8a1e93ab (patch)
tree6dbcce2581517d9be7d084202cc056f89b3cc5ab
parent34dd26af491f49949b606377dcb540af15f2125a (diff)
downloadpatches-16966d5b4d96f2f5dc02b9ae295ef34c8a1e93ab.tar
patches-16966d5b4d96f2f5dc02b9ae295ef34c8a1e93ab.tar.gz
gnu: fdm: Adjust license link to point to web-accessible copy of command.c
* gnu/packages/mail.scm (fdm): Adjusted license field
-rw-r--r--gnu/packages/mail.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index efe886d2f8..07e6bc999f 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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