diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 20:22:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-21 18:33:37 +0100 |
commit | 018b72d72414972b932939228b1fb3d38f5cc89d (patch) | |
tree | 168dc3b665085fc8d44a304384d3e1e511aa7e0b /gnu | |
parent | 2f35985c77dfb44f92220771b8e8bfcbb836ef3c (diff) | |
download | patches-018b72d72414972b932939228b1fb3d38f5cc89d.tar patches-018b72d72414972b932939228b1fb3d38f5cc89d.tar.gz |
gnu: rust-tempfile: Use HTTPS home page.
* gnu/packages/crates-io.scm (rust-tempfile)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 1585ccc4b5..4872aa69a8 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -13520,7 +13520,7 @@ deleting all contents when it's dropped.") ("rust-redox-syscall" ,rust-redox-syscall-0.1) ("rust-remove-dir-all" ,rust-remove-dir-all-0.5) ("rust-winapi" ,rust-winapi-0.3)))) - (home-page "http://stebalien.com/projects/tempfile-rs") + (home-page "https://stebalien.com/projects/tempfile-rs") (synopsis "Library for managing temporary files and directories") (description "This package provides a library for managing temporary files and |