summary refs log tree commit diff
path: root/pkgs/applications/editors/flpsed
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/applications/editors/flpsed
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/applications/editors/flpsed')
-rw-r--r--pkgs/applications/editors/flpsed/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/flpsed/default.nix b/pkgs/applications/editors/flpsed/default.nix
index cbff8e606f2..ec9143943fc 100644
--- a/pkgs/applications/editors/flpsed/default.nix
+++ b/pkgs/applications/editors/flpsed/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "WYSIWYG PostScript annotator";
-    homepage = http://flpsed.org/flpsed.html;
+    homepage = https://flpsed.org/flpsed.html;
     license = licenses.gpl3;
     platforms = platforms.linux;
     maintainers = with maintainers; [ ];