Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 70b6df196a10
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0ad1b80a3b15
Choose a head ref
  • 4 commits
  • 40 files changed
  • 3 contributors

Commits on Jul 10, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    eadwu Edmund Wu
    Copy the full SHA
    7d95bc0 View commit details
  2. treewide: fix redirect URLs

    ryantm committed Jul 10, 2019
    Copy the full SHA
    508ae42 View commit details

Commits on Jul 11, 2019

  1. Merge pull request #64602 from ryantm/urls

    treewide: fix redirect URLs
    ryantm authored Jul 11, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7f8f1c0 View commit details
  2. Merge pull request #64588 from eadwu/libinput/additional-options-type…

    …-lines
    
    nixos/libinput: use `types.lines` for additionalOptions
    worldofpeace authored Jul 11, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0ad1b80 View commit details
Showing with 53 additions and 53 deletions.
  1. +1 −1 nixos/modules/services/x11/hardware/libinput.nix
  2. +1 −1 pkgs/applications/networking/p2p/frostwire/default.nix
  3. +1 −1 pkgs/applications/science/biology/itsx/default.nix
  4. +1 −1 pkgs/applications/science/logic/prover9/default.nix
  5. +1 −1 pkgs/applications/version-management/gitolite/default.nix
  6. +1 −1 pkgs/data/fonts/input-fonts/default.nix
  7. +1 −1 pkgs/desktops/enlightenment/econnman.nix
  8. +1 −1 pkgs/desktops/enlightenment/efl.nix
  9. +1 −1 pkgs/desktops/enlightenment/rage.nix
  10. +1 −1 pkgs/development/compilers/nvidia-cg-toolkit/default.nix
  11. +1 −1 pkgs/development/interpreters/erlang/R16B02-basho.nix
  12. +2 −2 pkgs/development/interpreters/erlang/generic-builder.nix
  13. +1 −1 pkgs/development/java-modules/jogl/default.nix
  14. +1 −1 pkgs/development/libraries/freetds/default.nix
  15. +1 −1 pkgs/development/libraries/glfw/3.x.nix
  16. +2 −2 pkgs/development/libraries/hwloc/default.nix
  17. +1 −1 pkgs/development/libraries/ilmbase/default.nix
  18. +1 −1 pkgs/development/libraries/libnxml/default.nix
  19. +1 −1 pkgs/development/libraries/libow/default.nix
  20. +1 −1 pkgs/development/libraries/liquid-dsp/default.nix
  21. +1 −1 pkgs/development/libraries/openexr/default.nix
  22. +2 −2 pkgs/development/libraries/openmpi/default.nix
  23. +4 −4 pkgs/development/libraries/science/math/fenics/default.nix
  24. +8 −8 pkgs/development/lua-modules/generated-packages.nix
  25. +1 −1 pkgs/development/misc/amdadl-sdk/default.nix
  26. +1 −1 pkgs/development/python-modules/distributed/default.nix
  27. +1 −1 pkgs/development/python-modules/faulthandler/default.nix
  28. +1 −1 pkgs/development/python-modules/flask-restful/default.nix
  29. +1 −1 pkgs/development/python-modules/gentools/default.nix
  30. +1 −1 pkgs/development/python-modules/habanero/default.nix
  31. +1 −1 pkgs/development/python-modules/hiro/default.nix
  32. +1 −1 pkgs/development/python-modules/papis/default.nix
  33. +1 −1 pkgs/development/tools/build-managers/doit/default.nix
  34. +1 −1 pkgs/development/tools/phantomjs/default.nix
  35. +1 −1 pkgs/development/tools/phantomjs2/default.nix
  36. +1 −1 pkgs/tools/audio/mpdas/default.nix
  37. +1 −1 pkgs/tools/security/cowpatty/default.nix
  38. +1 −1 pkgs/tools/security/ossec/default.nix
  39. +1 −1 pkgs/tools/typesetting/djvu2pdf/default.nix
  40. +1 −1 pkgs/top-level/perl-packages.nix
