# HG changeset patch # User Kim Alvefur # Date 1687517064 -7200 # Node ID 783188a44b0a436cec3c10195e8192458d4aa251 # Parent 419c248919e82833022fe2461cd841eca1c2606a Makefile: Remove custom fetching of util.rsm It should be covered by regular fetching of Prosody resources diff -r 419c248919e8 -r 783188a44b0a Makefile --- a/Makefile Fri Jun 23 12:38:58 2023 +0200 +++ b/Makefile Fri Jun 23 12:44:24 2023 +0200 @@ -22,9 +22,6 @@ mkdir -p "$(@D)" wget "$(PROSODY_URL)$@" -O "$@" -rsm.lib.lua: - wget https://hg.prosody.im/prosody-0.10/raw-file/0.10.1/util/rsm.lua -O rsm.lib.lua - release: $(MISSING_FILES) rm config.unix