summary refs log tree commit diff
path: root/pkgs/os-specific/linux/upower
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2018-01-05 14:42:46 -0500
committerVladimír Čunát <vcunat@gmail.com>2018-01-05 20:42:46 +0100
commit7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9 (patch)
tree10ce937167f666f694f15c35f08d6648f03e90e9 /pkgs/os-specific/linux/upower
parenta7ef0c03d209e0512be9da390c4dcdf2235730f9 (diff)
downloadnixpkgs-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar
nixpkgs-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.gz
nixpkgs-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.bz2
nixpkgs-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.lz
nixpkgs-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.xz
nixpkgs-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.zst
nixpkgs-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.zip
treewide: homepage+src updates (found by repology, #33263)
Diffstat (limited to 'pkgs/os-specific/linux/upower')
-rw-r--r--pkgs/os-specific/linux/upower/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/upower/default.nix b/pkgs/os-specific/linux/upower/default.nix
index 490df3e1abe..b1a8ac7d518 100644
--- a/pkgs/os-specific/linux/upower/default.nix
+++ b/pkgs/os-specific/linux/upower/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
   name = "upower-0.99.4";
 
   src = fetchurl {
-    url = "http://upower.freedesktop.org/releases/${name}.tar.xz";
+    url = "https://upower.freedesktop.org/releases/${name}.tar.xz";
     sha256 = "1c1ph1j1fnrf3vipxb7ncmdfc36dpvcvpsv8n8lmal7grjk2b8ww";
   };
 
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
   installFlags = "historydir=$(TMPDIR)/foo";
 
   meta = {
-    homepage = http://upower.freedesktop.org/;
+    homepage = https://upower.freedesktop.org/;
     description = "A D-Bus service for power management";
     platforms = stdenv.lib.platforms.linux;
   };