summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-06-27 13:12:57 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-27 22:12:57 +0200
commitfce8f26af6ef8209c7d282938e9457438746841b (patch)
tree021c661bfad3ef71e6bafde959858331ed3bb5ba /pkgs/tools/misc
parentfd6830274156d6613ec053108fa4cc8ee8efead3 (diff)
downloadnixlib-fce8f26af6ef8209c7d282938e9457438746841b.tar
nixlib-fce8f26af6ef8209c7d282938e9457438746841b.tar.gz
nixlib-fce8f26af6ef8209c7d282938e9457438746841b.tar.bz2
nixlib-fce8f26af6ef8209c7d282938e9457438746841b.tar.lz
nixlib-fce8f26af6ef8209c7d282938e9457438746841b.tar.xz
nixlib-fce8f26af6ef8209c7d282938e9457438746841b.tar.zst
nixlib-fce8f26af6ef8209c7d282938e9457438746841b.zip
treewide: http -> https (#42665)
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/appdata-tools/default.nix2
-rw-r--r--pkgs/tools/misc/rockbox-utility/default.nix2
-rw-r--r--pkgs/tools/misc/tlp/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/appdata-tools/default.nix b/pkgs/tools/misc/appdata-tools/default.nix
index 54c78874dd2e..7ceafe127932 100644
--- a/pkgs/tools/misc/appdata-tools/default.nix
+++ b/pkgs/tools/misc/appdata-tools/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
   configureScript = "./autogen.sh";
 
   meta = with stdenv.lib; {
-    homepage = http://people.freedesktop.org/~hughsient/appdata;
+    homepage = https://people.freedesktop.org/~hughsient/appdata;
     description = "CLI designed to validate AppData descriptions for standards compliance and to the style guide";
     platforms = platforms.linux;
     license = licenses.gpl2;
diff --git a/pkgs/tools/misc/rockbox-utility/default.nix b/pkgs/tools/misc/rockbox-utility/default.nix
index e9ed5c0450af..66ddd0548a8c 100644
--- a/pkgs/tools/misc/rockbox-utility/default.nix
+++ b/pkgs/tools/misc/rockbox-utility/default.nix
@@ -47,7 +47,7 @@ stdenv.mkDerivation  rec {
 
   meta = with stdenv.lib; {
     description = "Open source firmware for mp3 players";
-    homepage = http://www.rockbox.org;
+    homepage = https://www.rockbox.org;
     license = licenses.gpl2;
     platforms = platforms.linux;
     maintainers = with maintainers; [ goibhniu jgeerds ];
diff --git a/pkgs/tools/misc/tlp/default.nix b/pkgs/tools/misc/tlp/default.nix
index 91eeb6b0a511..39d3ea1c2086 100644
--- a/pkgs/tools/misc/tlp/default.nix
+++ b/pkgs/tools/misc/tlp/default.nix
@@ -61,7 +61,7 @@ in stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Advanced Power Management for Linux";
-    homepage = http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html;
+    homepage = https://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html;
     platforms = platforms.linux;
     maintainers = with maintainers; [ abbradar ];
     license = licenses.gpl2Plus;