···2324 meta = with lib; {
25 description = "The nice editor";
26- homepage = "http://ne.di.unimi.it/";
27 longDescription = ''
28 ne is a free (GPL'd) text editor based on the POSIX standard that runs
29 (we hope) on almost any UN*X machine. ne is easy to use for the beginner,
···2324 meta = with lib; {
25 description = "The nice editor";
26+ homepage = "https://ne.di.unimi.it/";
27 longDescription = ''
28 ne is a free (GPL'd) text editor based on the POSIX standard that runs
29 (we hope) on almost any UN*X machine. ne is easy to use for the beginner,
···109 '';
110111 meta = with lib; {
112- homepage = "http://hadoop.apache.org/";
113 description = "Framework for distributed processing of large data sets across clusters of computers";
114 license = licenses.asl20;
115
···109 '';
110111 meta = with lib; {
112+ homepage = "https://hadoop.apache.org/";
113 description = "Framework for distributed processing of large data sets across clusters of computers";
114 license = licenses.asl20;
115
+1-1
pkgs/applications/office/osmo/default.nix
···1617 meta = with lib; {
18 description = "A handy personal organizer";
19- homepage = "http://clayo.org/osmo/";
20 license = licenses.gpl2;
21 platforms = platforms.linux;
22 maintainers = with maintainers; [ pSub ];
···1617 meta = with lib; {
18 description = "A handy personal organizer";
19+ homepage = "https://clayo.org/osmo/";
20 license = licenses.gpl2;
21 platforms = platforms.linux;
22 maintainers = with maintainers; [ pSub ];
···4243 meta = {
44 description = "Verification for C and Java programs via separation logic";
45- homepage = "http://people.cs.kuleuven.be/~bart.jacobs/verifast/";
46 license = lib.licenses.mit;
47 platforms = [ "x86_64-linux" ];
48 maintainers = [ lib.maintainers.thoughtpolice ];
···4243 meta = {
44 description = "Verification for C and Java programs via separation logic";
45+ homepage = "https://people.cs.kuleuven.be/~bart.jacobs/verifast/";
46 license = lib.licenses.mit;
47 platforms = [ "x86_64-linux" ];
48 maintainers = [ lib.maintainers.thoughtpolice ];
+3-3
pkgs/applications/science/math/nauty/default.nix
···6 pname = "nauty";
7 version = "27r1";
8 src = fetchurl {
9- url = "http://pallini.di.uniroma1.it/nauty${version}.tar.gz";
10 sha256 = "0xsfqfcknbd6g6wzpa5l7crmmk3bf3zjh37rhylq6b20dqcmvjkn";
11 };
12 outputs = [ "out" "dev" ];
···37 # I'm not sure if the filename will remain the same for future changelog or
38 # if it will track changes to minor releases. Lets see. Better than nothing
39 # in any case.
40- changelog = "http://pallini.di.uniroma1.it/changes24-27.txt";
41- homepage = "http://pallini.di.uniroma1.it/";
42 };
43}
···6 pname = "nauty";
7 version = "27r1";
8 src = fetchurl {
9+ url = "https://pallini.di.uniroma1.it/nauty${version}.tar.gz";
10 sha256 = "0xsfqfcknbd6g6wzpa5l7crmmk3bf3zjh37rhylq6b20dqcmvjkn";
11 };
12 outputs = [ "out" "dev" ];
···37 # I'm not sure if the filename will remain the same for future changelog or
38 # if it will track changes to minor releases. Lets see. Better than nothing
39 # in any case.
40+ changelog = "https://pallini.di.uniroma1.it/changes24-27.txt";
41+ homepage = "https://pallini.di.uniroma1.it/";
42 };
43}
···23 This library is not meant as a public API for application developers.
24 It is only used by other netfilter.org projects, like the aforementioned ones.
25 '';
26- homepage = "http://www.netfilter.org/projects/libnfnetlink/index.html";
27 license = lib.licenses.gpl2;
2829 platforms = lib.platforms.linux;
···23 This library is not meant as a public API for application developers.
24 It is only used by other netfilter.org projects, like the aforementioned ones.
25 '';
26+ homepage = "https://www.netfilter.org/projects/libnfnetlink/index.html";
27 license = lib.licenses.gpl2;
2829 platforms = lib.platforms.linux;
···2324 meta = {
25 description = "The RDF Parser Toolkit";
26- homepage = "http://librdf.org/raptor";
27 license = with lib.licenses; [ lgpl21 asl20 ];
28 maintainers = with lib.maintainers; [ marcweber ];
29 platforms = lib.platforms.unix;
···2324 meta = {
25 description = "The RDF Parser Toolkit";
26+ homepage = "https://librdf.org/raptor";
27 license = with lib.licenses; [ lgpl21 asl20 ];
28 maintainers = with lib.maintainers; [ marcweber ];
29 platforms = lib.platforms.unix;
+1-1
pkgs/development/libraries/librdf/rasqal.nix
···2223 meta = {
24 description = "Library that handles Resource Description Framework (RDF)";
25- homepage = "http://librdf.org/rasqal";
26 license = with lib.licenses; [ lgpl21 asl20 ];
27 maintainers = with lib.maintainers; [ marcweber ];
28 platforms = lib.platforms.unix;
···2223 meta = {
24 description = "Library that handles Resource Description Framework (RDF)";
25+ homepage = "https://librdf.org/rasqal";
26 license = with lib.licenses; [ lgpl21 asl20 ];
27 maintainers = with lib.maintainers; [ marcweber ];
28 platforms = lib.platforms.unix;
+1-1
pkgs/development/libraries/librdf/redland.nix
···4041 meta = with lib; {
42 description = "C libraries that provide support for the Resource Description Framework (RDF)";
43- homepage = "http://librdf.org/";
44 platforms = platforms.unix;
45 license = licenses.asl20;
46 };
···4041 meta = with lib; {
42 description = "C libraries that provide support for the Resource Description Framework (RDF)";
43+ homepage = "https://librdf.org/";
44 platforms = platforms.unix;
45 license = licenses.asl20;
46 };
+1-1
pkgs/development/libraries/libroxml/default.nix
···7 sha256 = "0y0vc9n4rfbimjp28nx4kdfzz08j5xymh5xjy84l9fhfac5z5a0x";
8 };
9 meta = with lib; {
10- homepage = "http://www.libroxml.net/";
11 description = "This library is minimum, easy-to-use, C implementation for xml file parsing";
12 license = licenses.lgpl3;
13 platforms = platforms.unix;
···7 sha256 = "0y0vc9n4rfbimjp28nx4kdfzz08j5xymh5xjy84l9fhfac5z5a0x";
8 };
9 meta = with lib; {
10+ homepage = "https://www.libroxml.net/";
11 description = "This library is minimum, easy-to-use, C implementation for xml file parsing";
12 license = licenses.lgpl3;
13 platforms = platforms.unix;
+1-1
pkgs/development/libraries/libvmi/default.nix
···37 '';
3839 meta = with lib; {
40- homepage = "http://libvmi.com/";
41 description = "A C library for virtual machine introspection";
42 longDescription = ''
43 LibVMI is a C library with Python bindings that makes it easy to monitor the low-level
···37 '';
3839 meta = with lib; {
40+ homepage = "https://libvmi.com/";
41 description = "A C library for virtual machine introspection";
42 longDescription = ''
43 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
···229 dontStrip = stdenv.hostPlatform != stdenv.buildPlatform;
230231 meta = {
232- homepage = "http://qt-project.org/";
233 description = "A cross-platform application framework for C++";
234 license = lib.licenses.lgpl21Plus; # or gpl3
235 maintainers = with lib.maintainers; [ orivej lovek323 phreedom sander ];
···229 dontStrip = stdenv.hostPlatform != stdenv.buildPlatform;
230231 meta = {
232+ homepage = "https://qt-project.org/";
233 description = "A cross-platform application framework for C++";
234 license = lib.licenses.lgpl21Plus; # or gpl3
235 maintainers = with lib.maintainers; [ orivej lovek323 phreedom sander ];
+1-1
pkgs/development/libraries/raylib/default.nix
···4748 meta = with lib; {
49 description = "A simple and easy-to-use library to enjoy videogames programming";
50- homepage = "http://www.raylib.com/";
51 license = licenses.zlib;
52 maintainers = with maintainers; [ adamlwgriffiths ];
53 platforms = platforms.linux;
···4748 meta = with lib; {
49 description = "A simple and easy-to-use library to enjoy videogames programming";
50+ homepage = "https://www.raylib.com/";
51 license = licenses.zlib;
52 maintainers = with maintainers; [ adamlwgriffiths ];
53 platforms = platforms.linux;
···89128 buildInputs = globalBuildInputs;
89129 meta = {
89130 description = "Utility to inline images, CSS and JavaScript for a web page - useful for mobile sites";
89131- homepage = "http://github.com/remy/inliner";
89132 license = "MIT";
89133 };
89134 production = true;
···90816 buildInputs = globalBuildInputs;
90817 meta = {
90818 description = "Static analysis tool for JavaScript";
90819- homepage = "http://jshint.com/";
90820 license = "MIT";
90821 };
90822 production = true;
···103950 buildInputs = globalBuildInputs;
103951 meta = {
103952 description = "Production process manager for Node.JS applications with a built-in load balancer.";
103953- homepage = "http://pm2.keymetrics.io/";
103954 license = "AGPL-3.0";
103955 };
103956 production = true;
···89128 buildInputs = globalBuildInputs;
89129 meta = {
89130 description = "Utility to inline images, CSS and JavaScript for a web page - useful for mobile sites";
89131+ homepage = "https://github.com/remy/inliner";
89132 license = "MIT";
89133 };
89134 production = true;
···90816 buildInputs = globalBuildInputs;
90817 meta = {
90818 description = "Static analysis tool for JavaScript";
90819+ homepage = "https://jshint.com/";
90820 license = "MIT";
90821 };
90822 production = true;
···103950 buildInputs = globalBuildInputs;
103951 meta = {
103952 description = "Production process manager for Node.JS applications with a built-in load balancer.";
103953+ homepage = "https://pm2.keymetrics.io/";
103954 license = "AGPL-3.0";
103955 };
103956 production = true;
+1-1
pkgs/development/ocaml-modules/cudf/default.nix
···4243 meta = with lib; {
44 description = "A library for CUDF format";
45- homepage = "http://www.mancoosi.org/cudf/";
46 downloadPage = "https://gforge.inria.fr/projects/cudf/";
47 license = licenses.lgpl3;
48 maintainers = with maintainers; [ superherointj ];
···4243 meta = with lib; {
44 description = "A library for CUDF format";
45+ homepage = "https://www.mancoosi.org/cudf/";
46 downloadPage = "https://gforge.inria.fr/projects/cudf/";
47 license = licenses.lgpl3;
48 maintainers = with maintainers; [ superherointj ];
+1-1
pkgs/development/ocaml-modules/dose3/default.nix
···46 meta = with lib; {
47 description = "Dose library (part of Mancoosi tools)";
48 downloadPage = "https://gitlab.com/irill/dose3/";
49- homepage = "http://www.mancoosi.org/software/";
50 license = licenses.lgpl3Plus;
51 longDescription = ''
52 The dose suite provides libraries for handling package meta-data, and various tools for analyzing package relationships in a large package repository.
···46 meta = with lib; {
47 description = "Dose library (part of Mancoosi tools)";
48 downloadPage = "https://gitlab.com/irill/dose3/";
49+ homepage = "https://www.mancoosi.org/software/";
50 license = licenses.lgpl3Plus;
51 longDescription = ''
52 The dose suite provides libraries for handling package meta-data, and various tools for analyzing package relationships in a large package repository.
···19 propagatedBuildInputs = [ xstatic-jquery ];
2021 meta = with lib;{
22- homepage = "http://plugins.jquery.com/project/jQuery-File-Upload";
23 description = "jquery-file-upload packaged static files for python";
24 license = licenses.mit;
25 maintainers = with maintainers; [ makefu ];
···19 propagatedBuildInputs = [ xstatic-jquery ];
2021 meta = with lib;{
22+ homepage = "https://plugins.jquery.com/project/jQuery-File-Upload";
23 description = "jquery-file-upload packaged static files for python";
24 license = licenses.mit;
25 maintainers = with maintainers; [ makefu ];
+1-1
pkgs/development/tools/ammonite/default.nix
···66 with a lot of ergonomic improvements and configurability
67 that may be familiar to people coming from IDEs or other REPLs such as IPython or Zsh.
68 '';
69- homepage = "http://www.lihaoyi.com/Ammonite/";
70 license = licenses.mit;
71 platforms = platforms.all;
72 maintainers = [ maintainers.nequissimus ];
···66 with a lot of ergonomic improvements and configurability
67 that may be familiar to people coming from IDEs or other REPLs such as IPython or Zsh.
68 '';
69+ homepage = "https://www.lihaoyi.com/Ammonite/";
70 license = licenses.mit;
71 platforms = platforms.all;
72 maintainers = [ maintainers.nequissimus ];
···24 '';
2526 meta = {
27- homepage = "http://qt-project.org/wiki/jom";
28 description = "Clone of nmake supporting multiple independent commands in parallel";
29 license = lib.licenses.gpl2Plus; # Explicitly, GPLv2 or GPLv3, but not later.
30 };
···24 '';
2526 meta = {
27+ homepage = "https://qt-project.org/wiki/jom";
28 description = "Clone of nmake supporting multiple independent commands in parallel";
29 license = lib.licenses.gpl2Plus; # Explicitly, GPLv2 or GPLv3, but not later.
30 };
+2-2
pkgs/servers/monitoring/munin/default.nix
···54 # needs to find a local perl module during build
55 PERL_USE_UNSAFE_INC = "1";
5657- # TODO: tests are failing http://munin-monitoring.org/ticket/1390#comment:1
58 # NOTE: important, test command always exits with 0, think of a way to abort the build once tests pass
59 doCheck = false;
60···134 interface. Munin can help analyze resource trends and 'what just happened
135 to kill our performance?' problems.
136 '';
137- homepage = "http://munin-monitoring.org/";
138 license = licenses.gpl2;
139 maintainers = [ maintainers.bjornfor ];
140 platforms = platforms.linux;
···54 # needs to find a local perl module during build
55 PERL_USE_UNSAFE_INC = "1";
5657+ # TODO: tests are failing https://munin-monitoring.org/ticket/1390#comment:1
58 # NOTE: important, test command always exits with 0, think of a way to abort the build once tests pass
59 doCheck = false;
60···134 interface. Munin can help analyze resource trends and 'what just happened
135 to kill our performance?' problems.
136 '';
137+ homepage = "https://munin-monitoring.org/";
138 license = licenses.gpl2;
139 maintainers = [ maintainers.bjornfor ];
140 platforms = platforms.linux;
···5253 meta = with lib; {
54 description = "Cross-distribution system package compiler";
55- homepage = "http://holocm.org/";
56 license = licenses.gpl3Plus;
57 maintainers = with maintainers; [ SuperSandro2000 ];
58 };
···5253 meta = with lib; {
54 description = "Cross-distribution system package compiler";
55+ homepage = "https://holocm.org/";
56 license = licenses.gpl3Plus;
57 maintainers = with maintainers; [ SuperSandro2000 ];
58 };
+1-1
pkgs/tools/text/jumanpp/default.nix
···20 plausibility of word sequences by using a recurrent neural network
21 language model (RNNLM).
22 '';
23- homepage = "http://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN++";
24 license = licenses.asl20;
25 maintainers = with maintainers; [ mt-caret ];
26 platforms = platforms.all;
···20 plausibility of word sequences by using a recurrent neural network
21 language model (RNNLM).
22 '';
23+ homepage = "https://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN++";
24 license = licenses.asl20;
25 maintainers = with maintainers; [ mt-caret ];
26 platforms = platforms.all;
+3-3
pkgs/tools/text/popfile/default.nix
···7 name = "${appname}-${version}";
89 src = fetchzip {
10- url = "http://getpopfile.org/downloads/${appname}-${version}.zip";
11 sha256 = "0gcib9j7zxk8r2vb5dbdz836djnyfza36vi8215nxcdfx1xc7l63";
12 stripRoot = false;
13 };
···15 nativeBuildInputs = [ makeWrapper ];
16 buildInputs = (with perlPackages; [
17 ## These are all taken from the popfile documentation as applicable to Linux
18- ## http://getpopfile.org/docs/howtos:allplatformsrequireperl
19 perl
20 DBI
21 DBDSQLite
···5455 # Should work on macOS, but havent tested it.
56 # Windows support is more complicated.
57- # http://getpopfile.org/docs/faq:systemrequirements
58 platforms = lib.platforms.linux;
59 };
60}
···7 name = "${appname}-${version}";
89 src = fetchzip {
10+ url = "https://getpopfile.org/downloads/${appname}-${version}.zip";
11 sha256 = "0gcib9j7zxk8r2vb5dbdz836djnyfza36vi8215nxcdfx1xc7l63";
12 stripRoot = false;
13 };
···15 nativeBuildInputs = [ makeWrapper ];
16 buildInputs = (with perlPackages; [
17 ## These are all taken from the popfile documentation as applicable to Linux
18+ ## https://getpopfile.org/docs/howtos:allplatformsrequireperl
19 perl
20 DBI
21 DBDSQLite
···5455 # Should work on macOS, but havent tested it.
56 # Windows support is more complicated.
57+ # https://getpopfile.org/docs/faq:systemrequirements
58 platforms = lib.platforms.linux;
59 };
60}
+1-1
pkgs/tools/video/vnc2flv/default.nix
···1415 meta = {
16 description = "Tool to record VNC sessions to Flash Video";
17- homepage = "http://www.unixuser.org/~euske/python/vnc2flv/";
18 license = lib.licenses.mit;
19 };
20}
···1415 meta = {
16 description = "Tool to record VNC sessions to Flash Video";
17+ homepage = "https://www.unixuser.org/~euske/python/vnc2flv/";
18 license = lib.licenses.mit;
19 };
20}