From 7cb79312f5c63d9c9290ba683ee8db1307b4c0ca Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Thu, 31 Aug 2023 16:50:33 +0200 Subject: [PATCH] contrib: get rid of deprecated vendored source information for guix --- contrib/reproducible/guix/build.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/contrib/reproducible/guix/build.sh b/contrib/reproducible/guix/build.sh index 8969f82f..c9d3a29a 100755 --- a/contrib/reproducible/guix/build.sh +++ b/contrib/reproducible/guix/build.sh @@ -13,11 +13,6 @@ directory = "/vendor" [source.crates-io] replace-with = "vendored_sources" -[source."https://github.com/darosior/rust-miniscript"] -git = "https://github.com/darosior/rust-miniscript" -branch = "multipath_descriptors_on_9.0" -replace-with = "vendored_sources" - [source."https://github.com/wizardsardine/liana"] git = "https://github.com/wizardsardine/liana" branch = "master"