2 changes: 1 addition & 1 deletion nixos/modules/services/x11/hardware/libinput.nix
Original file line number Diff line number Diff line change
@@ -178,7 +178,7 @@ in {
};

additionalOptions = mkOption {
type = types.str;
type = types.lines;
default = "";
example =
''
2 changes: 1 addition & 1 deletion pkgs/applications/networking/p2p/frostwire/default.nix
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ in stdenv.mkDerivation {
'';

meta = with stdenv.lib; {
homepage = http://www.frostwire.com/;
homepage = https://www.frostwire.com/;
description = "BitTorrent Client and Cloud File Downloader";
license = licenses.gpl2;
maintainers = with maintainers; [ gavin ];
2 changes: 1 addition & 1 deletion pkgs/applications/science/biology/itsx/default.nix
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Improved software detection and extraction of ITS1 and ITS2 from ribosomal ITS sequences of fungi and other eukaryotes for use in environmental sequencing";
homepage = http://microbiology.se/software/itsx/;
homepage = https://microbiology.se/software/itsx/;
license = licenses.gpl3;
maintainers = [ maintainers.bzizou ];
platforms = [ "x86_64-linux" "i686-linux" ];
2 changes: 1 addition & 1 deletion pkgs/applications/science/logic/prover9/default.nix
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
'';

meta = {
homepage = http://www.cs.unm.edu/~mccune/mace4/;
homepage = https://www.cs.unm.edu/~mccune/mace4/;
license = "GPL";
description = "Automated theorem prover for first-order and equational logic";
longDescription = ''
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/gitolite/default.nix
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Finely-grained git repository hosting";
homepage = http://gitolite.com/gitolite/index.html;
homepage = https://gitolite.com/gitolite/index.html;
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = [ maintainers.thoughtpolice maintainers.lassulus maintainers.tomberek ];
2 changes: 1 addition & 1 deletion pkgs/data/fonts/input-fonts/default.nix
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {

src = requireFile {
name = "Input-Font.zip";
url = "http://input.fontbureau.com/download/";
url = "https://input.fontbureau.com/download/";
sha256 = "07fkyvbb12agkb2kpnq2j45nycgbjvb4n1s5hjyqsipdh2z9zihq";
};

2 changes: 1 addition & 1 deletion pkgs/desktops/enlightenment/econnman.nix
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {

meta = {
description = "A user interface for the connman network connection manager";
homepage = http://enlightenment.org/;
homepage = https://enlightenment.org/;
maintainers = with stdenv.lib.maintainers; [ matejc tstrobel ftrvxmtrx ];
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.lgpl3;
2 changes: 1 addition & 1 deletion pkgs/desktops/enlightenment/efl.nix
Original file line number Diff line number Diff line change
@@ -87,7 +87,7 @@ stdenv.mkDerivation rec {

meta = {
description = "Enlightenment foundation libraries";
homepage = http://enlightenment.org/;
homepage = https://enlightenment.org/;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.lgpl3;
maintainers = with stdenv.lib.maintainers; [ matejc tstrobel ftrvxmtrx ];
2 changes: 1 addition & 1 deletion pkgs/desktops/enlightenment/rage.nix
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {

meta = {
description = "Video + Audio player along the lines of mplayer";
homepage = http://enlightenment.org/;
homepage = https://enlightenment.org/;
maintainers = with stdenv.lib.maintainers; [ matejc ftrvxmtrx romildo ];
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.bsd2;
2 changes: 1 addition & 1 deletion pkgs/development/compilers/nvidia-cg-toolkit/default.nix
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
'';

meta = {
homepage = http://developer.nvidia.com/cg-toolkit;
homepage = https://developer.nvidia.com/cg-toolkit;
license = lib.licenses.unfreeRedistributable;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/erlang/R16B02-basho.nix
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ mkDerivation rec {
installTargets = "install";
postInstall = let
manpages = pkgs.fetchurl {
url = "http://www.erlang.org/download/otp_doc_man_R16B02.tar.gz";
url = "https://www.erlang.org/download/otp_doc_man_R16B02.tar.gz";
sha256 = "12apxjmmd591y9g9bhr97z5jbd1jarqg7wj0y2sqhl21hc1yp75p";
};
in ''
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/erlang/generic-builder.nix
Original file line number Diff line number Diff line change
@@ -108,8 +108,8 @@ in stdenv.mkDerivation ({
setupHook = ./setup-hook.sh;

meta = with stdenv.lib; ({
homepage = http://www.erlang.org/;
downloadPage = "http://www.erlang.org/download.html";
homepage = https://www.erlang.org/;
downloadPage = "https://www.erlang.org/download.html";
description = "Programming language used for massively scalable soft real-time systems";

longDescription = ''
2 changes: 1 addition & 1 deletion pkgs/development/java-modules/jogl/default.nix
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ in

meta = with stdenv.lib; {
description = "Java libraries for 3D Graphics, Multimedia and Processing";
homepage = http://jogamp.org/;
homepage = https://jogamp.org/;
license = licenses.bsd3;
platforms = [ "x86_64-linux" ];
};
2 changes: 1 addition & 1 deletion pkgs/development/libraries/freetds/default.nix
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
version = "1.1.6";

src = fetchurl {
url = "http://www.freetds.org/files/stable/${name}.tar.bz2";
url = "https://www.freetds.org/files/stable/${name}.tar.bz2";
sha256 = "18rry59npbhxpzjb0l3ib7zlnlzj43srb5adcm65wyklklsh0gn2";
};

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

meta = with stdenv.lib; {
description = "Multi-platform library for creating OpenGL contexts and managing input, including keyboard, mouse, joystick and time";
homepage = http://www.glfw.org/;
homepage = https://www.glfw.org/;
license = licenses.zlib;
maintainers = with maintainers; [ marcweber ];
platforms = platforms.unix;
4 changes: 2 additions & 2 deletions pkgs/development/libraries/hwloc/default.nix
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ in stdenv.mkDerivation {
inherit name;

src = fetchurl {
url = "http://www.open-mpi.org/software/hwloc/v${versmm}/downloads/${name}.tar.bz2";
url = "https://www.open-mpi.org/software/hwloc/v${versmm}/downloads/${name}.tar.bz2";
sha256 = "1aa7s208gdijk19vvzzahyl8pglk1va3yd6kdbpfa5pz5ms0ag35";
};

@@ -78,7 +78,7 @@ in stdenv.mkDerivation {
more.
'';

# http://www.open-mpi.org/projects/hwloc/license.php
# https://www.open-mpi.org/projects/hwloc/license.php
license = licenses.bsd3;
homepage = https://www.open-mpi.org/projects/hwloc/;
maintainers = with maintainers; [ fpletz markuskowa ];
2 changes: 1 addition & 1 deletion pkgs/development/libraries/ilmbase/default.nix
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
doCheck = stdenv.isx86_64;

meta = with stdenv.lib; {
homepage = http://www.openexr.com/;
homepage = https://www.openexr.com/;
license = licenses.bsd3;
platforms = platforms.all;
};
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libnxml/default.nix
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
buildInputs = [ curl ];

meta = {
homepage = http://www.autistici.org/bakunin/libnxml/;
homepage = https://www.autistici.org/bakunin/libnxml/;
description = "C library for parsing, writing and creating XML 1.0 and 1.1 files or streams";
license = stdenv.lib.licenses.lgpl2;

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

meta = with stdenv.lib; {
description = "1-Wire File System full library";
homepage = http://owfs.org/;
homepage = https://owfs.org/;
license = licenses.gpl2;
maintainers = with maintainers; [ disserman ];
platforms = platforms.unix;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/liquid-dsp/default.nix
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];

meta = {
homepage = http://liquidsdr.org/;
homepage = https://liquidsdr.org/;
description = "Digital signal processing library for software-defined radios";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/openexr/default.nix
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
doCheck = false; # fails 1 of 1 tests

meta = with stdenv.lib; {
homepage = http://www.openexr.com/;
homepage = https://www.openexr.com/;
license = licenses.bsd3;
platforms = platforms.all;
};
4 changes: 2 additions & 2 deletions pkgs/development/libraries/openmpi/default.nix
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ in stdenv.mkDerivation rec {
name = "openmpi-${version}";

src = with stdenv.lib.versions; fetchurl {
url = "http://www.open-mpi.org/software/ompi/v${major version}.${minor version}/downloads/${name}.tar.bz2";
url = "https://www.open-mpi.org/software/ompi/v${major version}.${minor version}/downloads/${name}.tar.bz2";
sha256 = "02cpzcp113gj5hb0j2xc0cqma2fn04i2i0bzf80r71120p9bdryc";
};

@@ -52,7 +52,7 @@ in stdenv.mkDerivation rec {
doCheck = true;

meta = with stdenv.lib; {
homepage = http://www.open-mpi.org/;
homepage = https://www.open-mpi.org/;
description = "Open source MPI-3 implementation";
longDescription = "The Open MPI Project is an open source MPI-3 implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.";
maintainers = with maintainers; [ markuskowa ];
8 changes: 4 additions & 4 deletions pkgs/development/libraries/science/math/fenics/default.nix
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ let
'';
meta = {
description = "A domain-specific language for finite element variational forms";
homepage = http://fenicsproject.org/;
homepage = https://fenicsproject.org/;
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.lgpl3;
};
@@ -102,7 +102,7 @@ let
'';
meta = {
description = "A compiler for finite element variational forms";
homepage = http://fenicsproject.org/;
homepage = https://fenicsproject.org/;
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.lgpl3;
};
@@ -117,7 +117,7 @@ let
buildInputs = [ numpy six ];
meta = {
description = "Instant inlining of C and C++ code in Python";
homepage = http://fenicsproject.org/;
homepage = https://fenicsproject.org/;
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.lgpl3;
};
@@ -162,7 +162,7 @@ stdenv.mkDerivation {
postInstall = "source $out/share/dolfin/dolfin.conf";
meta = {
description = "The FEniCS Problem Solving Environment in Python and C++";
homepage = http://fenicsproject.org/;
homepage = https://fenicsproject.org/;
platforms = stdenv.lib.platforms.darwin;
license = stdenv.lib.licenses.lgpl3;
};
16 changes: 8 additions & 8 deletions pkgs/development/lua-modules/generated-packages.nix
Original file line number Diff line number Diff line change
@@ -150,7 +150,7 @@ cjson = buildLuarocksPackage {
propagatedBuildInputs = [ lua ];

meta = with stdenv.lib; {
homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php";
homepage = "https://www.kyne.com.au/~mark/software/lua-cjson.php";
description = "A fast JSON encoding/parsing module";
license = {
fullName = "MIT";
@@ -236,7 +236,7 @@ cyrussasl = buildLuarocksPackage {
propagatedBuildInputs = [ lua ];

meta = with stdenv.lib; {
homepage = "http://github.com/JorjBauer/lua-cyrussasl";
homepage = "https://github.com/JorjBauer/lua-cyrussasl";
description = "Cyrus SASL library for Lua 5.1+";
maintainers = with maintainers; [ vcunat ];
license = {
@@ -385,7 +385,7 @@ lgi = buildLuarocksPackage {
propagatedBuildInputs = [ lua ];

meta = with stdenv.lib; {
homepage = "http://github.com/pavouk/lgi";
homepage = "https://github.com/pavouk/lgi";
description = "Lua bindings to GObject libraries";
license = {
fullName = "MIT/X11";
@@ -480,7 +480,7 @@ lrexlib-gnu = buildLuarocksPackage {
propagatedBuildInputs = [ lua ];

meta = with stdenv.lib; {
homepage = "http://github.com/rrthomas/lrexlib";
homepage = "https://github.com/rrthomas/lrexlib";
description = "Regular expression library binding (GNU flavour).";
license = {
fullName = "MIT/X11";
@@ -499,7 +499,7 @@ lrexlib-pcre = buildLuarocksPackage {
propagatedBuildInputs = [ lua ];

meta = with stdenv.lib; {
homepage = "http://github.com/rrthomas/lrexlib";
homepage = "https://github.com/rrthomas/lrexlib";
description = "Regular expression library binding (PCRE flavour).";
maintainers = with maintainers; [ vyp ];
license = {
@@ -519,7 +519,7 @@ lrexlib-posix = buildLuarocksPackage {
propagatedBuildInputs = [ lua ];

meta = with stdenv.lib; {
homepage = "http://github.com/rrthomas/lrexlib";
homepage = "https://github.com/rrthomas/lrexlib";
description = "Regular expression library binding (POSIX flavour).";
license = {
fullName = "MIT/X11";
@@ -567,7 +567,7 @@ lua-cmsgpack = buildLuarocksPackage {
propagatedBuildInputs = [ lua ];

meta = with stdenv.lib; {
homepage = "http://github.com/antirez/lua-cmsgpack";
homepage = "https://github.com/antirez/lua-cmsgpack";
description = "MessagePack C implementation and bindings for Lua 5.1/5.2/5.3";
license = {
fullName = "Two-clause BSD";
@@ -955,7 +955,7 @@ luaposix = buildLuarocksPackage {
propagatedBuildInputs = [ bit32 lua std_normalize ];

meta = with stdenv.lib; {
homepage = "http://github.com/luaposix/luaposix/";
homepage = "https://github.com/luaposix/luaposix/";
description = "Lua bindings for POSIX";
maintainers = with maintainers; [ vyp lblasc ];
license = {
2 changes: 1 addition & 1 deletion pkgs/development/misc/amdadl-sdk/default.nix
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "API to access display driver functionality for ATI graphics cards";
homepage = http://developer.amd.com/tools/graphics-development/display-library-adl-sdk/;
homepage = https://developer.amd.com/tools/graphics-development/display-library-adl-sdk/;
license = licenses.unfree;
maintainers = [ maintainers.offline ];
platforms = stdenv.lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/distributed/default.nix
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ buildPythonPackage rec {

meta = {
description = "Distributed computation in Python.";
homepage = http://distributed.readthedocs.io/en/latest/;
homepage = https://distributed.readthedocs.io/en/latest/;
license = lib.licenses.bsd3;
platforms = lib.platforms.x86; # fails on aarch64
maintainers = with lib.maintainers; [ teh costrouc ];
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/faulthandler/default.nix
Original file line number Diff line number Diff line change
@@ -13,6 +13,6 @@ buildPythonPackage rec {
description = "Dump the Python traceback";
license = stdenv.lib.licenses.bsd2;
maintainers = with stdenv.lib.maintainers; [ sauyon ];
homepage = http://faulthandler.readthedocs.io/;
homepage = https://faulthandler.readthedocs.io/;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/flask-restful/default.nix
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ flask six pytz aniso8601 pycrypto ];

meta = with lib; {
homepage = "http://flask-restful.readthedocs.io/";
homepage = "https://flask-restful.readthedocs.io/";
description = "REST API building blocks for Flask";
license = licenses.bsd3;
};
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/gentools/default.nix
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Tools for generators, generator functions, and generator-based coroutines";
license = licenses.mit;
homepage = http://gentools.readthedocs.io/;
homepage = https://gentools.readthedocs.io/;
maintainers = with maintainers; [ mredaelli ];
};

2 changes: 1 addition & 1 deletion pkgs/development/python-modules/habanero/default.nix
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ buildPythonPackage rec {

meta = {
description = "Python interface to Library Genesis";
homepage = http://habanero.readthedocs.io/en/latest/;
homepage = https://habanero.readthedocs.io/en/latest/;
license = lib.licenses.mit;
maintainers = [ lib.maintainers.nico202 ];
};
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/hiro/default.nix
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "Time manipulation utilities for Python";
homepage = http://hiro.readthedocs.io/en/latest/;
homepage = https://hiro.readthedocs.io/en/latest/;
license = licenses.mit;
maintainers = with maintainers; [ nyarly ];
};
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/papis/default.nix
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ buildPythonPackage rec {

meta = {
description = "Powerful command-line document and bibliography manager";
homepage = http://papis.readthedocs.io/en/latest/;
homepage = https://papis.readthedocs.io/en/latest/;
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ nico202 teto ];
};
Loading