Change many homepage urls from http to https #30636
This commit is contained in:
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
description = "ONC RPC portmapper";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
homepage = http://sourceforge.net/projects/rpcbind/;
|
||||
homepage = https://sourceforge.net/projects/rpcbind/;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
longDescription = ''
|
||||
Universal addresses to RPC program number mapper.
|
||||
|
||||
Reference in New Issue
Block a user