aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/rust/cargo-embed/default.nix
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2020-10-23 15:05:17 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2020-11-27 01:23:57 +0100
commita6b3bb24e4baf7312b343d361f3c07229ed1ded2 (patch)
treead0873fa3bf93d71c5c561ca720e976bedccef40 /pkgs/development/tools/rust/cargo-embed/default.nix
parentbb7b1b59c860a23010473b0408f56c91f7d0c810 (diff)
treewide: ran ./maintainers/scripts/update_redirected_urls.sh
Diffstat (limited to 'pkgs/development/tools/rust/cargo-embed/default.nix')
-rw-r--r--pkgs/development/tools/rust/cargo-embed/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/rust/cargo-embed/default.nix b/pkgs/development/tools/rust/cargo-embed/default.nix
index a9c18b021bf5..e4c5d8ab48c7 100644
--- a/pkgs/development/tools/rust/cargo-embed/default.nix
+++ b/pkgs/development/tools/rust/cargo-embed/default.nix
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A cargo extension for working with microcontrollers";
- homepage = "http://probe.rs/";
+ homepage = "https://probe.rs/";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ fooker ];
};