3
0
Fork 0
forked from mirrors/nixpkgs

treewide: http -> https

This commit is contained in:
Ryan Mulligan 2018-06-29 17:18:27 -07:00
parent 9137f83880
commit 1d54dc6841
13 changed files with 14 additions and 14 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; { 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"; 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; license = licenses.mit;
maintainers = with maintainers; [ ixxie ]; maintainers = with maintainers; [ ixxie ];
}; };

View file

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

View file

@ -57,7 +57,7 @@ buildPythonPackage rec {
meta = { meta = {
description = "Bayesian estimation, particularly using Markov chain Monte Carlo (MCMC)"; 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; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ ilya-kolpakov ]; maintainers = with lib.maintainers; [ ilya-kolpakov ];
}; };

View file

@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "OpenID support for modern servers and consumers"; 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; license = licenses.asl20;
}; };
} }

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "The ESP Package Manager generates distribution archives for a variety of platforms"; 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; license = licenses.gpl2;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
platforms = platforms.unix; platforms = platforms.unix;

View file

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

View file

@ -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 $ 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; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ scolobb nequissimus ]; maintainers = with maintainers; [ scolobb nequissimus ];

View file

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