treewide: http -> https

wip/yesman
Ryan Mulligan 6 years ago
parent 9137f83880
commit 1d54dc6841
  1. 2
      doc/languages-frameworks/python.section.md
  2. 2
      pkgs/applications/science/astronomy/gravit/default.nix
  3. 2
      pkgs/development/compilers/polyml/5.6.nix
  4. 2
      pkgs/development/compilers/polyml/default.nix
  5. 2
      pkgs/development/compilers/scala/2.11.nix
  6. 2
      pkgs/development/python-modules/langcodes/default.nix
  7. 4
      pkgs/development/python-modules/lxml/default.nix
  8. 2
      pkgs/development/python-modules/pymc3/default.nix
  9. 2
      pkgs/development/python-modules/python3-openid/default.nix
  10. 2
      pkgs/development/tools/misc/epm/default.nix
  11. 2
      pkgs/servers/sabnzbd/default.nix
  12. 2
      pkgs/shells/zsh/oh-my-zsh/default.nix
  13. 2
      pkgs/tools/security/volatility/default.nix

@ -328,7 +328,7 @@ when building the bindings and are therefore added as `buildInputs`.
meta = {
description = "Pythonic binding for the libxml2 and libxslt libraries";
homepage = http://lxml.de;
homepage = https://lxml.de;
license = licenses.bsd3;
maintainers = with maintainers; [ sjourdois ];
};

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
homepage = http://gravit.slowchop.com;
homepage = https://gravit.slowchop.com;
description = "Beautiful OpenGL-based gravity simulator";
license = stdenv.lib.licenses.gpl2;

@ -23,7 +23,7 @@ stdenv.mkDerivation {
longDescription = ''
Poly/ML is a full implementation of Standard ML.
'';
homepage = http://www.polyml.org/;
homepage = https://www.polyml.org/;
license = stdenv.lib.licenses.lgpl21;
platforms = with stdenv.lib.platforms; linux;
maintainers = [ #Add your name here!

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
longDescription = ''
Poly/ML is a full implementation of Standard ML.
'';
homepage = http://www.polyml.org/;
homepage = https://www.polyml.org/;
license = licenses.lgpl21;
platforms = with platforms; (linux ++ darwin);
maintainers = with maintainers; [ z77z yurrriq ];

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
Code sizes are typically reduced by a factor of two to three when
compared to an equivalent Java application.
'';
homepage = http://www.scala-lang.org/;
homepage = https://www.scala-lang.org/;
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.all;
branch = "2.11";

@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A toolkit for working with and comparing the standardized codes for languages, such as en for English or es for Spanish";
homepage = http://github.com/LuminosoInsight/langcodes;
homepage = https://github.com/LuminosoInsight/langcodes;
license = licenses.mit;
maintainers = with maintainers; [ ixxie ];
};

@ -20,8 +20,8 @@ buildPythonPackage rec {
meta = {
description = "Pythonic binding for the libxml2 and libxslt libraries";
homepage = http://lxml.de;
homepage = https://lxml.de;
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ sjourdois ];
};
}
}

@ -57,7 +57,7 @@ buildPythonPackage rec {
meta = {
description = "Bayesian estimation, particularly using Markov chain Monte Carlo (MCMC)";
homepage = http://github.com/pymc-devs/pymc3;
homepage = https://github.com/pymc-devs/pymc3;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ ilya-kolpakov ];
};

@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "OpenID support for modern servers and consumers";
homepage = http://github.com/necaris/python3-openid;
homepage = https://github.com/necaris/python3-openid;
license = licenses.asl20;
};
}

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "The ESP Package Manager generates distribution archives for a variety of platforms";
homepage = http://www.msweet.org/projects.php?Z2;
homepage = https://www.msweet.org/projects.php?Z2;
license = licenses.gpl2;
maintainers = with maintainers; [ pSub ];
platforms = platforms.unix;

@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Usenet NZB downloader, par2 repairer and auto extracting server";
homepage = http://sabnzbd.org;
homepage = https://sabnzbd.org;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with stdenv.lib.maintainers; [ fridh ];

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
$ cp -v $(nix-env -q --out-path oh-my-zsh | cut -d' ' -f3)/share/oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
'';
homepage = "http://ohmyz.sh/";
homepage = https://ohmyz.sh/;
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ scolobb nequissimus ];

@ -14,7 +14,7 @@ pythonPackages.buildPythonApplication rec {
propagatedBuildInputs = [ pythonPackages.pycrypto pythonPackages.distorm3 ];
meta = with stdenv.lib; {
homepage = http://www.volatilityfoundation.org/;
homepage = https://www.volatilityfoundation.org/;
description = "Advanced memory forensics framework";
maintainers = with maintainers; [ bosu ];
license = stdenv.lib.licenses.gpl2Plus;

Loading…
Cancel
Save