swh: Fix API call for getting origin.
authorBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>
Sun, 15 Dec 2019 21:00:56 +0000 (22:00 +0100)
committerBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>
Tue, 17 Dec 2019 22:29:32 +0000 (23:29 +0100)
commit356a79becc4061d158c68718ad169abac1ab672f
treead6f9fd7e7ec04cd0d49e9a19927cc0288c74c4f
parentef6856ea7244912a79d7890d93bfc480588d09e5
swh: Fix API call for getting origin.

When using the archival linter, git origins already in the archive where
not recognized due to an API change and where repeatedly asked for archival.
This is fixed here.

* guix/swh.scm (lookup-origin): Fix API URI for getting origin.
(<origin>): Fix comment with API URI example.
guix/swh.scm