From 6cefd2464a55fbfaea5c4e9a3a370fb034c5462e Mon Sep 17 00:00:00 2001 From: edouardparis Date: Tue, 19 Nov 2024 12:03:29 +0100 Subject: [PATCH] remove liana from vendored source link --- 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 9af2d662..b0e736d7 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/wizardsardine/liana"] -git = "https://github.com/wizardsardine/liana" -branch = "master" -replace-with = "vendored_sources" - [source."https://github.com/edouardparis/iced"] git = "https://github.com/edouardparis/iced" branch = "patch-0.12.3"