Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 36da345caa1e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 80a274099111
Choose a head ref
  • 2 commits
  • 77 files changed
  • 2 contributors

Commits on Jan 22, 2020

  1. treewide: fix redirected urls

    According to https://repology.org/repository/nix_unstable/problems, we have a
    lot of packages that have http links that redirect to https as their homepage.
    This commit updates all these packages to use the https links as their
    homepage.
    
    The following script was used to make these updates:
    
    ```
    
    curl https://repology.org/api/v1/repository/nix_unstable/problems \
        | jq '.[] | .problem' -r \
        | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
        | sort | uniq > script.sed
    
    find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
    ```
    Synthetica9 committed Jan 22, 2020
    Copy the full SHA
    593e11f View commit details

Commits on Jan 27, 2020

  1. Merge pull request #78265 from Synthetica9/https-homepages

    treewide: fix redirected urls
    infinisil authored Jan 27, 2020
    Copy the full SHA
    80a2740 View commit details
Showing with 92 additions and 92 deletions.
  1. +2 −2 nixos/lib/testing/jquery-ui.nix
  2. +4 −4 nixos/modules/services/amqp/rabbitmq.nix
  3. +1 −1 pkgs/applications/audio/sonic-visualiser/default.nix
  4. +1 −1 pkgs/applications/audio/vcv-rack/default.nix
  5. +1 −1 pkgs/applications/audio/vkeybd/default.nix
  6. +1 −1 pkgs/applications/blockchains/wownero.nix
  7. +2 −2 pkgs/applications/editors/emacs-modes/org-generated.nix
  8. +1 −1 pkgs/applications/editors/emacs-modes/org-mac-link/default.nix
  9. +1 −1 pkgs/applications/graphics/rapid-photo-downloader/default.nix
  10. +1 −1 pkgs/applications/graphics/shutter/default.nix
  11. +1 −1 pkgs/applications/misc/loxodo/default.nix
  12. +1 −1 pkgs/applications/misc/slic3r/default.nix
  13. +1 −1 pkgs/applications/networking/instant-messengers/teamspeak/client.nix
  14. +1 −1 pkgs/applications/networking/irc/wraith/default.nix
  15. +1 −1 pkgs/applications/networking/sync/unison/default.nix
  16. +1 −1 pkgs/applications/office/zim/default.nix
  17. +1 −1 pkgs/applications/science/biology/poretools/default.nix
  18. +1 −1 pkgs/applications/science/robotics/apmplanner2/default.nix
  19. +1 −1 pkgs/applications/version-management/git-and-tools/subgit/default.nix
  20. +1 −1 pkgs/applications/version-management/redmine/default.nix
  21. +1 −1 pkgs/applications/version-management/smartgithg/default.nix
  22. +1 −1 pkgs/applications/video/simplescreenrecorder/default.nix
  23. +1 −1 pkgs/data/fonts/ttf-envy-code-r/default.nix
  24. +2 −2 pkgs/data/fonts/ultimate-oldschool-pc-font-pack/default.nix
  25. +1 −1 pkgs/desktops/xfce/panel-plugins/xfce4-dict-plugin.nix
  26. +1 −1 pkgs/development/compilers/souffle/default.nix
  27. +1 −1 pkgs/development/interpreters/racket/default.nix
  28. +1 −1 pkgs/development/libraries/audio/lv2/default.nix
  29. +1 −1 pkgs/development/libraries/box2d/default.nix
  30. +2 −2 pkgs/development/libraries/levmar/default.nix
  31. +2 −2 pkgs/development/libraries/libxl/default.nix
  32. +1 −1 pkgs/development/libraries/rabbitmq-java-client/default.nix
  33. +1 −1 pkgs/development/libraries/rlog/default.nix
  34. +1 −1 pkgs/development/libraries/safefile/default.nix
  35. +2 −2 pkgs/development/libraries/shhmsg/default.nix
  36. +2 −2 pkgs/development/libraries/shhopt/default.nix
  37. +1 −1 pkgs/development/libraries/szip/default.nix
  38. +2 −2 pkgs/development/libraries/tokyo-tyrant/default.nix
  39. +1 −1 pkgs/development/libraries/wcslib/default.nix
  40. +1 −1 pkgs/development/libraries/zimlib/default.nix
  41. +2 −2 pkgs/development/lua-modules/generated-packages.nix
  42. +1 −1 pkgs/development/python-modules/cjson/default.nix
  43. +1 −1 pkgs/development/python-modules/eventlib/default.nix
  44. +1 −1 pkgs/development/python-modules/pymatgen/default.nix
  45. +1 −1 pkgs/development/python-modules/pysqlite/default.nix
  46. +1 −1 pkgs/development/python-modules/sipsimple/default.nix
  47. +2 −2 pkgs/development/python-modules/stringtemplate/default.nix
  48. +1 −1 pkgs/development/python-modules/textacy/default.nix
  49. +1 −1 pkgs/development/python-modules/umap-learn/default.nix
  50. +1 −1 pkgs/development/python-modules/uvloop/default.nix
  51. +1 −1 pkgs/development/python-modules/venusian/default.nix
  52. +1 −1 pkgs/development/python-modules/web/default.nix
  53. +1 −1 pkgs/development/python-modules/xstatic-jquery-ui/default.nix
  54. +1 −1 pkgs/development/tools/database/sqlitebrowser/default.nix
  55. +1 −1 pkgs/development/tools/devtodo/default.nix
  56. +1 −1 pkgs/development/tools/misc/saleae-logic/default.nix
  57. +1 −1 pkgs/development/tools/misc/watson-ruby/default.nix
  58. +2 −2 pkgs/games/snake4/default.nix
  59. +1 −1 pkgs/games/spring/springlobby.nix
  60. +1 −1 pkgs/games/stepmania/default.nix
  61. +1 −1 pkgs/games/tdm/default.nix
  62. +1 −1 pkgs/games/zandronum/default.nix
  63. +1 −1 pkgs/misc/drivers/sundtek/default.nix
  64. +1 −1 pkgs/os-specific/linux/trace-cmd/default.nix
  65. +1 −1 pkgs/servers/amqp/rabbitmq-server/default.nix
  66. +1 −1 pkgs/servers/http/spawn-fcgi/default.nix
  67. +1 −1 pkgs/servers/search/groonga/default.nix
  68. +1 −1 pkgs/shells/tcsh/default.nix
  69. +1 −1 pkgs/shells/xonsh/default.nix
  70. +1 −1 pkgs/tools/archivers/unrar/default.nix
  71. +2 −2 pkgs/tools/backup/rsnapshot/default.nix
  72. +1 −1 pkgs/tools/filesystems/yandex-disk/default.nix
  73. +1 −1 pkgs/tools/misc/gnuvd/default.nix
  74. +1 −1 pkgs/tools/misc/ipxe/default.nix
  75. +1 −1 pkgs/tools/misc/x11idle/default.nix
  76. +1 −1 pkgs/tools/networking/stunnel/default.nix
  77. +1 −1 pkgs/tools/networking/uwimap/default.nix
