summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2017-08-13 21:53:20 +0200
committerGitHub <noreply@github.com>2017-08-13 21:53:20 +0200
commit13bbaee21d2b81b6281d373d8fafd02d0291edfb (patch)
tree1c761d5f9a8d4bb4da6e89a6b6e3bc97970f0b61 /pkgs/tools/filesystems
parentd0d87242619e5649078739e34afcdf05f3a52cac (diff)
parent09e0cc7cc79cd0e028a56907ddcf36f9bdef1540 (diff)
downloadnixlib-13bbaee21d2b81b6281d373d8fafd02d0291edfb.tar
nixlib-13bbaee21d2b81b6281d373d8fafd02d0291edfb.tar.gz
nixlib-13bbaee21d2b81b6281d373d8fafd02d0291edfb.tar.bz2
nixlib-13bbaee21d2b81b6281d373d8fafd02d0291edfb.tar.lz
nixlib-13bbaee21d2b81b6281d373d8fafd02d0291edfb.tar.xz
nixlib-13bbaee21d2b81b6281d373d8fafd02d0291edfb.tar.zst
nixlib-13bbaee21d2b81b6281d373d8fafd02d0291edfb.zip
Merge pull request #27881 from mimadrid/fix/http-https
Update homepage attributes: http -> https
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/bcache-tools/default.nix2
-rw-r--r--pkgs/tools/filesystems/dosfstools/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/bcache-tools/default.nix b/pkgs/tools/filesystems/bcache-tools/default.nix
index 1eedff5c011e..61c7f26db1e1 100644
--- a/pkgs/tools/filesystems/bcache-tools/default.nix
+++ b/pkgs/tools/filesystems/bcache-tools/default.nix
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
       User documentation is in Documentation/bcache.txt in the Linux kernel
       tree.
     '';
-    homepage = http://bcache.evilpiepirate.org/;
+    homepage = https://bcache.evilpiepirate.org/;
     license = licenses.gpl2;
     platforms = platforms.linux;
     maintainers = [ maintainers.bjornfor ];
diff --git a/pkgs/tools/filesystems/dosfstools/default.nix b/pkgs/tools/filesystems/dosfstools/default.nix
index 2eeb2003a194..dc6bcca597bd 100644
--- a/pkgs/tools/filesystems/dosfstools/default.nix
+++ b/pkgs/tools/filesystems/dosfstools/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   meta = {
     description = "Utilities for creating and checking FAT and VFAT file systems";
     repositories.git = git://daniel-baumann.ch/git/software/dosfstools.git;
-    homepage = http://www.daniel-baumann.ch/software/dosfstools/;
+    homepage = https://www.daniel-baumann.ch/software/dosfstools/;
     platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
   };
 }