Merge pull request #59535 from matthewbauer/homepage-fixes
treewide: update homepages to https where available
This commit is contained in:
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
summary of the build status, after reading the manual.
|
||||
'';
|
||||
|
||||
homepage = http://josefsson.org/autobuild/;
|
||||
homepage = https://josefsson.org/autobuild/;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Object and executable file converter, modifier and disassembler";
|
||||
homepage = http://www.agner.org/optimize/;
|
||||
homepage = https://www.agner.org/optimize/;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ orivej vrthra ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user