summary refs log tree commit diff
path: root/pkgs/desktops/xfce/panel-plugins/xfce4-notes-plugin.nix
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2020-03-20 13:36:23 +0100
committerPatrick Hilhorst <git@hilhorst.be>2020-03-20 13:36:23 +0100
commit9fc5e7e473874762fdb1b49d17dcf703d48352c3 (patch)
tree93932db70d464e3cf3bb36460715dda5fd360b24 /pkgs/desktops/xfce/panel-plugins/xfce4-notes-plugin.nix
parentecce3a7bc9a35415b82169630d352abddf6bcdd2 (diff)
downloadnixpkgs-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar
nixpkgs-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.gz
nixpkgs-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.bz2
nixpkgs-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.lz
nixpkgs-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.xz
nixpkgs-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.zst
nixpkgs-9fc5e7e473874762fdb1b49d17dcf703d48352c3.zip
treewide: fix redirected urls (again)
Ran the same script as #78265.
Additionally, manually replaced `http://goodies.xfce.org`
with https.
Diffstat (limited to 'pkgs/desktops/xfce/panel-plugins/xfce4-notes-plugin.nix')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-notes-plugin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-notes-plugin.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-notes-plugin.nix
index 2876c1b1f7d..516d86f56ab 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-notes-plugin.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-notes-plugin.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ intltool libxfce4util libxfce4ui xfce4-panel xfconf gtk2 libunique ];
 
   meta = {
-    homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
+    homepage = "https://goodies.xfce.org/projects/panel-plugins/${p_name}";
     description = "Sticky notes plugin for Xfce panel";
     platforms = platforms.linux;
     maintainers = [ maintainers.AndersonTorres ];