Treewide: use https for SourceForge
This commit is contained in:
@@ -22,9 +22,9 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "http://sourceforge.net/projects/bridge/";
|
||||
homepage = http://www.linux-foundation.org/en/Net:Bridge/;
|
||||
license = "GPL";
|
||||
description = "https://sourceforge.net/projects/bridge/";
|
||||
homepage = https://wiki.linuxfoundation.org/networking/bridge;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user