Merge pull request #132233 from siraben/redirected-urls-fix

treewide: fix redirected URLs

authored by

Ben Siraphob and committed by
GitHub
5a07b52d e422c166

+66 -66
+1 -1
pkgs/applications/audio/friture/default.nix
··· 38 38 39 39 meta = with lib; { 40 40 description = "A real-time audio analyzer"; 41 - homepage = "http://friture.org/"; 41 + homepage = "https://friture.org/"; 42 42 license = licenses.gpl3; 43 43 platforms = platforms.linux; # fails on Darwin 44 44 maintainers = [ maintainers.laikq ];
+1 -1
pkgs/applications/audio/spectmorph/default.nix
··· 4 4 pname = "spectmorph"; 5 5 version = "0.5.2"; 6 6 src = fetchurl { 7 - url = "http://spectmorph.org/files/releases/${pname}-${version}.tar.bz2"; 7 + url = "https://spectmorph.org/files/releases/${pname}-${version}.tar.bz2"; 8 8 sha256 = "0yrq7mknhk096wfsx0q3b6wwa2w5la0rxa113di26rrrw136xl1f"; 9 9 }; 10 10
+1 -1
pkgs/applications/editors/ne/default.nix
··· 23 23 24 24 meta = with lib; { 25 25 description = "The nice editor"; 26 - homepage = "http://ne.di.unimi.it/"; 26 + homepage = "https://ne.di.unimi.it/"; 27 27 longDescription = '' 28 28 ne is a free (GPL'd) text editor based on the POSIX standard that runs 29 29 (we hope) on almost any UN*X machine. ne is easy to use for the beginner,
+1 -1
pkgs/applications/graphics/scantailor/default.nix
··· 12 12 buildInputs = [ qt4 libjpeg libtiff boost ]; 13 13 14 14 meta = { 15 - homepage = "http://scantailor.org/"; 15 + homepage = "https://scantailor.org/"; 16 16 description = "Interactive post-processing tool for scanned pages"; 17 17 18 18 license = lib.licenses.gpl3Plus;
+1 -1
pkgs/applications/misc/audio/wavesurfer/default.nix
··· 23 23 24 24 meta = { 25 25 description = "Tool for recording, playing, editing, viewing and labeling of audio"; 26 - homepage = "http://www.speech.kth.se/wavesurfer/"; 26 + homepage = "https://www.speech.kth.se/wavesurfer/"; 27 27 license = lib.licenses.bsd0; 28 28 }; 29 29 }
+2 -2
pkgs/applications/misc/mkgmap/default.nix
··· 17 17 version = "4608"; 18 18 19 19 src = fetchurl { 20 - url = "http://www.mkgmap.org.uk/download/mkgmap-r${version}-src.tar.gz"; 20 + url = "https://www.mkgmap.org.uk/download/mkgmap-r${version}-src.tar.gz"; 21 21 sha256 = "uj/iZZHML4nqEKdFBQSDdegkalZFJdzEE4xQrOruEp0="; 22 22 }; 23 23 ··· 73 73 meta = with lib; { 74 74 description = "Create maps for Garmin GPS devices from OpenStreetMap (OSM) data"; 75 75 homepage = "http://www.mkgmap.org.uk"; 76 - downloadPage = "http://www.mkgmap.org.uk/download/mkgmap.html"; 76 + downloadPage = "https://www.mkgmap.org.uk/download/mkgmap.html"; 77 77 license = licenses.gpl2Only; 78 78 maintainers = with maintainers; [ sikmir ]; 79 79 platforms = platforms.all;
+2 -2
pkgs/applications/misc/mkgmap/splitter/default.nix
··· 16 16 version = "598"; 17 17 18 18 src = fetchurl { 19 - url = "http://www.mkgmap.org.uk/download/splitter-r${version}-src.tar.gz"; 19 + url = "https://www.mkgmap.org.uk/download/splitter-r${version}-src.tar.gz"; 20 20 sha256 = "gpbJpDBXA9tmSmx9oKLa7xWtIOHBTYd1iPPgNTC2C2M="; 21 21 }; 22 22 ··· 69 69 meta = with lib; { 70 70 description = "Utility for splitting OpenStreetMap maps into tiles"; 71 71 homepage = "http://www.mkgmap.org.uk"; 72 - downloadPage = "http://www.mkgmap.org.uk/download/splitter.html"; 72 + downloadPage = "https://www.mkgmap.org.uk/download/splitter.html"; 73 73 license = licenses.gpl2Only; 74 74 maintainers = with maintainers; [ sikmir ]; 75 75 platforms = platforms.all;
+1 -1
pkgs/applications/misc/mkgmap/splitter/testinputs.nix
··· 2 2 let 3 3 fetchTestInput = { res, sha256 }: fetchurl { 4 4 inherit sha256; 5 - url = "http://www.mkgmap.org.uk/testinput/${res}"; 5 + url = "https://www.mkgmap.org.uk/testinput/${res}"; 6 6 name = builtins.replaceStrings [ "/" ] [ "__" ] res; 7 7 }; 8 8 in
+1 -1
pkgs/applications/misc/mkgmap/testinputs.nix
··· 2 2 let 3 3 fetchTestInput = { res, sha256 }: fetchurl { 4 4 inherit sha256; 5 - url = "http://www.mkgmap.org.uk/testinput/${res}"; 5 + url = "https://www.mkgmap.org.uk/testinput/${res}"; 6 6 name = builtins.replaceStrings [ "/" ] [ "__" ] res; 7 7 }; 8 8 in
+1 -1
pkgs/applications/networking/cluster/hadoop/default.nix
··· 109 109 ''; 110 110 111 111 meta = with lib; { 112 - homepage = "http://hadoop.apache.org/"; 112 + homepage = "https://hadoop.apache.org/"; 113 113 description = "Framework for distributed processing of large data sets across clusters of computers"; 114 114 license = licenses.asl20; 115 115
+1 -1
pkgs/applications/office/osmo/default.nix
··· 16 16 17 17 meta = with lib; { 18 18 description = "A handy personal organizer"; 19 - homepage = "http://clayo.org/osmo/"; 19 + homepage = "https://clayo.org/osmo/"; 20 20 license = licenses.gpl2; 21 21 platforms = platforms.linux; 22 22 maintainers = with maintainers; [ pSub ];
+1 -1
pkgs/applications/science/logic/verifast/default.nix
··· 42 42 43 43 meta = { 44 44 description = "Verification for C and Java programs via separation logic"; 45 - homepage = "http://people.cs.kuleuven.be/~bart.jacobs/verifast/"; 45 + homepage = "https://people.cs.kuleuven.be/~bart.jacobs/verifast/"; 46 46 license = lib.licenses.mit; 47 47 platforms = [ "x86_64-linux" ]; 48 48 maintainers = [ lib.maintainers.thoughtpolice ];
+3 -3
pkgs/applications/science/math/nauty/default.nix
··· 6 6 pname = "nauty"; 7 7 version = "27r1"; 8 8 src = fetchurl { 9 - url = "http://pallini.di.uniroma1.it/nauty${version}.tar.gz"; 9 + url = "https://pallini.di.uniroma1.it/nauty${version}.tar.gz"; 10 10 sha256 = "0xsfqfcknbd6g6wzpa5l7crmmk3bf3zjh37rhylq6b20dqcmvjkn"; 11 11 }; 12 12 outputs = [ "out" "dev" ]; ··· 37 37 # I'm not sure if the filename will remain the same for future changelog or 38 38 # if it will track changes to minor releases. Lets see. Better than nothing 39 39 # in any case. 40 - changelog = "http://pallini.di.uniroma1.it/changes24-27.txt"; 41 - homepage = "http://pallini.di.uniroma1.it/"; 40 + changelog = "https://pallini.di.uniroma1.it/changes24-27.txt"; 41 + homepage = "https://pallini.di.uniroma1.it/"; 42 42 }; 43 43 }
+1 -1
pkgs/applications/virtualization/bochs/default.nix
··· 134 134 enableParallelBuilding = true; 135 135 136 136 meta = with lib; { 137 - homepage = "http://bochs.sourceforge.io/"; 137 + homepage = "https://bochs.sourceforge.io/"; 138 138 description = "An open-source IA-32 (x86) PC emulator"; 139 139 longDescription = '' 140 140 Bochs is an open-source (LGPL), highly portable IA-32 PC emulator, written
+2 -2
pkgs/data/fonts/terminus-font-ttf/default.nix
··· 5 5 in fetchzip { 6 6 name = "terminus-font-ttf-${version}"; 7 7 8 - url = "http://files.ax86.net/terminus-ttf/files/${version}/terminus-ttf-${version}.zip"; 8 + url = "https://files.ax86.net/terminus-ttf/files/${version}/terminus-ttf-${version}.zip"; 9 9 10 10 postFetch = '' 11 11 unzip -j $downloadedFile ··· 26 26 Monospaced bitmap font designed for long work with computers 27 27 (TTF version, mainly for Java applications) 28 28 ''; 29 - homepage = "http://files.ax86.net/terminus-ttf"; 29 + homepage = "https://files.ax86.net/terminus-ttf"; 30 30 license = licenses.ofl; 31 31 maintainers = with maintainers; [ okasu ]; 32 32 };
+1 -1
pkgs/development/compilers/terra/default.nix
··· 81 81 82 82 meta = with lib; { 83 83 description = "A low-level counterpart to Lua"; 84 - homepage = "http://terralang.org/"; 84 + homepage = "https://terralang.org/"; 85 85 platforms = platforms.x86_64; 86 86 maintainers = with maintainers; [ jb55 seylerius thoughtpolice ]; 87 87 license = licenses.mit;
+1 -1
pkgs/development/interpreters/io/default.nix
··· 59 59 60 60 meta = with lib; { 61 61 description = "Io programming language"; 62 - homepage = "http://iolanguage.org/"; 62 + homepage = "https://iolanguage.org/"; 63 63 license = licenses.bsd3; 64 64 65 65 maintainers = with maintainers; [
+1 -1
pkgs/development/libraries/libnetfilter_acct/default.nix
··· 13 13 buildInputs = [ libmnl ]; 14 14 15 15 meta = with lib; { 16 - homepage = "http://www.netfilter.org/projects/libnetfilter_acct/"; 16 + homepage = "https://www.netfilter.org/projects/libnetfilter_acct/"; 17 17 description = "Userspace library providing interface to extended accounting infrastructure"; 18 18 license = licenses.gpl2; 19 19 platforms = platforms.linux;
+1 -1
pkgs/development/libraries/libnetfilter_cthelper/default.nix
··· 20 20 library, you register, configure, enable and disable user-space helpers. This library 21 21 is used by conntrack-tools. 22 22 ''; 23 - homepage = "http://www.netfilter.org/projects/libnetfilter_cthelper/"; 23 + homepage = "https://www.netfilter.org/projects/libnetfilter_cthelper/"; 24 24 license = lib.licenses.gpl2Plus; 25 25 platforms = lib.platforms.linux; 26 26 };
+1 -1
pkgs/development/libraries/libnetfilter_queue/default.nix
··· 13 13 buildInputs = [ libmnl libnfnetlink ]; 14 14 15 15 meta = with lib; { 16 - homepage = "http://www.netfilter.org/projects/libnetfilter_queue/"; 16 + homepage = "https://www.netfilter.org/projects/libnetfilter_queue/"; 17 17 description = "Userspace API to packets queued by the kernel packet filter"; 18 18 license = licenses.gpl2; 19 19 platforms = platforms.linux;
+1 -1
pkgs/development/libraries/libnfnetlink/default.nix
··· 23 23 This library is not meant as a public API for application developers. 24 24 It is only used by other netfilter.org projects, like the aforementioned ones. 25 25 ''; 26 - homepage = "http://www.netfilter.org/projects/libnfnetlink/index.html"; 26 + homepage = "https://www.netfilter.org/projects/libnfnetlink/index.html"; 27 27 license = lib.licenses.gpl2; 28 28 29 29 platforms = lib.platforms.linux;
+1 -1
pkgs/development/libraries/librdf/raptor.nix
··· 16 16 17 17 meta = { 18 18 description = "The RDF Parser Toolkit"; 19 - homepage = "http://librdf.org/raptor"; 19 + homepage = "https://librdf.org/raptor"; 20 20 license = with lib.licenses; [ lgpl21 asl20 ]; 21 21 maintainers = [ lib.maintainers.marcweber ]; 22 22 platforms = lib.platforms.linux;
+1 -1
pkgs/development/libraries/librdf/raptor2.nix
··· 23 23 24 24 meta = { 25 25 description = "The RDF Parser Toolkit"; 26 - homepage = "http://librdf.org/raptor"; 26 + homepage = "https://librdf.org/raptor"; 27 27 license = with lib.licenses; [ lgpl21 asl20 ]; 28 28 maintainers = with lib.maintainers; [ marcweber ]; 29 29 platforms = lib.platforms.unix;
+1 -1
pkgs/development/libraries/librdf/rasqal.nix
··· 22 22 23 23 meta = { 24 24 description = "Library that handles Resource Description Framework (RDF)"; 25 - homepage = "http://librdf.org/rasqal"; 25 + homepage = "https://librdf.org/rasqal"; 26 26 license = with lib.licenses; [ lgpl21 asl20 ]; 27 27 maintainers = with lib.maintainers; [ marcweber ]; 28 28 platforms = lib.platforms.unix;
+1 -1
pkgs/development/libraries/librdf/redland.nix
··· 40 40 41 41 meta = with lib; { 42 42 description = "C libraries that provide support for the Resource Description Framework (RDF)"; 43 - homepage = "http://librdf.org/"; 43 + homepage = "https://librdf.org/"; 44 44 platforms = platforms.unix; 45 45 license = licenses.asl20; 46 46 };
+1 -1
pkgs/development/libraries/libroxml/default.nix
··· 7 7 sha256 = "0y0vc9n4rfbimjp28nx4kdfzz08j5xymh5xjy84l9fhfac5z5a0x"; 8 8 }; 9 9 meta = with lib; { 10 - homepage = "http://www.libroxml.net/"; 10 + homepage = "https://www.libroxml.net/"; 11 11 description = "This library is minimum, easy-to-use, C implementation for xml file parsing"; 12 12 license = licenses.lgpl3; 13 13 platforms = platforms.unix;
+1 -1
pkgs/development/libraries/libvmi/default.nix
··· 37 37 ''; 38 38 39 39 meta = with lib; { 40 - homepage = "http://libvmi.com/"; 40 + homepage = "https://libvmi.com/"; 41 41 description = "A C library for virtual machine introspection"; 42 42 longDescription = '' 43 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 229 dontStrip = stdenv.hostPlatform != stdenv.buildPlatform; 230 230 231 231 meta = { 232 - homepage = "http://qt-project.org/"; 232 + homepage = "https://qt-project.org/"; 233 233 description = "A cross-platform application framework for C++"; 234 234 license = lib.licenses.lgpl21Plus; # or gpl3 235 235 maintainers = with lib.maintainers; [ orivej lovek323 phreedom sander ];
+1 -1
pkgs/development/libraries/raylib/default.nix
··· 47 47 48 48 meta = with lib; { 49 49 description = "A simple and easy-to-use library to enjoy videogames programming"; 50 - homepage = "http://www.raylib.com/"; 50 + homepage = "https://www.raylib.com/"; 51 51 license = licenses.zlib; 52 52 maintainers = with maintainers; [ adamlwgriffiths ]; 53 53 platforms = platforms.linux;
+1 -1
pkgs/development/libraries/snack/default.nix
··· 29 29 30 30 meta = { 31 31 description = "The Snack Sound Toolkit (Tcl)"; 32 - homepage = "http://www.speech.kth.se/snack/"; 32 + homepage = "https://www.speech.kth.se/snack/"; 33 33 license = lib.licenses.gpl2; 34 34 broken = true; 35 35 };
+3 -3
pkgs/development/node-packages/node-packages.nix
··· 89128 89128 buildInputs = globalBuildInputs; 89129 89129 meta = { 89130 89130 description = "Utility to inline images, CSS and JavaScript for a web page - useful for mobile sites"; 89131 - homepage = "http://github.com/remy/inliner"; 89131 + homepage = "https://github.com/remy/inliner"; 89132 89132 license = "MIT"; 89133 89133 }; 89134 89134 production = true; ··· 90816 90816 buildInputs = globalBuildInputs; 90817 90817 meta = { 90818 90818 description = "Static analysis tool for JavaScript"; 90819 - homepage = "http://jshint.com/"; 90819 + homepage = "https://jshint.com/"; 90820 90820 license = "MIT"; 90821 90821 }; 90822 90822 production = true; ··· 103950 103950 buildInputs = globalBuildInputs; 103951 103951 meta = { 103952 103952 description = "Production process manager for Node.JS applications with a built-in load balancer."; 103953 - homepage = "http://pm2.keymetrics.io/"; 103953 + homepage = "https://pm2.keymetrics.io/"; 103954 103954 license = "AGPL-3.0"; 103955 103955 }; 103956 103956 production = true;
+1 -1
pkgs/development/ocaml-modules/cudf/default.nix
··· 42 42 43 43 meta = with lib; { 44 44 description = "A library for CUDF format"; 45 - homepage = "http://www.mancoosi.org/cudf/"; 45 + homepage = "https://www.mancoosi.org/cudf/"; 46 46 downloadPage = "https://gforge.inria.fr/projects/cudf/"; 47 47 license = licenses.lgpl3; 48 48 maintainers = with maintainers; [ superherointj ];
+1 -1
pkgs/development/ocaml-modules/dose3/default.nix
··· 46 46 meta = with lib; { 47 47 description = "Dose library (part of Mancoosi tools)"; 48 48 downloadPage = "https://gitlab.com/irill/dose3/"; 49 - homepage = "http://www.mancoosi.org/software/"; 49 + homepage = "https://www.mancoosi.org/software/"; 50 50 license = licenses.lgpl3Plus; 51 51 longDescription = '' 52 52 The dose suite provides libraries for handling package meta-data, and various tools for analyzing package relationships in a large package repository.
+1 -1
pkgs/development/python-modules/autologging/default.nix
··· 11 11 }; 12 12 13 13 meta = with lib; { 14 - homepage = "http://ninthtest.info/python-autologging/"; 14 + homepage = "https://ninthtest.info/python-autologging/"; 15 15 description = "Easier logging and tracing for Python classes"; 16 16 license = licenses.mit; 17 17 maintainers = with maintainers; [ twey ];
+1 -1
pkgs/development/python-modules/pweave/default.nix
··· 28 28 29 29 meta = with lib; { 30 30 description = "Scientific reports with embedded python computations with reST, LaTeX or markdown"; 31 - homepage = "http://mpastell.com/pweave/"; 31 + homepage = "https://mpastell.com/pweave/"; 32 32 license = licenses.bsd3; 33 33 }; 34 34
+1 -1
pkgs/development/python-modules/pyfantom/default.nix
··· 16 16 doCheck = false; 17 17 18 18 meta = with lib; { 19 - homepage = "http://pyfantom.ni.fr.eu.org/"; 19 + homepage = "https://pyfantom.ni.fr.eu.org/"; 20 20 description = "Wrapper for the LEGO Mindstorms Fantom Driver"; 21 21 license = licenses.gpl2; 22 22 };
+1 -1
pkgs/development/python-modules/pyqtgraph/default.nix
··· 55 55 56 56 meta = with lib; { 57 57 description = "Scientific Graphics and GUI Library for Python"; 58 - homepage = "http://www.pyqtgraph.org/"; 58 + homepage = "https://www.pyqtgraph.org/"; 59 59 changelog = "https://github.com/pyqtgraph/pyqtgraph/blob/master/CHANGELOG"; 60 60 license = licenses.mit; 61 61 platforms = platforms.unix;
+1 -1
pkgs/development/python-modules/python-uinput/default.nix
··· 16 16 17 17 meta = with lib; { 18 18 description = "Pythonic API to Linux uinput kernel module"; 19 - homepage = "http://tjjr.fi/sw/python-uinput/"; 19 + homepage = "https://tjjr.fi/sw/python-uinput/"; 20 20 license = licenses.gpl3Plus; 21 21 maintainers = with maintainers; [ abbradar ]; 22 22 };
+1 -1
pkgs/development/python-modules/vispy/default.nix
··· 32 32 pythonImportsCheck = [ "vispy" ]; 33 33 34 34 meta = with lib; { 35 - homepage = "http://vispy.org/index.html"; 35 + homepage = "https://vispy.org/index.html"; 36 36 description = "Interactive scientific visualization in Python"; 37 37 license = licenses.bsd3; 38 38 maintainers = with maintainers; [ goertzenator ];
+1 -1
pkgs/development/python-modules/xstatic-jquery-file-upload/default.nix
··· 19 19 propagatedBuildInputs = [ xstatic-jquery ]; 20 20 21 21 meta = with lib;{ 22 - homepage = "http://plugins.jquery.com/project/jQuery-File-Upload"; 22 + homepage = "https://plugins.jquery.com/project/jQuery-File-Upload"; 23 23 description = "jquery-file-upload packaged static files for python"; 24 24 license = licenses.mit; 25 25 maintainers = with maintainers; [ makefu ];
+1 -1
pkgs/development/tools/ammonite/default.nix
··· 66 66 with a lot of ergonomic improvements and configurability 67 67 that may be familiar to people coming from IDEs or other REPLs such as IPython or Zsh. 68 68 ''; 69 - homepage = "http://www.lihaoyi.com/Ammonite/"; 69 + homepage = "https://www.lihaoyi.com/Ammonite/"; 70 70 license = licenses.mit; 71 71 platforms = platforms.all; 72 72 maintainers = [ maintainers.nequissimus ];
+1 -1
pkgs/development/tools/lattice-diamond/default.nix
··· 109 109 for cost- sensitive, low-power Lattice FPGA architectures. It is the 110 110 next-generation replacement for ispLEVER. 111 111 ''; 112 - homepage = "http://www.latticesemi.com/latticediamond"; 112 + homepage = "https://www.latticesemi.com/latticediamond"; 113 113 license = lib.licenses.unfree; 114 114 maintainers = with lib.maintainers; [ q3k ]; 115 115 platforms = [ "x86_64-linux" ];
+1 -1
pkgs/development/tools/ocaml/camlidl/default.nix
··· 2 2 3 3 let 4 4 pname = "camlidl"; 5 - webpage = "http://caml.inria.fr/pub/old_caml_site/camlidl/"; 5 + webpage = "https://caml.inria.fr/pub/old_caml_site/camlidl/"; 6 6 in 7 7 stdenv.mkDerivation rec { 8 8 name = "${pname}-${version}";
+1 -1
pkgs/development/web/remarkjs/node-packages.nix
··· 3674 3674 buildInputs = globalBuildInputs; 3675 3675 meta = { 3676 3676 description = "Static analysis tool for JavaScript"; 3677 - homepage = "http://jshint.com/"; 3677 + homepage = "https://jshint.com/"; 3678 3678 license = "MIT"; 3679 3679 }; 3680 3680 production = true;
+1 -1
pkgs/games/freedroidrpg/default.nix
··· 53 53 </para> 54 54 ''; 55 55 56 - homepage = "http://www.freedroid.org/"; 56 + homepage = "https://www.freedroid.org/"; 57 57 58 58 license = licenses.gpl2Plus; 59 59
+1 -1
pkgs/os-specific/linux/firmware/broadcom-bt-firmware/default.nix
··· 38 38 39 39 meta = with lib; { 40 40 description = "Firmware for Broadcom WIDCOMM® Bluetooth devices"; 41 - homepage = "http://www.catalog.update.microsoft.com/Search.aspx?q=Broadcom+bluetooth"; 41 + homepage = "https://www.catalog.update.microsoft.com/Search.aspx?q=Broadcom+bluetooth"; 42 42 license = licenses.unfree; 43 43 platforms = platforms.linux; 44 44 maintainers = with maintainers; [ zraexy ];
+2 -2
pkgs/os-specific/linux/ipset/default.nix
··· 5 5 version = "7.14"; 6 6 7 7 src = fetchurl { 8 - url = "http://ipset.netfilter.org/${pname}-${version}.tar.bz2"; 8 + url = "https://ipset.netfilter.org/${pname}-${version}.tar.bz2"; 9 9 sha256 = "sha256-JwMcNtNVkHAxzOQeZVU+mbsBPXYvzVU5L2PX6Edg+QA="; 10 10 }; 11 11 ··· 15 15 configureFlags = [ "--with-kmod=no" ]; 16 16 17 17 meta = with lib; { 18 - homepage = "http://ipset.netfilter.org/"; 18 + homepage = "https://ipset.netfilter.org/"; 19 19 description = "Administration tool for IP sets"; 20 20 license = licenses.gpl2; 21 21 platforms = platforms.linux;
+1 -1
pkgs/os-specific/windows/jom/default.nix
··· 24 24 ''; 25 25 26 26 meta = { 27 - homepage = "http://qt-project.org/wiki/jom"; 27 + homepage = "https://qt-project.org/wiki/jom"; 28 28 description = "Clone of nmake supporting multiple independent commands in parallel"; 29 29 license = lib.licenses.gpl2Plus; # Explicitly, GPLv2 or GPLv3, but not later. 30 30 };
+2 -2
pkgs/servers/monitoring/munin/default.nix
··· 54 54 # needs to find a local perl module during build 55 55 PERL_USE_UNSAFE_INC = "1"; 56 56 57 - # TODO: tests are failing http://munin-monitoring.org/ticket/1390#comment:1 57 + # TODO: tests are failing https://munin-monitoring.org/ticket/1390#comment:1 58 58 # NOTE: important, test command always exits with 0, think of a way to abort the build once tests pass 59 59 doCheck = false; 60 60 ··· 134 134 interface. Munin can help analyze resource trends and 'what just happened 135 135 to kill our performance?' problems. 136 136 ''; 137 - homepage = "http://munin-monitoring.org/"; 137 + homepage = "https://munin-monitoring.org/"; 138 138 license = licenses.gpl2; 139 139 maintainers = [ maintainers.bjornfor ]; 140 140 platforms = platforms.linux;
+1 -1
pkgs/servers/nosql/aerospike/default.nix
··· 35 35 36 36 meta = with lib; { 37 37 description = "Flash-optimized, in-memory, NoSQL database"; 38 - homepage = "http://aerospike.com/"; 38 + homepage = "https://aerospike.com/"; 39 39 license = licenses.agpl3; 40 40 platforms = [ "x86_64-linux" ]; 41 41 maintainers = with maintainers; [ kalbasit ];
+1 -1
pkgs/tools/misc/kermit/default.nix
··· 30 30 ''; 31 31 32 32 meta = with lib; { 33 - homepage = "http://www.kermitproject.org/ck90.html"; 33 + homepage = "https://www.kermitproject.org/ck90.html"; 34 34 description = "Portable Scriptable Network and Serial Communication Software"; 35 35 license = licenses.bsd3; 36 36 maintainers = with maintainers; [ pSub ];
+1 -1
pkgs/tools/package-management/holo-build/default.nix
··· 52 52 53 53 meta = with lib; { 54 54 description = "Cross-distribution system package compiler"; 55 - homepage = "http://holocm.org/"; 55 + homepage = "https://holocm.org/"; 56 56 license = licenses.gpl3Plus; 57 57 maintainers = with maintainers; [ SuperSandro2000 ]; 58 58 };
+1 -1
pkgs/tools/text/jumanpp/default.nix
··· 20 20 plausibility of word sequences by using a recurrent neural network 21 21 language model (RNNLM). 22 22 ''; 23 - homepage = "http://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN++"; 23 + homepage = "https://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN++"; 24 24 license = licenses.asl20; 25 25 maintainers = with maintainers; [ mt-caret ]; 26 26 platforms = platforms.all;
+3 -3
pkgs/tools/text/popfile/default.nix
··· 7 7 name = "${appname}-${version}"; 8 8 9 9 src = fetchzip { 10 - url = "http://getpopfile.org/downloads/${appname}-${version}.zip"; 10 + url = "https://getpopfile.org/downloads/${appname}-${version}.zip"; 11 11 sha256 = "0gcib9j7zxk8r2vb5dbdz836djnyfza36vi8215nxcdfx1xc7l63"; 12 12 stripRoot = false; 13 13 }; ··· 15 15 nativeBuildInputs = [ makeWrapper ]; 16 16 buildInputs = (with perlPackages; [ 17 17 ## These are all taken from the popfile documentation as applicable to Linux 18 - ## http://getpopfile.org/docs/howtos:allplatformsrequireperl 18 + ## https://getpopfile.org/docs/howtos:allplatformsrequireperl 19 19 perl 20 20 DBI 21 21 DBDSQLite ··· 54 54 55 55 # Should work on macOS, but havent tested it. 56 56 # Windows support is more complicated. 57 - # http://getpopfile.org/docs/faq:systemrequirements 57 + # https://getpopfile.org/docs/faq:systemrequirements 58 58 platforms = lib.platforms.linux; 59 59 }; 60 60 }
+1 -1
pkgs/tools/video/vnc2flv/default.nix
··· 14 14 15 15 meta = { 16 16 description = "Tool to record VNC sessions to Flash Video"; 17 - homepage = "http://www.unixuser.org/~euske/python/vnc2flv/"; 17 + homepage = "https://www.unixuser.org/~euske/python/vnc2flv/"; 18 18 license = lib.licenses.mit; 19 19 }; 20 20 }