Treewide: use HTTPS on NonGNU domains

This commit is contained in:
c0bw3b
2018-12-02 15:21:04 +01:00
parent 947be9e992
commit a04a512f34
48 changed files with 54 additions and 54 deletions
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
download/upload/manipulate the ROM and EEPROM contents of AVR
microcontrollers using the in-system programming technique (ISP).
'';
homepage = http://www.nongnu.org/avrdude/;
homepage = https://www.nongnu.org/avrdude/;
license = licenses.gpl2Plus;
platforms = with platforms; linux ++ darwin;
maintainers = [ maintainers.bjornfor ];