diff options
author | Herman Rimm <[email protected]> | 2025-01-31 18:18:19 +0100 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2025-02-05 13:37:00 +0200 |
commit | 877f7b7c1a0c83308ff1954d59352702343f0c04 (patch) | |
tree | 9368801a81725a183693bf33ef760447ce710697 | |
parent | 2bb41110ccbeaba140e837cb5c9d2b40bdd962cb (diff) |
gnu: rust-actix-http-test-1: Fix package-name.
* gnu/packages/crates-web.scm (rust-actix-http-test-1)[name]: Remove -2.
Change-Id: I7cff55f606d9b6428e96b11f251f1435f9bb3129
Signed-off-by: Efraim Flashner <[email protected]>
-rw-r--r-- | gnu/packages/crates-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm index 9c21cac4bc..748594c869 100644 --- a/gnu/packages/crates-web.scm +++ b/gnu/packages/crates-web.scm @@ -756,7 +756,7 @@ during testing.") (define-public rust-actix-http-test-0.2 (package (inherit rust-actix-http-test-1) - (name "rust-actix-http-test-2") + (name "rust-actix-http-test") (version "0.2.5") (source (origin |