4 changes: 2 additions & 2 deletions nixos/lib/testing/jquery-ui.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "jquery-ui-1.11.4";

src = fetchurl {
url = "http://jqueryui.com/resources/download/${name}.zip";
url = "https://jqueryui.com/resources/download/${name}.zip";
sha256 = "0ciyaj1acg08g8hpzqx6whayq206fvf4whksz2pjgxlv207lqgjh";
};

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
'';

meta = {
homepage = http://jqueryui.com/;
homepage = https://jqueryui.com/;
description = "A library of JavaScript widgets and effects";
platforms = stdenv.lib.platforms.all;
};
8 changes: 4 additions & 4 deletions nixos/modules/services/amqp/rabbitmq.nix
Original file line number Diff line number Diff line change
@@ -98,8 +98,8 @@ in {
will be merged into these options by RabbitMQ at runtime to
form the final configuration.
See http://www.rabbitmq.com/configure.html#config-items
For the distinct formats, see http://www.rabbitmq.com/configure.html#config-file-formats
See https://www.rabbitmq.com/configure.html#config-items
For the distinct formats, see https://www.rabbitmq.com/configure.html#config-file-formats
'';
};

@@ -116,8 +116,8 @@ in {
The contents of this option will be merged into the <literal>configItems</literal>
by RabbitMQ at runtime to form the final configuration.
See the second table on http://www.rabbitmq.com/configure.html#config-items
For the distinct formats, see http://www.rabbitmq.com/configure.html#config-file-formats
See the second table on https://www.rabbitmq.com/configure.html#config-items
For the distinct formats, see https://www.rabbitmq.com/configure.html#config-file-formats
'';
};

