···23232424 meta = with lib; {
2525 description = "The nice editor";
2626- homepage = "http://ne.di.unimi.it/";
2626+ homepage = "https://ne.di.unimi.it/";
2727 longDescription = ''
2828 ne is a free (GPL'd) text editor based on the POSIX standard that runs
2929 (we hope) on almost any UN*X machine. ne is easy to use for the beginner,
···109109 '';
110110111111 meta = with lib; {
112112- homepage = "http://hadoop.apache.org/";
112112+ homepage = "https://hadoop.apache.org/";
113113 description = "Framework for distributed processing of large data sets across clusters of computers";
114114 license = licenses.asl20;
115115
+1-1
pkgs/applications/office/osmo/default.nix
···16161717 meta = with lib; {
1818 description = "A handy personal organizer";
1919- homepage = "http://clayo.org/osmo/";
1919+ homepage = "https://clayo.org/osmo/";
2020 license = licenses.gpl2;
2121 platforms = platforms.linux;
2222 maintainers = with maintainers; [ pSub ];
···2323 This library is not meant as a public API for application developers.
2424 It is only used by other netfilter.org projects, like the aforementioned ones.
2525 '';
2626- homepage = "http://www.netfilter.org/projects/libnfnetlink/index.html";
2626+ homepage = "https://www.netfilter.org/projects/libnfnetlink/index.html";
2727 license = lib.licenses.gpl2;
28282929 platforms = lib.platforms.linux;
···40404141 meta = with lib; {
4242 description = "C libraries that provide support for the Resource Description Framework (RDF)";
4343- homepage = "http://librdf.org/";
4343+ homepage = "https://librdf.org/";
4444 platforms = platforms.unix;
4545 license = licenses.asl20;
4646 };
+1-1
pkgs/development/libraries/libroxml/default.nix
···77 sha256 = "0y0vc9n4rfbimjp28nx4kdfzz08j5xymh5xjy84l9fhfac5z5a0x";
88 };
99 meta = with lib; {
1010- homepage = "http://www.libroxml.net/";
1010+ homepage = "https://www.libroxml.net/";
1111 description = "This library is minimum, easy-to-use, C implementation for xml file parsing";
1212 license = licenses.lgpl3;
1313 platforms = platforms.unix;
+1-1
pkgs/development/libraries/libvmi/default.nix
···3737 '';
38383939 meta = with lib; {
4040- homepage = "http://libvmi.com/";
4040+ homepage = "https://libvmi.com/";
4141 description = "A C library for virtual machine introspection";
4242 longDescription = ''
4343 LibVMI is a C library with Python bindings that makes it easy to monitor the low-level
+1-1
pkgs/development/libraries/qt-4.x/4.8/default.nix
···229229 dontStrip = stdenv.hostPlatform != stdenv.buildPlatform;
230230231231 meta = {
232232- homepage = "http://qt-project.org/";
232232+ homepage = "https://qt-project.org/";
233233 description = "A cross-platform application framework for C++";
234234 license = lib.licenses.lgpl21Plus; # or gpl3
235235 maintainers = with lib.maintainers; [ orivej lovek323 phreedom sander ];
+1-1
pkgs/development/libraries/raylib/default.nix
···47474848 meta = with lib; {
4949 description = "A simple and easy-to-use library to enjoy videogames programming";
5050- homepage = "http://www.raylib.com/";
5050+ homepage = "https://www.raylib.com/";
5151 license = licenses.zlib;
5252 maintainers = with maintainers; [ adamlwgriffiths ];
5353 platforms = platforms.linux;
···8912889128 buildInputs = globalBuildInputs;
8912989129 meta = {
8913089130 description = "Utility to inline images, CSS and JavaScript for a web page - useful for mobile sites";
8913189131- homepage = "http://github.com/remy/inliner";
8913189131+ homepage = "https://github.com/remy/inliner";
8913289132 license = "MIT";
8913389133 };
8913489134 production = true;
···9081690816 buildInputs = globalBuildInputs;
9081790817 meta = {
9081890818 description = "Static analysis tool for JavaScript";
9081990819- homepage = "http://jshint.com/";
9081990819+ homepage = "https://jshint.com/";
9082090820 license = "MIT";
9082190821 };
9082290822 production = true;
···103950103950 buildInputs = globalBuildInputs;
103951103951 meta = {
103952103952 description = "Production process manager for Node.JS applications with a built-in load balancer.";
103953103953- homepage = "http://pm2.keymetrics.io/";
103953103953+ homepage = "https://pm2.keymetrics.io/";
103954103954 license = "AGPL-3.0";
103955103955 };
103956103956 production = true;
+1-1
pkgs/development/ocaml-modules/cudf/default.nix
···42424343 meta = with lib; {
4444 description = "A library for CUDF format";
4545- homepage = "http://www.mancoosi.org/cudf/";
4545+ homepage = "https://www.mancoosi.org/cudf/";
4646 downloadPage = "https://gforge.inria.fr/projects/cudf/";
4747 license = licenses.lgpl3;
4848 maintainers = with maintainers; [ superherointj ];
+1-1
pkgs/development/ocaml-modules/dose3/default.nix
···4646 meta = with lib; {
4747 description = "Dose library (part of Mancoosi tools)";
4848 downloadPage = "https://gitlab.com/irill/dose3/";
4949- homepage = "http://www.mancoosi.org/software/";
4949+ homepage = "https://www.mancoosi.org/software/";
5050 license = licenses.lgpl3Plus;
5151 longDescription = ''
5252 The dose suite provides libraries for handling package meta-data, and various tools for analyzing package relationships in a large package repository.
···1919 propagatedBuildInputs = [ xstatic-jquery ];
20202121 meta = with lib;{
2222- homepage = "http://plugins.jquery.com/project/jQuery-File-Upload";
2222+ homepage = "https://plugins.jquery.com/project/jQuery-File-Upload";
2323 description = "jquery-file-upload packaged static files for python";
2424 license = licenses.mit;
2525 maintainers = with maintainers; [ makefu ];
+1-1
pkgs/development/tools/ammonite/default.nix
···6666 with a lot of ergonomic improvements and configurability
6767 that may be familiar to people coming from IDEs or other REPLs such as IPython or Zsh.
6868 '';
6969- homepage = "http://www.lihaoyi.com/Ammonite/";
6969+ homepage = "https://www.lihaoyi.com/Ammonite/";
7070 license = licenses.mit;
7171 platforms = platforms.all;
7272 maintainers = [ maintainers.nequissimus ];
···52525353 meta = with lib; {
5454 description = "Cross-distribution system package compiler";
5555- homepage = "http://holocm.org/";
5555+ homepage = "https://holocm.org/";
5656 license = licenses.gpl3Plus;
5757 maintainers = with maintainers; [ SuperSandro2000 ];
5858 };
+1-1
pkgs/tools/text/jumanpp/default.nix
···2020 plausibility of word sequences by using a recurrent neural network
2121 language model (RNNLM).
2222 '';
2323- homepage = "http://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN++";
2323+ homepage = "https://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN++";
2424 license = licenses.asl20;
2525 maintainers = with maintainers; [ mt-caret ];
2626 platforms = platforms.all;
+3-3
pkgs/tools/text/popfile/default.nix
···77 name = "${appname}-${version}";
8899 src = fetchzip {
1010- url = "http://getpopfile.org/downloads/${appname}-${version}.zip";
1010+ url = "https://getpopfile.org/downloads/${appname}-${version}.zip";
1111 sha256 = "0gcib9j7zxk8r2vb5dbdz836djnyfza36vi8215nxcdfx1xc7l63";
1212 stripRoot = false;
1313 };
···1515 nativeBuildInputs = [ makeWrapper ];
1616 buildInputs = (with perlPackages; [
1717 ## These are all taken from the popfile documentation as applicable to Linux
1818- ## http://getpopfile.org/docs/howtos:allplatformsrequireperl
1818+ ## https://getpopfile.org/docs/howtos:allplatformsrequireperl
1919 perl
2020 DBI
2121 DBDSQLite
···54545555 # Should work on macOS, but havent tested it.
5656 # Windows support is more complicated.
5757- # http://getpopfile.org/docs/faq:systemrequirements
5757+ # https://getpopfile.org/docs/faq:systemrequirements
5858 platforms = lib.platforms.linux;
5959 };
6060}
+1-1
pkgs/tools/video/vnc2flv/default.nix
···14141515 meta = {
1616 description = "Tool to record VNC sessions to Flash Video";
1717- homepage = "http://www.unixuser.org/~euske/python/vnc2flv/";
1717+ homepage = "https://www.unixuser.org/~euske/python/vnc2flv/";
1818 license = lib.licenses.mit;
1919 };
2020}