about summary refs log tree commit diff
path: root/pkgs/development/misc
diff options
context:
space:
mode:
authorxaverdh <xaverdh@users.noreply.github.com>2021-11-10 10:37:56 +0000
committerGitHub <noreply@github.com>2021-11-10 11:37:56 +0100
commit03a257e5a34db7dcf56e74a4da121843d5a17799 (patch)
tree062c0cbc66bee3c5bc7613961c55cb6d58b73d60 /pkgs/development/misc
parent585b69bbf3a1f69b954c95f7059a9d76e2c468e7 (diff)
downloadnixlib-03a257e5a34db7dcf56e74a4da121843d5a17799.tar
nixlib-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.gz
nixlib-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.bz2
nixlib-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.lz
nixlib-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.xz
nixlib-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.zst
nixlib-03a257e5a34db7dcf56e74a4da121843d5a17799.zip
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/development/misc')
-rw-r--r--pkgs/development/misc/msp430/mspds/binary.nix2
-rw-r--r--pkgs/development/misc/msp430/mspds/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/misc/msp430/mspds/binary.nix b/pkgs/development/misc/msp430/mspds/binary.nix
index 690ed3e45e71..2fc306f8e5ff 100644
--- a/pkgs/development/misc/msp430/mspds/binary.nix
+++ b/pkgs/development/misc/msp430/mspds/binary.nix
@@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
 
   meta = {
     description = "Unfree binary release of the TI MSP430 FET debug driver";
-    homepage = https://www.ti.com/tool/MSPDS;
+    homepage = "https://www.ti.com/tool/MSPDS";
     license = licenses.unfree;
     platforms = platforms.linux ++ platforms.darwin;
     maintainers = with maintainers; [ aerialx ];
diff --git a/pkgs/development/misc/msp430/mspds/default.nix b/pkgs/development/misc/msp430/mspds/default.nix
index 2481b50bfbef..891e7d980b4a 100644
--- a/pkgs/development/misc/msp430/mspds/default.nix
+++ b/pkgs/development/misc/msp430/mspds/default.nix
@@ -48,7 +48,7 @@ in stdenv.mkDerivation {
 
   meta = {
     description = "TI MSP430 FET debug driver";
-    homepage = https://www.ti.com/tool/MSPDS;
+    homepage = "https://www.ti.com/tool/MSPDS";
     license = licenses.bsd3;
     platforms = platforms.linux ++ platforms.darwin;
     maintainers = with maintainers; [ aerialx ];