diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-01-19 07:54:18 -0800 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-01-19 07:54:18 -0800 |
commit | 16966d5b4d96f2f5dc02b9ae295ef34c8a1e93ab (patch) | |
tree | 6dbcce2581517d9be7d084202cc056f89b3cc5ab /gnu/packages/mail.scm | |
parent | 34dd26af491f49949b606377dcb540af15f2125a (diff) | |
download | guix-16966d5b4d96f2f5dc02b9ae295ef34c8a1e93ab.tar guix-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
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 2 |
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 |