Merge pull request #34960 from leenaars/updatelinks

Update several broken links to package homepages

authored by Joachim F and committed by GitHub d2f0494b 68bf89e7

+4 -4
+1 -1
pkgs/development/libraries/cutee/default.nix
··· 19 19 20 20 meta = with stdenv.lib; { 21 21 description = "C++ Unit Testing Easy Environment"; 22 - homepage = http://codesink.org/cutee_unit_testing.html; 22 + homepage = http://www.codesink.org/cutee_unit_testing.html; 23 23 license = licenses.gpl2Plus; 24 24 maintainers = with maintainers; [ leenaars]; 25 25 platforms = platforms.linux;
+1 -1
pkgs/development/libraries/gnutls-kdh/generic.nix
··· 84 84 layer. It adds TLS-KDH ciphers: Kerberos + Diffie-Hellman. 85 85 ''; 86 86 87 - homepage = http://www.gnu.org/software/gnutls://github.com/arpa2/gnutls-kdh; 87 + homepage = https://github.com/arpa2/gnutls-kdh; 88 88 license = licenses.lgpl21Plus; 89 89 maintainers = with maintainers; [ leenaars ]; 90 90 platforms = platforms.all;
+1 -1
pkgs/development/libraries/mimetic/default.nix
··· 14 14 15 15 meta = with stdenv.lib; { 16 16 description = "MIME handling library"; 17 - homepage = http://codesink.org/mimetic_mime_library.html; 17 + homepage = http://www.codesink.org/mimetic_mime_library.html; 18 18 license = licenses.mit; 19 19 maintainers = with maintainers; [ leenaars]; 20 20 platforms = platforms.linux;
+1 -1
pkgs/tools/networking/tlspool/default.nix
··· 51 51 meta = with stdenv.lib; { 52 52 description = "A supercharged TLS daemon that allows for easy, strong and consistent deployment"; 53 53 license = licenses.bsd2; 54 - homepage = https://www.tlspool.org; 54 + homepage = http://www.tlspool.org; 55 55 maintainers = with maintainers; [ leenaars qknight ]; 56 56 }; 57 57 }