2 changes: 1 addition & 1 deletion pkgs/applications/audio/sonic-visualiser/default.nix
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "View and analyse contents of music audio files";
homepage = http://www.sonicvisualiser.org/;
homepage = https://www.sonicvisualiser.org/;
license = licenses.gpl2Plus;
maintainers = [ maintainers.goibhniu maintainers.marcweber ];
platforms = platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/applications/audio/vcv-rack/default.nix
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ with stdenv.lib; stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Open-source virtual modular synthesizer";
homepage = http://vcvrack.com/;
homepage = https://vcvrack.com/;
# The source is BSD-3 licensed, some of the art is CC-BY-NC 4.0 or under a
# no-derivatives clause
license = with licenses; [ bsd3 cc-by-nc-40 unfreeRedistributable ];
2 changes: 1 addition & 1 deletion pkgs/applications/audio/vkeybd/default.nix
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Virtual MIDI keyboard";
homepage = http://www.alsa-project.org/~tiwai/alsa.html;
homepage = https://www.alsa-project.org/~tiwai/alsa.html;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ];
2 changes: 1 addition & 1 deletion pkgs/applications/blockchains/wownero.nix
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
signatures using different participants for the same tx outputs on
opposing forks.
'';
homepage = http://wownero.org/;
homepage = https://wownero.org/;
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ fuwa ];
4 changes: 2 additions & 2 deletions pkgs/applications/editors/emacs-modes/org-generated.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ stdenv.mkDerivation {

meta = {
description = "Insert org-mode links to items selected in various Mac apps";
homepage = http://orgmode.org/worg/org-contrib/org-mac-link.html;
homepage = https://orgmode.org/worg/org-contrib/org-mac-link.html;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.all;
};
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@ mkDerivationWith python3Packages.buildPythonApplication rec {

meta = with stdenv.lib; {
description = "Photo and video importer for cameras, phones, and memory cards";
homepage = http://www.damonlynch.net/rapid/;
homepage = https://www.damonlynch.net/rapid/;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ jfrankenau ];
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/shutter/default.nix
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ stdenv.mkDerivation {

meta = with stdenv.lib; {
description = "Screenshot and annotation tool";
homepage = http://shutter-project.org/;
homepage = https://shutter-project.org/;
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = [ maintainers.bjornfor ];
2 changes: 1 addition & 1 deletion pkgs/applications/misc/loxodo/default.nix
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ py.buildPythonApplication {

meta = with stdenv.lib; {
description = "A Password Safe V3 compatible password vault";
homepage = http://www.christoph-sommer.de/loxodo/;
homepage = https://www.christoph-sommer.de/loxodo/;
license = licenses.gpl2Plus;
platforms = platforms.linux;
};
2 changes: 1 addition & 1 deletion pkgs/applications/misc/slic3r/default.nix
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
instructions for your 3D printer. It cuts the model into horizontal
slices (layers), generates toolpaths to fill them and calculates the
amount of material to be extruded.'';
homepage = http://slic3r.org/;
homepage = https://slic3r.org/;
license = licenses.agpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ bjornfor the-kenny ];
Original file line number Diff line number Diff line change
@@ -101,7 +101,7 @@ stdenv.mkDerivation rec {

meta = {
description = "The TeamSpeak voice communication tool";
homepage = http://teamspeak.com/;
homepage = https://teamspeak.com/;
license = {
fullName = "Teamspeak client license";
url = http://sales.teamspeakusa.com/licensing.php;
2 changes: 1 addition & 1 deletion pkgs/applications/networking/irc/wraith/default.nix
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ mkDerivation rec {
The binary will not run when moved onto non-NixOS systems; use patchelf
to fix its runtime dependenices.
'';
homepage = http://wraith.botpack.net/;
homepage = https://wraith.botpack.net/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ elitak ];
platforms = platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/applications/networking/sync/unison/default.nix
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ stdenv.mkDerivation (rec {
dontStrip = !ocaml.nativeCompilers;

meta = {
homepage = http://www.cis.upenn.edu/~bcpierce/unison/;
homepage = https://www.cis.upenn.edu/~bcpierce/unison/;
description = "Bidirectional file synchronizer";
license = stdenv.lib.licenses.gpl3Plus;
maintainers = with stdenv.lib.maintainers; [viric];
2 changes: 1 addition & 1 deletion pkgs/applications/office/zim/default.nix
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec {
version = "0.72.0";

src = fetchurl {
url = "http://zim-wiki.org/downloads/${name}.tar.gz";
url = "https://zim-wiki.org/downloads/${name}.tar.gz";
sha256 = "1n3gmg7g86s8iwcx0i7rvvfdfs1fzmc9awr9qzjd2rckw4bkxad1";
};

2 changes: 1 addition & 1 deletion pkgs/applications/science/biology/poretools/default.nix
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ pythonPackages.buildPythonPackage rec {
meta = {
description = "a toolkit for working with nanopore sequencing data from Oxford Nanopore";
license = stdenv.lib.licenses.mit;
homepage = http://poretools.readthedocs.io/en/latest/;
homepage = https://poretools.readthedocs.io/en/latest/;
maintainers = [stdenv.lib.maintainers.rybern];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/science/robotics/apmplanner2/default.nix
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ mkDerivation rec {
A GUI ground control station for autonomous vehicles using the MAVLink protocol.
Includes support for the APM and PX4 based controllers.
'';
homepage = http://ardupilot.org/planner2/;
homepage = https://ardupilot.org/planner2/;
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ wucke13 ];
};
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
'';

src = fetchurl {
url = "http://subgit.com/download/${name}.zip";
url = "https://subgit.com/download/${name}.zip";
sha256 = "0dwd2kymmprci3b61ayr6axzlkc8zgbc40jqxvvyzschfxw9y0v5";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/redmine/default.nix
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ in
'';

meta = with stdenv.lib; {
homepage = http://www.redmine.org/;
homepage = https://www.redmine.org/;
platforms = platforms.linux;
maintainers = [ maintainers.aanderse ];
license = licenses.gpl2;
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "GUI for Git, Mercurial, Subversion";
homepage = http://www.syntevo.com/smartgit/;
homepage = https://www.syntevo.com/smartgit/;
license = licenses.unfree;
platforms = platforms.linux;
maintainers = with stdenv.lib.maintainers; [ jraygauthier ];
2 changes: 1 addition & 1 deletion pkgs/applications/video/simplescreenrecorder/default.nix
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ mkDerivation rec {

meta = with stdenv.lib; {
description = "A screen recorder for Linux";
homepage = http://www.maartenbaert.be/simplescreenrecorder;
homepage = https://www.maartenbaert.be/simplescreenrecorder;
license = licenses.gpl3;
platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.goibhniu ];
2 changes: 1 addition & 1 deletion pkgs/data/fonts/ttf-envy-code-r/default.nix
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ in fetchzip {
sha256 = "0x0r07nax68cmz7490x2crzzgdg4j8fg63wppcmjqm0230bggq2z";

meta = with lib; {
homepage = http://damieng.com/blog/tag/envy-code-r;
homepage = https://damieng.com/blog/tag/envy-code-r;
description = "Free scalable coding font by DamienG";
license = licenses.unfree;
maintainers = [ maintainers.lyt ];
4 changes: 2 additions & 2 deletions pkgs/data/fonts/ultimate-oldschool-pc-font-pack/default.nix
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ let
in
fetchzip {
name = "ultimate-oldschool-pc-font-pack-${version}";
url = "http://int10h.org/oldschool-pc-fonts/download/ultimate_oldschool_pc_font_pack_v${version}.zip";
url = "https://int10h.org/oldschool-pc-fonts/download/ultimate_oldschool_pc_font_pack_v${version}.zip";
sha256 = "0hid4dgqfy2w26734vcw2rxmpacd9vd1r2qpdr9ww1n3kgc92k9y";

postFetch= ''
@@ -15,7 +15,7 @@ fetchzip {

meta = with lib; {
description = "The Ultimate Oldschool PC Font Pack (TTF Fonts)";
homepage = "http://int10h.org/oldschool-pc-fonts/";
homepage = "https://int10h.org/oldschool-pc-fonts/";
license = licenses.cc-by-sa-40;
maintainers = [ maintainers.endgame ];
};
2 changes: 1 addition & 1 deletion pkgs/desktops/xfce/panel-plugins/xfce4-dict-plugin.nix
Original file line number Diff line number Diff line change
@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "Dictionary plugin for Xfce panel";
platforms = platforms.linux;
maintainers = [ maintainers.AndersonTorres ];
broken = true; # see http://goodies.xfce.org/projects/panel-plugins/xfce4-dict-plugin
broken = true; # see https://goodies.xfce.org/projects/panel-plugins/xfce4-dict-plugin
};
}
2 changes: 1 addition & 1 deletion pkgs/development/compilers/souffle/default.nix
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "A translator of declarative Datalog programs into the C++ language";
homepage = "http://souffle-lang.github.io/";
homepage = "https://souffle-lang.github.io/";
platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice copumpkin wchresta ];
license = licenses.upl;
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/racket/default.nix
Original file line number Diff line number Diff line change
@@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
libraries support applications from web servers and databases to
GUIs and charts.
'';
homepage = http://racket-lang.org/;
homepage = https://racket-lang.org/;
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ kkallio henrytill vrthra ];
platforms = [ "x86_64-darwin" "x86_64-linux" ];
2 changes: 1 addition & 1 deletion pkgs/development/libraries/audio/lv2/default.nix
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "1.16.0";

src = fetchurl {
url = "http://lv2plug.in/spec/${pname}-${version}.tar.bz2";
url = "https://lv2plug.in/spec/${pname}-${version}.tar.bz2";
sha256 = "1ppippbpdpv13ibs06b0bixnazwfhiw0d0ja6hx42jnkgdyp5hyy";
};

2 changes: 1 addition & 1 deletion pkgs/development/libraries/box2d/default.nix
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "2D physics engine";
homepage = http://box2d.org/;
homepage = https://box2d.org/;
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
license = licenses.zlib;
4 changes: 2 additions & 2 deletions pkgs/development/libraries/levmar/default.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "levmar-2.6";

src = fetchurl {
url = "http://www.ics.forth.gr/~lourakis/levmar/${name}.tgz";
url = "https://www.ics.forth.gr/~lourakis/levmar/${name}.tgz";
sha256 = "1mxsjip9x782z6qa6k5781wjwpvj5aczrn782m9yspa7lhgfzx1v";
};

@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {

meta = {
description = "ANSI C implementations of Levenberg-Marquardt, usable also from C++";
homepage = http://www.ics.forth.gr/~lourakis/levmar/;
homepage = https://www.ics.forth.gr/~lourakis/levmar/;
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
};
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libxl/default.nix
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "3.8.8";

src = fetchurl {
url = "http://www.libxl.com/download/${pname}-lin-${version}.tar.gz";
url = "https://www.libxl.com/download/${pname}-lin-${version}.tar.gz";
sha256 = "08jarfcl8l5mrmkx6bcifi3ghkaja9isz77zgggl84yl66js5pc3";
};

@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "A library for parsing Excel files";
homepage = "http://www.libxl.com/";
homepage = "https://www.libxl.com/";
license = licenses.unfree;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ stdenv.mkDerivation {

meta = with stdenv.lib; {
description = "RabbitMQ Java client library which allows Java code to interface to AMQP servers";
homepage = http://www.rabbitmq.com/java-client.html;
homepage = https://www.rabbitmq.com/java-client.html;
license = with licenses; [ mpl11 gpl2 ];
platforms = platforms.linux;
};
2 changes: 1 addition & 1 deletion pkgs/development/libraries/rlog/default.nix
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
};

meta = {
homepage = http://www.arg0.net/rlog;
homepage = https://www.arg0.net/rlog;
description = "A C++ logging library used in encfs";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.lgpl3;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/safefile/default.nix
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.asl20 ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
homepage = http://research.cs.wisc.edu/mist/safefile/;
homepage = https://research.cs.wisc.edu/mist/safefile/;
updateWalker = true;
};
}
4 changes: 2 additions & 2 deletions pkgs/development/libraries/shhmsg/default.nix
Original file line number Diff line number Diff line change
@@ -4,15 +4,15 @@ stdenv.mkDerivation rec {
name = "shhmsg-1.4.2";

src = fetchurl {
url = "http://shh.thathost.com/pub-unix/files/${name}.tar.gz";
url = "https://shh.thathost.com/pub-unix/files/${name}.tar.gz";
sha256 = "0ax02fzqpaxr7d30l5xbndy1s5vgg1ag643c7zwiw2wj1czrxil8";
};

installFlags = [ "INSTBASEDIR=$(out)" ];

meta = with stdenv.lib; {
description = "A library for displaying messages";
homepage = http://shh.thathost.com/pub-unix/;
homepage = https://shh.thathost.com/pub-unix/;
license = licenses.artistic1;
platforms = platforms.linux;
};
4 changes: 2 additions & 2 deletions pkgs/development/libraries/shhopt/default.nix
Original file line number Diff line number Diff line change
@@ -4,15 +4,15 @@ stdenv.mkDerivation rec {
name = "shhopt-1.1.7";

src = fetchurl {
url = "http://shh.thathost.com/pub-unix/files/${name}.tar.gz";
url = "https://shh.thathost.com/pub-unix/files/${name}.tar.gz";
sha256 = "0yd6bl6qw675sxa81nxw6plhpjf9d2ywlm8a5z66zyjf28sl7sds";
};

installFlags = [ "INSTBASEDIR=$(out)" ];

meta = with stdenv.lib; {
description = "A library for parsing command line options";
homepage = http://shh.thathost.com/pub-unix/;
homepage = https://shh.thathost.com/pub-unix/;
license = licenses.artistic1;
platforms = platforms.linux;
};
Loading