···3333 patches = [ ./fix-paths.patch ];
34343535 meta = with stdenv.lib; {
3636- homepage = http://github.com/alexkay/xmonad-log-applet;
3636+ homepage = https://github.com/alexkay/xmonad-log-applet;
3737 license = licenses.bsd3;
3838 description = "An applet that will display XMonad log information (${desktopSupport} version)";
3939 platforms = platforms.linux;
+1-1
pkgs/data/fonts/andagii/default.nix
···1818 # package; but I cannot find the original source, so use it on your
1919 # own risk Debian claims it is GPL - good enough for me.
2020 meta = with stdenv.lib; {
2121- homepage = http://www.i18nguy.com/unicode/unicode-font.HTML;
2121+ homepage = http://www.i18nguy.com/unicode/unicode-font.html;
2222 description = "Unicode Plane 1 Osmanya script font";
2323 maintainers = with maintainers; [ raskin rycee ];
2424 license = "unknown";
+1-1
pkgs/data/icons/paper-icon-theme/default.nix
···20202121 meta = with stdenv.lib; {
2222 description = "Modern icon theme designed around bold colours and simple geometric shapes";
2323- homepage = http://snwh.org/paper;
2323+ homepage = https://snwh.org/paper;
2424 license = with licenses; [ cc-by-sa-40 lgpl3 ];
2525 platforms = platforms.all;
2626 maintainers = with maintainers; [ romildo ];
+1-1
pkgs/data/misc/poppler-data/default.nix
···1515 installFlags = [ "prefix=$(out)" ];
16161717 meta = with stdenv.lib; {
1818- homepage = http://poppler.freedesktop.org/;
1818+ homepage = https://poppler.freedesktop.org/;
1919 description = "Encoding files for Poppler, a PDF rendering library";
2020 platforms = platforms.all;
2121 license = licenses.free; # more free licenses combined
+9-9
pkgs/development/beam-modules/hex-packages.nix
···11821182 systems to query, augment and transform data
11831183 according to Elixir matching rules. '';
11841184 license = stdenv.lib.licenses.mit;
11851185- homepage = "http://github.com/awetzel/adap";
11851185+ homepage = "https://github.com/awetzel/adap";
11861186 };
11871187 } // packageOverrides)
11881188 ) {};
···66606660 requests and responds to preflight requests
66616661 (OPTIONS)'';
66626662 license = stdenv.lib.licenses.asl20;
66636663- homepage = "http://github.com/mschae/cors_plug";
66636663+ homepage = "https://github.com/mschae/cors_plug";
66646664 };
66656665 } // packageOverrides)
66666666 ) {};
···94989498 H-metric are abstracted away - you provide them
94999499 as functions.'';
95009500 license = stdenv.lib.licenses.bsd3;
95019501- homepage = "http://github.com/herenowcoder/eastar";
95019501+ homepage = "https://github.com/herenowcoder/eastar";
95029502 };
95039503 } // packageOverrides)
95049504 ) {};
···1226612266 response. This project is a rewrite for Elixir
1226712267 and Plug of basho webmachine.'';
1226812268 license = stdenv.lib.licenses.mit;
1226912269- homepage = "http://github.com/awetzel/ewebmachine";
1226912269+ homepage = "https://github.com/awetzel/ewebmachine";
1227012270 };
1227112271 } // packageOverrides)
1227212272 ) {};
···2261322613 meta = {
2261422614 description = ''JWT decoding library for Elixir'';
2261522615 license = stdenv.lib.licenses.mit;
2261622616- homepage = "http://github.com/mschae/jwtex";
2261622616+ homepage = "https://github.com/mschae/jwtex";
2261722617 };
2261822618 } // packageOverrides)
2261922619 ) {};
···3026930269 according to rfc7239 and fill `conn.remote_ip`
3027030270 with the root client ip.'';
3027130271 license = stdenv.lib.licenses.mit;
3027230272- homepage = "http://github.com/awetzel/plug_forwarded_peer";
3027230272+ homepage = "https://github.com/awetzel/plug_forwarded_peer";
3027330273 };
3027430274 } // packageOverrides)
3027530275 ) {};
···3047230472 meta = {
3047330473 description = ''An elixir plug that serves HTTP range requests'';
3047430474 license = stdenv.lib.licenses.mit;
3047530475- homepage = "http://github.com/TheSquad/plug_range";
3047530475+ homepage = "https://github.com/TheSquad/plug_range";
3047630476 };
3047730477 } // packageOverrides)
3047830478 ) {};
···3610636106 use a rails-like trailing format:
3610736107 http://api.dev/resources.format'';
3610836108 license = stdenv.lib.licenses.asl20;
3610936109- homepage = "http://github.com/mschae/trailing_format_plug";
3610936109+ homepage = "https://github.com/mschae/trailing_format_plug";
3611036110 };
3611136111 } // packageOverrides)
3611236112 ) {};
···3893838938 meta = {
3893938939 description = ''stream zip archives while building them'';
3894038940 license = stdenv.lib.licenses.bsd3;
3894138941- homepage = "http://github.com/dgvncsz0f/zipflow";
3894138941+ homepage = "https://github.com/dgvncsz0f/zipflow";
3894238942 };
3894338943 } // packageOverrides)
3894438944 ) {};
···23232424 meta = with stdenv.lib; {
2525 description = "Qt library for accessing the online accounts database";
2626- homepage = http://code.google.com/p/accounts-sso/;
2626+ homepage = https://gitlab.com/accounts-sso;
2727 license = licenses.lgpl21;
2828 maintainers = with maintainers; [ nckx ];
2929 platforms = with platforms; linux;
+1-1
pkgs/development/libraries/boolstuff/default.nix
···11{ stdenv, fetchurl, pkgconfig }:
2233-let baseurl = "http://perso.b2b2c.ca/sarrazip/dev"; in
33+let baseurl = "https://perso.b2b2c.ca/~sarrazip/dev"; in
4455stdenv.mkDerivation rec {
66 name = "boolstuff-0.1.15";
+1-1
pkgs/development/libraries/c-ares/default.nix
···10101111 meta = with stdenv.lib; {
1212 description = "A C library for asynchronous DNS requests";
1313- homepage = http://c-ares.haxx.se;
1313+ homepage = https://c-ares.haxx.se;
1414 license = licenses.mit;
1515 platforms = platforms.all;
1616 };
+1-1
pkgs/development/libraries/openssl/chacha.nix
···7272 '';
73737474 meta = {
7575- homepage = http://www.openssl.org/;
7575+ homepage = https://www.openssl.org/;
7676 description = "A cryptographic library that implements the SSL and TLS protocols";
7777 platforms = [ "x86_64-linux" ];
7878 maintainers = [ stdenv.lib.maintainers.cstrahan ];
+1-1
pkgs/development/libraries/openssl/default.nix
···9696 };
97979898 meta = {
9999- homepage = http://www.openssl.org/;
9999+ homepage = https://www.openssl.org/;
100100 description = "A cryptographic library that implements the SSL and TLS protocols";
101101 platforms = stdenv.lib.platforms.all;
102102 maintainers = [ stdenv.lib.maintainers.peti ];
+1-1
pkgs/development/libraries/poppler/default.nix
···6161 "sed '/^SUBDIRS =/s/ test / /' -i Makefile.in";
62626363 meta = with lib; {
6464- homepage = http://poppler.freedesktop.org/;
6464+ homepage = https://poppler.freedesktop.org/;
6565 description = "A PDF rendering library";
66666767 longDescription = ''
+1-1
pkgs/misc/themes/albatross/default.nix
···20202121 meta = {
2222 description = "A desktop Suite for Xfce";
2323- homepage = http://shimmerproject.org/our-projects/albatross/;
2323+ homepage = https://github.com/shimmerproject/Albatross;
2424 license = stdenv.lib.licenses.gpl2;
2525 platforms = stdenv.lib.platforms.unix;
2626 };
+1-1
pkgs/misc/themes/paper/default.nix
···23232424 meta = with stdenv.lib; {
2525 description = "A modern desktop theme suite featuring a mostly flat with a minimal use of shadows for depth";
2626- homepage = http://snwh.org/paper;
2626+ homepage = https://snwh.org/paper;
2727 license = licenses.gpl3;
2828 platforms = platforms.linux;
2929 maintainers = [ maintainers.simonvandel maintainers.romildo ];
+1-1
pkgs/os-specific/linux/acpitool/default.nix
···43434444 meta = {
4545 description = "A small, convenient command-line ACPI client with a lot of features";
4646- homepage = http://freeunix.dyndns.org:8000/site2/acpitool.shtml;
4646+ homepage = https://sourceforge.net/projects/acpitool/;
4747 license = stdenv.lib.licenses.gpl2Plus;
4848 maintainers = [ stdenv.lib.maintainers.guibert ];
4949 platforms = stdenv.lib.platforms.unix;
+1-1
pkgs/servers/irc/charybdis/default.nix
···26262727 meta = with stdenv.lib; {
2828 description = "IRCv3 server designed to be highly scalable";
2929- homepage = http://www.charybdis.io/;
2929+ homepage = http://atheme.org/projects/charybdis.html;
3030 license = licenses.gpl2;
3131 maintainers = with maintainers; [ lassulus fpletz ];
3232 platforms = platforms.unix;
+1-1
pkgs/tools/networking/dd-agent/default.nix
···87878888 meta = {
8989 description = "Event collector for the DataDog analysis service";
9090- homepage = http://www.datadoghq.com;
9090+ homepage = https://www.datadoghq.com;
9191 license = stdenv.lib.licenses.bsd3;
9292 platforms = stdenv.lib.platforms.all;
9393 maintainers = with stdenv.lib.maintainers; [ thoughtpolice domenkozar ];