diff options
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 24e3732..91aeeb8 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -506,13 +506,18 @@ Graphical Fragment Assembly} files and related formats.") (lambda (port) (format port " -#### System Inputs (generated from ~a package ~a) +#### System Inputs (generated from ~a package defined in ~a) |Name | Description | |-----|-------------| ~a " ,(package-name this-package) - ,(package-version this-package) + (string-append + "[genenetwork.scm]" + "(http://git.genenetwork.org/" + "guix-bioinformatics/guix-bioinformatics" + "/src/branch/master/gn/packages/" + "genenetwork.scm)") ,(apply string-append (map |