summary refs log tree commit diff
path: root/pkgs/misc/cups/cups-pk-helper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/cups/cups-pk-helper.nix')
-rw-r--r--pkgs/misc/cups/cups-pk-helper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/cups/cups-pk-helper.nix b/pkgs/misc/cups/cups-pk-helper.nix
index f5edc729340..1a3b4ebfbef 100644
--- a/pkgs/misc/cups/cups-pk-helper.nix
+++ b/pkgs/misc/cups/cups-pk-helper.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "PolicyKit helper to configure cups with fine-grained privileges";
-    homepage = "http://www.freedesktop.org/wiki/Software/cups-pk-helper/";
+    homepage = "https://www.freedesktop.org/wiki/Software/cups-pk-helper/";
     license = licenses.gpl2;
     platforms = platforms.linux;
     maintainers = [ maintainers.bjornfor ];