Skip to content

Commit e676796

Browse files
committed
Fix files-list for old-uri in .release-info (s/release/egg-release/)
1 parent a90b78c commit e676796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salmonella.release-info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;; -*- scheme -*-
22
(repo git "git://github.com/mario-goulart/{egg-name}.git")
33
(uri targz "https://github.com/mario-goulart/{egg-name}/tarball/{egg-release}")
4-
(uri files-list "http://code.call-cc.org/files-list?egg={egg-name};release={egg-release}" old-uri)
4+
(uri files-list "http://code.call-cc.org/files-list?egg={egg-name};egg-release={egg-release}" old-uri)
55

66
(release "1.1" old-uri)
77
(release "1.2" old-uri)

0 commit comments

Comments
 (0)