summary refs log tree commit diff
path: root/pkgs/desktops/mate/mate-notification-daemon/default.nix
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2019-12-13 19:37:37 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2019-12-13 19:37:37 -0300
commitc0088a657f8a8f0145331da2730d96c1d295c4d3 (patch)
tree608ddd7bd24936f54be421ba79d502cc8558ce15 /pkgs/desktops/mate/mate-notification-daemon/default.nix
parent4c6959c71d76dbcd3c5a71b02e0aa1a47baa4725 (diff)
downloadnixpkgs-c0088a657f8a8f0145331da2730d96c1d295c4d3.tar
nixpkgs-c0088a657f8a8f0145331da2730d96c1d295c4d3.tar.gz
nixpkgs-c0088a657f8a8f0145331da2730d96c1d295c4d3.tar.bz2
nixpkgs-c0088a657f8a8f0145331da2730d96c1d295c4d3.tar.lz
nixpkgs-c0088a657f8a8f0145331da2730d96c1d295c4d3.tar.xz
nixpkgs-c0088a657f8a8f0145331da2730d96c1d295c4d3.tar.zst
nixpkgs-c0088a657f8a8f0145331da2730d96c1d295c4d3.zip
mate: use https instead of http in src urls
Diffstat (limited to 'pkgs/desktops/mate/mate-notification-daemon/default.nix')
-rw-r--r--pkgs/desktops/mate/mate-notification-daemon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/mate/mate-notification-daemon/default.nix b/pkgs/desktops/mate/mate-notification-daemon/default.nix
index a44b73c81a3..a83bbcb3ffb 100644
--- a/pkgs/desktops/mate/mate-notification-daemon/default.nix
+++ b/pkgs/desktops/mate/mate-notification-daemon/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
   version = "1.22.1";
 
   src = fetchurl {
-    url = "http://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
+    url = "https://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
     sha256 = "0f8m3m94iqj2x61dzwwvwq2qlsl2ma8pqr6rfns5pzd0nj0waz0m";
   };