Merge pull request #28359 from matthewbauer/use-https

Use https for some homepages

authored by Jörg Thalheim and committed by GitHub 30815015 f1666a3a

+45 -45
+1 -1
pkgs/applications/altcoins/cryptop/default.nix
··· 16 16 doCheck = false; 17 17 18 18 meta = { 19 - homepage = http://github.com/huwwp/cryptop; 19 + homepage = https://github.com/huwwp/cryptop; 20 20 description = "Command line Cryptocurrency Portfolio"; 21 21 license = with lib.licenses; [ mit ]; 22 22 maintainers = with lib.maintainers; [ bhipple ];
+1 -1
pkgs/applications/audio/amarok/default.nix
··· 42 42 repositories.git = git://anongit.kde.org/amarok.git; 43 43 description = "Popular music player for KDE"; 44 44 license = "GPL"; 45 - homepage = http://amarok.kde.org; 45 + homepage = https://amarok.kde.org; 46 46 inherit (kdelibs4.meta) platforms; 47 47 }; 48 48 }
+1 -1
pkgs/applications/audio/ponymix/default.nix
··· 18 18 19 19 meta = with stdenv.lib; { 20 20 description = "CLI PulseAudio Volume Control"; 21 - homepage = http://github.com/falconindy/ponymix; 21 + homepage = https://github.com/falconindy/ponymix; 22 22 license = licenses.mit; 23 23 platforms = platforms.linux; 24 24 maintainers = with maintainers; [ ericsagnes ];
+1 -1
pkgs/applications/editors/emacs-modes/erlang/default.nix
··· 16 16 # emacs highlighting */ 17 17 18 18 meta = with stdenv.lib; { 19 - homepage = http://github.com/erlang/otp; 19 + homepage = https://github.com/erlang/otp; 20 20 description = "Erlang mode for Emacs"; 21 21 license = licenses.asl20; 22 22 platforms = platforms.unix;
+1 -1
pkgs/applications/editors/emacs-modes/haskell/default.nix
··· 30 30 installCheckTarget = "check"; 31 31 32 32 meta = { 33 - homepage = http://github.com/haskell/haskell-mode; 33 + homepage = https://github.com/haskell/haskell-mode; 34 34 description = "Haskell mode for Emacs"; 35 35 36 36 platforms = stdenv.lib.platforms.unix;
+1 -1
pkgs/applications/editors/vis/default.nix
··· 59 59 60 60 meta = with stdenv.lib; { 61 61 description = "A vim like editor"; 62 - homepage = http://github.com/martanne/vis; 62 + homepage = https://github.com/martanne/vis; 63 63 license = licenses.isc; 64 64 maintainers = with maintainers; [ vrthra ramkromberg ]; 65 65 platforms = platforms.unix;
+1 -1
pkgs/applications/graphics/pencil/default.nix
··· 28 28 29 29 meta = with stdenv.lib; { 30 30 description = "GUI prototyping/mockup tool"; 31 - homepage = http://github.com/prikhi/pencil; 31 + homepage = https://github.com/prikhi/pencil; 32 32 license = licenses.gpl2; # Commercial license is also available 33 33 maintainers = with maintainers; [ bjornfor prikhi ]; 34 34 platforms = platforms.linux;
+1 -1
pkgs/applications/misc/milu/default.nix
··· 34 34 35 35 meta = { 36 36 description = "Higher Order Mutation Testing Tool for C and C++ programs"; 37 - homepage = http://github.com/yuejia/Milu; 37 + homepage = https://github.com/yuejia/Milu; 38 38 license = stdenv.lib.licenses.bsd2; 39 39 platforms = stdenv.lib.platforms.linux; 40 40 maintainers = [ stdenv.lib.maintainers.vrthra ];
+1 -1
pkgs/applications/misc/opencpn/default.nix
··· 27 27 maintainers = [ stdenv.lib.maintainers.kragniz ]; 28 28 platforms = stdenv.lib.platforms.all; 29 29 license = stdenv.lib.licenses.gpl2; 30 - homepage = http://opencpn.org/; 30 + homepage = https://opencpn.org/; 31 31 }; 32 32 }
+1 -1
pkgs/applications/science/electronics/caneda/default.nix
··· 31 31 32 32 meta = { 33 33 description = "Open source EDA software focused on easy of use and portability"; 34 - homepage = http://caneda.tuxfamily.org; 34 + homepage = http://caneda.org; 35 35 license = stdenv.lib.licenses.gpl2Plus; 36 36 maintainers = with stdenv.lib.maintainers; [viric]; 37 37 platforms = with stdenv.lib.platforms; linux;
+1 -1
pkgs/applications/science/logic/acgtk/default.nix
··· 47 47 + " " + optionalString installEmacsMode "install-emacs"; 48 48 49 49 meta = with stdenv.lib; { 50 - homepage = http://www.loria.fr/equipes/calligramme/acg; 50 + homepage = http://calligramme.loria.fr/acg/; 51 51 description = "A toolkit for developing ACG signatures and lexicon"; 52 52 license = licenses.cecill20; 53 53 platforms = ocaml.meta.platforms or [];
+1 -1
pkgs/applications/science/logic/z3/default.nix
··· 23 23 24 24 meta = { 25 25 description = "A high-performance theorem prover and SMT solver"; 26 - homepage = "http://github.com/Z3Prover/z3"; 26 + homepage = "https://github.com/Z3Prover/z3"; 27 27 license = stdenv.lib.licenses.mit; 28 28 platforms = stdenv.lib.platforms.unix; 29 29 maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
+1 -1
pkgs/applications/science/logic/z3_opt/default.nix
··· 37 37 38 38 meta = { 39 39 description = "A high-performance theorem prover and SMT solver, optimization edition"; 40 - homepage = "http://github.com/Z3Prover/z3"; 40 + homepage = "https://github.com/Z3Prover/z3"; 41 41 license = stdenv.lib.licenses.mit; 42 42 platforms = stdenv.lib.platforms.unix; 43 43 maintainers = with stdenv.lib.maintainers; [ thoughtpolice sheganinans ];
+1 -1
pkgs/applications/virtualization/cbfstool/default.nix
··· 27 27 28 28 meta = with stdenv.lib; { 29 29 description = "Management utility for CBFS formatted ROM images"; 30 - homepage = http://www.coreboot.org; 30 + homepage = https://www.coreboot.org; 31 31 license = licenses.gpl2; 32 32 maintainers = [ maintainers.tstrobel ]; 33 33 platforms = platforms.linux;
+1 -1
pkgs/applications/window-managers/sxhkd/default.nix
··· 15 15 16 16 meta = { 17 17 description = "Simple X hotkey daemon"; 18 - homepage = http://github.com/baskerville/sxhkd/; 18 + homepage = https://github.com/baskerville/sxhkd/; 19 19 license = stdenv.lib.licenses.bsd2; 20 20 platforms = stdenv.lib.platforms.linux; 21 21 };
+1 -1
pkgs/applications/window-managers/trayer/default.nix
··· 19 19 makeFlags = [ "PREFIX=$(out)" ]; 20 20 21 21 meta = with stdenv.lib; { 22 - homepage = http://github.com/sargon/trayer-srg; 22 + homepage = https://github.com/sargon/trayer-srg; 23 23 license = licenses.mit; 24 24 description = "A lightweight GTK2-based systray for UNIX desktop"; 25 25 platforms = platforms.linux;
+1 -1
pkgs/applications/window-managers/xmonad-log-applet/default.nix
··· 33 33 patches = [ ./fix-paths.patch ]; 34 34 35 35 meta = with stdenv.lib; { 36 - homepage = http://github.com/alexkay/xmonad-log-applet; 36 + homepage = https://github.com/alexkay/xmonad-log-applet; 37 37 license = licenses.bsd3; 38 38 description = "An applet that will display XMonad log information (${desktopSupport} version)"; 39 39 platforms = platforms.linux;
+1 -1
pkgs/data/fonts/andagii/default.nix
··· 18 18 # package; but I cannot find the original source, so use it on your 19 19 # own risk Debian claims it is GPL - good enough for me. 20 20 meta = with stdenv.lib; { 21 - homepage = http://www.i18nguy.com/unicode/unicode-font.HTML; 21 + homepage = http://www.i18nguy.com/unicode/unicode-font.html; 22 22 description = "Unicode Plane 1 Osmanya script font"; 23 23 maintainers = with maintainers; [ raskin rycee ]; 24 24 license = "unknown";
+1 -1
pkgs/data/icons/paper-icon-theme/default.nix
··· 20 20 21 21 meta = with stdenv.lib; { 22 22 description = "Modern icon theme designed around bold colours and simple geometric shapes"; 23 - homepage = http://snwh.org/paper; 23 + homepage = https://snwh.org/paper; 24 24 license = with licenses; [ cc-by-sa-40 lgpl3 ]; 25 25 platforms = platforms.all; 26 26 maintainers = with maintainers; [ romildo ];
+1 -1
pkgs/data/misc/poppler-data/default.nix
··· 15 15 installFlags = [ "prefix=$(out)" ]; 16 16 17 17 meta = with stdenv.lib; { 18 - homepage = http://poppler.freedesktop.org/; 18 + homepage = https://poppler.freedesktop.org/; 19 19 description = "Encoding files for Poppler, a PDF rendering library"; 20 20 platforms = platforms.all; 21 21 license = licenses.free; # more free licenses combined
+9 -9
pkgs/development/beam-modules/hex-packages.nix
··· 1182 1182 systems to query, augment and transform data 1183 1183 according to Elixir matching rules. ''; 1184 1184 license = stdenv.lib.licenses.mit; 1185 - homepage = "http://github.com/awetzel/adap"; 1185 + homepage = "https://github.com/awetzel/adap"; 1186 1186 }; 1187 1187 } // packageOverrides) 1188 1188 ) {}; ··· 6660 6660 requests and responds to preflight requests 6661 6661 (OPTIONS)''; 6662 6662 license = stdenv.lib.licenses.asl20; 6663 - homepage = "http://github.com/mschae/cors_plug"; 6663 + homepage = "https://github.com/mschae/cors_plug"; 6664 6664 }; 6665 6665 } // packageOverrides) 6666 6666 ) {}; ··· 9498 9498 H-metric are abstracted away - you provide them 9499 9499 as functions.''; 9500 9500 license = stdenv.lib.licenses.bsd3; 9501 - homepage = "http://github.com/herenowcoder/eastar"; 9501 + homepage = "https://github.com/herenowcoder/eastar"; 9502 9502 }; 9503 9503 } // packageOverrides) 9504 9504 ) {}; ··· 12266 12266 response. This project is a rewrite for Elixir 12267 12267 and Plug of basho webmachine.''; 12268 12268 license = stdenv.lib.licenses.mit; 12269 - homepage = "http://github.com/awetzel/ewebmachine"; 12269 + homepage = "https://github.com/awetzel/ewebmachine"; 12270 12270 }; 12271 12271 } // packageOverrides) 12272 12272 ) {}; ··· 22613 22613 meta = { 22614 22614 description = ''JWT decoding library for Elixir''; 22615 22615 license = stdenv.lib.licenses.mit; 22616 - homepage = "http://github.com/mschae/jwtex"; 22616 + homepage = "https://github.com/mschae/jwtex"; 22617 22617 }; 22618 22618 } // packageOverrides) 22619 22619 ) {}; ··· 30269 30269 according to rfc7239 and fill `conn.remote_ip` 30270 30270 with the root client ip.''; 30271 30271 license = stdenv.lib.licenses.mit; 30272 - homepage = "http://github.com/awetzel/plug_forwarded_peer"; 30272 + homepage = "https://github.com/awetzel/plug_forwarded_peer"; 30273 30273 }; 30274 30274 } // packageOverrides) 30275 30275 ) {}; ··· 30472 30472 meta = { 30473 30473 description = ''An elixir plug that serves HTTP range requests''; 30474 30474 license = stdenv.lib.licenses.mit; 30475 - homepage = "http://github.com/TheSquad/plug_range"; 30475 + homepage = "https://github.com/TheSquad/plug_range"; 30476 30476 }; 30477 30477 } // packageOverrides) 30478 30478 ) {}; ··· 36106 36106 use a rails-like trailing format: 36107 36107 http://api.dev/resources.format''; 36108 36108 license = stdenv.lib.licenses.asl20; 36109 - homepage = "http://github.com/mschae/trailing_format_plug"; 36109 + homepage = "https://github.com/mschae/trailing_format_plug"; 36110 36110 }; 36111 36111 } // packageOverrides) 36112 36112 ) {}; ··· 38938 38938 meta = { 38939 38939 description = ''stream zip archives while building them''; 38940 38940 license = stdenv.lib.licenses.bsd3; 38941 - homepage = "http://github.com/dgvncsz0f/zipflow"; 38941 + homepage = "https://github.com/dgvncsz0f/zipflow"; 38942 38942 }; 38943 38943 } // packageOverrides) 38944 38944 ) {};
+2 -2
pkgs/development/compilers/adobe-flex-sdk/default.nix
··· 32 32 done 33 33 ''; 34 34 35 - meta = { 35 + meta = { 36 36 description = "Flex SDK for Adobe Flash / ActionScript"; 37 - homepage = "http://www.adobe.com/support/documentation/en/flex/3/releasenotes_flex3_sdk.html#installation"; 37 + homepage = "http://www.adobe.com/products/flex.html"; 38 38 license = stdenv.lib.licenses.mpl11; 39 39 platforms = stdenv.lib.platforms.unix; 40 40 };
+1 -1
pkgs/development/compilers/halvm/2.4.0.nix
··· 44 44 }; 45 45 46 46 meta = { 47 - homepage = http://github.com/GaloisInc/HaLVM; 47 + homepage = https://github.com/GaloisInc/HaLVM; 48 48 description = "The Haskell Lightweight Virtual Machine (HaLVM): GHC running on Xen"; 49 49 platforms = ["x86_64-linux"]; # other platforms don't have Xen 50 50 maintainers = with stdenv.lib.maintainers; [ dmjio ];
+1 -1
pkgs/development/compilers/rust/cargo.nix
··· 47 47 doCheck = false; 48 48 49 49 meta = with stdenv.lib; { 50 - homepage = http://crates.io; 50 + homepage = https://crates.io; 51 51 description = "Downloads your Rust project's dependencies and builds your project"; 52 52 maintainers = with maintainers; [ wizeman retrry ]; 53 53 license = [ licenses.mit licenses.asl20 ];
+1 -1
pkgs/development/libraries/accounts-qt/default.nix
··· 23 23 24 24 meta = with stdenv.lib; { 25 25 description = "Qt library for accessing the online accounts database"; 26 - homepage = http://code.google.com/p/accounts-sso/; 26 + homepage = https://gitlab.com/accounts-sso; 27 27 license = licenses.lgpl21; 28 28 maintainers = with maintainers; [ nckx ]; 29 29 platforms = with platforms; linux;
+1 -1
pkgs/development/libraries/boolstuff/default.nix
··· 1 1 { stdenv, fetchurl, pkgconfig }: 2 2 3 - let baseurl = "http://perso.b2b2c.ca/sarrazip/dev"; in 3 + let baseurl = "https://perso.b2b2c.ca/~sarrazip/dev"; in 4 4 5 5 stdenv.mkDerivation rec { 6 6 name = "boolstuff-0.1.15";
+1 -1
pkgs/development/libraries/c-ares/default.nix
··· 10 10 11 11 meta = with stdenv.lib; { 12 12 description = "A C library for asynchronous DNS requests"; 13 - homepage = http://c-ares.haxx.se; 13 + homepage = https://c-ares.haxx.se; 14 14 license = licenses.mit; 15 15 platforms = platforms.all; 16 16 };
+1 -1
pkgs/development/libraries/openssl/chacha.nix
··· 72 72 ''; 73 73 74 74 meta = { 75 - homepage = http://www.openssl.org/; 75 + homepage = https://www.openssl.org/; 76 76 description = "A cryptographic library that implements the SSL and TLS protocols"; 77 77 platforms = [ "x86_64-linux" ]; 78 78 maintainers = [ stdenv.lib.maintainers.cstrahan ];
+1 -1
pkgs/development/libraries/openssl/default.nix
··· 96 96 }; 97 97 98 98 meta = { 99 - homepage = http://www.openssl.org/; 99 + homepage = https://www.openssl.org/; 100 100 description = "A cryptographic library that implements the SSL and TLS protocols"; 101 101 platforms = stdenv.lib.platforms.all; 102 102 maintainers = [ stdenv.lib.maintainers.peti ];
+1 -1
pkgs/development/libraries/poppler/default.nix
··· 61 61 "sed '/^SUBDIRS =/s/ test / /' -i Makefile.in"; 62 62 63 63 meta = with lib; { 64 - homepage = http://poppler.freedesktop.org/; 64 + homepage = https://poppler.freedesktop.org/; 65 65 description = "A PDF rendering library"; 66 66 67 67 longDescription = ''
+1 -1
pkgs/misc/themes/albatross/default.nix
··· 20 20 21 21 meta = { 22 22 description = "A desktop Suite for Xfce"; 23 - homepage = http://shimmerproject.org/our-projects/albatross/; 23 + homepage = https://github.com/shimmerproject/Albatross; 24 24 license = stdenv.lib.licenses.gpl2; 25 25 platforms = stdenv.lib.platforms.unix; 26 26 };
+1 -1
pkgs/misc/themes/paper/default.nix
··· 23 23 24 24 meta = with stdenv.lib; { 25 25 description = "A modern desktop theme suite featuring a mostly flat with a minimal use of shadows for depth"; 26 - homepage = http://snwh.org/paper; 26 + homepage = https://snwh.org/paper; 27 27 license = licenses.gpl3; 28 28 platforms = platforms.linux; 29 29 maintainers = [ maintainers.simonvandel maintainers.romildo ];
+1 -1
pkgs/os-specific/linux/acpitool/default.nix
··· 43 43 44 44 meta = { 45 45 description = "A small, convenient command-line ACPI client with a lot of features"; 46 - homepage = http://freeunix.dyndns.org:8000/site2/acpitool.shtml; 46 + homepage = https://sourceforge.net/projects/acpitool/; 47 47 license = stdenv.lib.licenses.gpl2Plus; 48 48 maintainers = [ stdenv.lib.maintainers.guibert ]; 49 49 platforms = stdenv.lib.platforms.unix;
+1 -1
pkgs/servers/irc/charybdis/default.nix
··· 26 26 27 27 meta = with stdenv.lib; { 28 28 description = "IRCv3 server designed to be highly scalable"; 29 - homepage = http://www.charybdis.io/; 29 + homepage = http://atheme.org/projects/charybdis.html; 30 30 license = licenses.gpl2; 31 31 maintainers = with maintainers; [ lassulus fpletz ]; 32 32 platforms = platforms.unix;
+1 -1
pkgs/tools/networking/dd-agent/default.nix
··· 87 87 88 88 meta = { 89 89 description = "Event collector for the DataDog analysis service"; 90 - homepage = http://www.datadoghq.com; 90 + homepage = https://www.datadoghq.com; 91 91 license = stdenv.lib.licenses.bsd3; 92 92 platforms = stdenv.lib.platforms.all; 93 93 maintainers = with stdenv.lib.maintainers; [ thoughtpolice domenkozar ];
+1 -1
pkgs/tools/security/pass/default.nix
··· 84 84 85 85 meta = with stdenv.lib; { 86 86 description = "Stores, retrieves, generates, and synchronizes passwords securely"; 87 - homepage = http://www.passwordstore.org/; 87 + homepage = https://www.passwordstore.org/; 88 88 license = licenses.gpl2Plus; 89 89 maintainers = with maintainers; [ lovek323 the-kenny fpletz ]; 90 90 platforms = platforms.unix;