Change many homepage urls from http to https #30636
This commit is contained in:
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
It is based on the popular, but discontinued, X Win Commander, which was developed by Maxim Baranov.
|
||||
Xfe aims to be the filemanager of choice for all the Unix addicts!
|
||||
'';
|
||||
homepage = http://sourceforge.net/projects/xfe/;
|
||||
homepage = https://sourceforge.net/projects/xfe/;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user