summary refs log tree commit diff
path: root/pkgs/os-specific/linux/edac-utils
diff options
context:
space:
mode:
authormimadrid <mimadrid@ucm.es>2017-08-02 23:50:51 +0200
committermimadrid <mimadrid@ucm.es>2017-08-03 11:56:15 +0200
commit09e0cc7cc79cd0e028a56907ddcf36f9bdef1540 (patch)
tree1f579ca29e8527186d1d7015ed2c655f582e12e7 /pkgs/os-specific/linux/edac-utils
parentbe6170d803c88c9e934efffa220bc634d0f16320 (diff)
downloadnixpkgs-09e0cc7cc79cd0e028a56907ddcf36f9bdef1540.tar
nixpkgs-09e0cc7cc79cd0e028a56907ddcf36f9bdef1540.tar.gz
nixpkgs-09e0cc7cc79cd0e028a56907ddcf36f9bdef1540.tar.bz2
nixpkgs-09e0cc7cc79cd0e028a56907ddcf36f9bdef1540.tar.lz
nixpkgs-09e0cc7cc79cd0e028a56907ddcf36f9bdef1540.tar.xz
nixpkgs-09e0cc7cc79cd0e028a56907ddcf36f9bdef1540.tar.zst
nixpkgs-09e0cc7cc79cd0e028a56907ddcf36f9bdef1540.zip
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
Diffstat (limited to 'pkgs/os-specific/linux/edac-utils')
-rw-r--r--pkgs/os-specific/linux/edac-utils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/edac-utils/default.nix b/pkgs/os-specific/linux/edac-utils/default.nix
index b24099f9599..7532f8bfc27 100644
--- a/pkgs/os-specific/linux/edac-utils/default.nix
+++ b/pkgs/os-specific/linux/edac-utils/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
   '';
 
   meta = with stdenv.lib; {
-    homepage = http://github.com/grondo/edac-utils;
+    homepage = https://github.com/grondo/edac-utils;
     description = "Handles the reporting of hardware-related memory errors";
     license = licenses.gpl2;
     platforms = platforms.linux;