treewide: fix redirected urls (again)
Ran the same script as #78265. Additionally, manually replaced `http://goodies.xfce.org` with https.
This commit is contained in:
@@ -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; [ ];
|
||||
|
||||
Reference in New Issue
Block a user