summaryrefslogtreecommitdiff
path: root/guix/swh.scm
Commit message (Collapse)AuthorAge
* swh: Add basic tests.Ludovic Courtès2019-07-22
| | | | | | * guix/swh.scm (%swh-base-url): Turn into a parameter and export it. * tests/swh.scm: New file. * Makefile.am (SCM_TESTS): Add it.
* swh: Export 'save-origin' and related bindings.Ludovic Courtès2018-11-27
| | | | * guix/swh.scm: Export bindings related to 'save-origin'.
* Add (guix swh).Ludovic Courtès2018-11-26
* guix/swh.scm: New file. * Makefile.am (MODULES): Add it.