mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
Merge pull request #28359 from matthewbauer/use-https
Use https for some homepages
This commit is contained in:
commit
30815015ba
|
@ -16,7 +16,7 @@ python2.pkgs.buildPythonApplication rec {
|
|||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = http://github.com/huwwp/cryptop;
|
||||
homepage = https://github.com/huwwp/cryptop;
|
||||
description = "Command line Cryptocurrency Portfolio";
|
||||
license = with lib.licenses; [ mit ];
|
||||
maintainers = with lib.maintainers; [ bhipple ];
|
||||
|
|
|
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||
repositories.git = git://anongit.kde.org/amarok.git;
|
||||
description = "Popular music player for KDE";
|
||||
license = "GPL";
|
||||
homepage = http://amarok.kde.org;
|
||||
homepage = https://amarok.kde.org;
|
||||
inherit (kdelibs4.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "CLI PulseAudio Volume Control";
|
||||
homepage = http://github.com/falconindy/ponymix;
|
||||
homepage = https://github.com/falconindy/ponymix;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ ericsagnes ];
|
||||
|
|
|
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||
# emacs highlighting */
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://github.com/erlang/otp;
|
||||
homepage = https://github.com/erlang/otp;
|
||||
description = "Erlang mode for Emacs";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.unix;
|
||||
|
|
|
@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
|||
installCheckTarget = "check";
|
||||
|
||||
meta = {
|
||||
homepage = http://github.com/haskell/haskell-mode;
|
||||
homepage = https://github.com/haskell/haskell-mode;
|
||||
description = "Haskell mode for Emacs";
|
||||
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
|
|
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A vim like editor";
|
||||
homepage = http://github.com/martanne/vis;
|
||||
homepage = https://github.com/martanne/vis;
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ vrthra ramkromberg ];
|
||||
platforms = platforms.unix;
|
||||
|
|
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "GUI prototyping/mockup tool";
|
||||
homepage = http://github.com/prikhi/pencil;
|
||||
homepage = https://github.com/prikhi/pencil;
|
||||
license = licenses.gpl2; # Commercial license is also available
|
||||
maintainers = with maintainers; [ bjornfor prikhi ];
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "Higher Order Mutation Testing Tool for C and C++ programs";
|
||||
homepage = http://github.com/yuejia/Milu;
|
||||
homepage = https://github.com/yuejia/Milu;
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.vrthra ];
|
||||
|
|
|
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
|||
maintainers = [ stdenv.lib.maintainers.kragniz ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
homepage = http://opencpn.org/;
|
||||
homepage = https://opencpn.org/;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "Open source EDA software focused on easy of use and portability";
|
||||
homepage = http://caneda.tuxfamily.org;
|
||||
homepage = http://caneda.org;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
|
|
|
@ -47,7 +47,7 @@ stdenv.mkDerivation {
|
|||
+ " " + optionalString installEmacsMode "install-emacs";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.loria.fr/equipes/calligramme/acg;
|
||||
homepage = http://calligramme.loria.fr/acg/;
|
||||
description = "A toolkit for developing ACG signatures and lexicon";
|
||||
license = licenses.cecill20;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
|
|
|
@ -23,7 +23,7 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "A high-performance theorem prover and SMT solver";
|
||||
homepage = "http://github.com/Z3Prover/z3";
|
||||
homepage = "https://github.com/Z3Prover/z3";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||
|
|
|
@ -37,7 +37,7 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "A high-performance theorem prover and SMT solver, optimization edition";
|
||||
homepage = "http://github.com/Z3Prover/z3";
|
||||
homepage = "https://github.com/Z3Prover/z3";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = with stdenv.lib.maintainers; [ thoughtpolice sheganinans ];
|
||||
|
|
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Management utility for CBFS formatted ROM images";
|
||||
homepage = http://www.coreboot.org;
|
||||
homepage = https://www.coreboot.org;
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.tstrobel ];
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "Simple X hotkey daemon";
|
||||
homepage = http://github.com/baskerville/sxhkd/;
|
||||
homepage = https://github.com/baskerville/sxhkd/;
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
|
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://github.com/sargon/trayer-srg;
|
||||
homepage = https://github.com/sargon/trayer-srg;
|
||||
license = licenses.mit;
|
||||
description = "A lightweight GTK2-based systray for UNIX desktop";
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||
patches = [ ./fix-paths.patch ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://github.com/alexkay/xmonad-log-applet;
|
||||
homepage = https://github.com/alexkay/xmonad-log-applet;
|
||||
license = licenses.bsd3;
|
||||
description = "An applet that will display XMonad log information (${desktopSupport} version)";
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -18,7 +18,7 @@ in fetchzip {
|
|||
# package; but I cannot find the original source, so use it on your
|
||||
# own risk Debian claims it is GPL - good enough for me.
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.i18nguy.com/unicode/unicode-font.HTML;
|
||||
homepage = http://www.i18nguy.com/unicode/unicode-font.html;
|
||||
description = "Unicode Plane 1 Osmanya script font";
|
||||
maintainers = with maintainers; [ raskin rycee ];
|
||||
license = "unknown";
|
||||
|
|
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Modern icon theme designed around bold colours and simple geometric shapes";
|
||||
homepage = http://snwh.org/paper;
|
||||
homepage = https://snwh.org/paper;
|
||||
license = with licenses; [ cc-by-sa-40 lgpl3 ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
|
|
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
installFlags = [ "prefix=$(out)" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://poppler.freedesktop.org/;
|
||||
homepage = https://poppler.freedesktop.org/;
|
||||
description = "Encoding files for Poppler, a PDF rendering library";
|
||||
platforms = platforms.all;
|
||||
license = licenses.free; # more free licenses combined
|
||||
|
|
|
@ -1182,7 +1182,7 @@ let
|
|||
systems to query, augment and transform data
|
||||
according to Elixir matching rules. '';
|
||||
license = stdenv.lib.licenses.mit;
|
||||
homepage = "http://github.com/awetzel/adap";
|
||||
homepage = "https://github.com/awetzel/adap";
|
||||
};
|
||||
} // packageOverrides)
|
||||
) {};
|
||||
|
@ -6660,7 +6660,7 @@ let
|
|||
requests and responds to preflight requests
|
||||
(OPTIONS)'';
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
homepage = "http://github.com/mschae/cors_plug";
|
||||
homepage = "https://github.com/mschae/cors_plug";
|
||||
};
|
||||
} // packageOverrides)
|
||||
) {};
|
||||
|
@ -9498,7 +9498,7 @@ let
|
|||
H-metric are abstracted away - you provide them
|
||||
as functions.'';
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
homepage = "http://github.com/herenowcoder/eastar";
|
||||
homepage = "https://github.com/herenowcoder/eastar";
|
||||
};
|
||||
} // packageOverrides)
|
||||
) {};
|
||||
|
@ -12266,7 +12266,7 @@ let
|
|||
response. This project is a rewrite for Elixir
|
||||
and Plug of basho webmachine.'';
|
||||
license = stdenv.lib.licenses.mit;
|
||||
homepage = "http://github.com/awetzel/ewebmachine";
|
||||
homepage = "https://github.com/awetzel/ewebmachine";
|
||||
};
|
||||
} // packageOverrides)
|
||||
) {};
|
||||
|
@ -22613,7 +22613,7 @@ let
|
|||
meta = {
|
||||
description = ''JWT decoding library for Elixir'';
|
||||
license = stdenv.lib.licenses.mit;
|
||||
homepage = "http://github.com/mschae/jwtex";
|
||||
homepage = "https://github.com/mschae/jwtex";
|
||||
};
|
||||
} // packageOverrides)
|
||||
) {};
|
||||
|
@ -30269,7 +30269,7 @@ let
|
|||
according to rfc7239 and fill `conn.remote_ip`
|
||||
with the root client ip.'';
|
||||
license = stdenv.lib.licenses.mit;
|
||||
homepage = "http://github.com/awetzel/plug_forwarded_peer";
|
||||
homepage = "https://github.com/awetzel/plug_forwarded_peer";
|
||||
};
|
||||
} // packageOverrides)
|
||||
) {};
|
||||
|
@ -30472,7 +30472,7 @@ let
|
|||
meta = {
|
||||
description = ''An elixir plug that serves HTTP range requests'';
|
||||
license = stdenv.lib.licenses.mit;
|
||||
homepage = "http://github.com/TheSquad/plug_range";
|
||||
homepage = "https://github.com/TheSquad/plug_range";
|
||||
};
|
||||
} // packageOverrides)
|
||||
) {};
|
||||
|
@ -36106,7 +36106,7 @@ let
|
|||
use a rails-like trailing format:
|
||||
http://api.dev/resources.format'';
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
homepage = "http://github.com/mschae/trailing_format_plug";
|
||||
homepage = "https://github.com/mschae/trailing_format_plug";
|
||||
};
|
||||
} // packageOverrides)
|
||||
) {};
|
||||
|
@ -38938,7 +38938,7 @@ let
|
|||
meta = {
|
||||
description = ''stream zip archives while building them'';
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
homepage = "http://github.com/dgvncsz0f/zipflow";
|
||||
homepage = "https://github.com/dgvncsz0f/zipflow";
|
||||
};
|
||||
} // packageOverrides)
|
||||
) {};
|
||||
|
|
|
@ -32,9 +32,9 @@ stdenv.mkDerivation rec {
|
|||
done
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = {
|
||||
description = "Flex SDK for Adobe Flash / ActionScript";
|
||||
homepage = "http://www.adobe.com/support/documentation/en/flex/3/releasenotes_flex3_sdk.html#installation";
|
||||
homepage = "http://www.adobe.com/products/flex.html";
|
||||
license = stdenv.lib.licenses.mpl11;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
|
|
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
meta = {
|
||||
homepage = http://github.com/GaloisInc/HaLVM;
|
||||
homepage = https://github.com/GaloisInc/HaLVM;
|
||||
description = "The Haskell Lightweight Virtual Machine (HaLVM): GHC running on Xen";
|
||||
platforms = ["x86_64-linux"]; # other platforms don't have Xen
|
||||
maintainers = with stdenv.lib.maintainers; [ dmjio ];
|
||||
|
|
|
@ -47,7 +47,7 @@ rustPlatform.buildRustPackage rec {
|
|||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://crates.io;
|
||||
homepage = https://crates.io;
|
||||
description = "Downloads your Rust project's dependencies and builds your project";
|
||||
maintainers = with maintainers; [ wizeman retrry ];
|
||||
license = [ licenses.mit licenses.asl20 ];
|
||||
|
|
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Qt library for accessing the online accounts database";
|
||||
homepage = http://code.google.com/p/accounts-sso/;
|
||||
homepage = https://gitlab.com/accounts-sso;
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
platforms = with platforms; linux;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchurl, pkgconfig }:
|
||||
|
||||
let baseurl = "http://perso.b2b2c.ca/sarrazip/dev"; in
|
||||
let baseurl = "https://perso.b2b2c.ca/~sarrazip/dev"; in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "boolstuff-0.1.15";
|
||||
|
|
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A C library for asynchronous DNS requests";
|
||||
homepage = http://c-ares.haxx.se;
|
||||
homepage = https://c-ares.haxx.se;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
|
@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://www.openssl.org/;
|
||||
homepage = https://www.openssl.org/;
|
||||
description = "A cryptographic library that implements the SSL and TLS protocols";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = [ stdenv.lib.maintainers.cstrahan ];
|
||||
|
|
|
@ -96,7 +96,7 @@ let
|
|||
};
|
||||
|
||||
meta = {
|
||||
homepage = http://www.openssl.org/;
|
||||
homepage = https://www.openssl.org/;
|
||||
description = "A cryptographic library that implements the SSL and TLS protocols";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ stdenv.lib.maintainers.peti ];
|
||||
|
|
|
@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
|||
"sed '/^SUBDIRS =/s/ test / /' -i Makefile.in";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = http://poppler.freedesktop.org/;
|
||||
homepage = https://poppler.freedesktop.org/;
|
||||
description = "A PDF rendering library";
|
||||
|
||||
longDescription = ''
|
||||
|
|
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "A desktop Suite for Xfce";
|
||||
homepage = http://shimmerproject.org/our-projects/albatross/;
|
||||
homepage = https://github.com/shimmerproject/Albatross;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
|
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A modern desktop theme suite featuring a mostly flat with a minimal use of shadows for depth";
|
||||
homepage = http://snwh.org/paper;
|
||||
homepage = https://snwh.org/paper;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.simonvandel maintainers.romildo ];
|
||||
|
|
|
@ -43,7 +43,7 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "A small, convenient command-line ACPI client with a lot of features";
|
||||
homepage = http://freeunix.dyndns.org:8000/site2/acpitool.shtml;
|
||||
homepage = https://sourceforge.net/projects/acpitool/;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
maintainers = [ stdenv.lib.maintainers.guibert ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
|
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "IRCv3 server designed to be highly scalable";
|
||||
homepage = http://www.charybdis.io/;
|
||||
homepage = http://atheme.org/projects/charybdis.html;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ lassulus fpletz ];
|
||||
platforms = platforms.unix;
|
||||
|
|
|
@ -87,7 +87,7 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "Event collector for the DataDog analysis service";
|
||||
homepage = http://www.datadoghq.com;
|
||||
homepage = https://www.datadoghq.com;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = with stdenv.lib.maintainers; [ thoughtpolice domenkozar ];
|
||||
|
|
|
@ -84,7 +84,7 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Stores, retrieves, generates, and synchronizes passwords securely";
|
||||
homepage = http://www.passwordstore.org/;
|
||||
homepage = https://www.passwordstore.org/;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ lovek323 the-kenny fpletz ];
|
||||
platforms = platforms.unix;
|
||||
|
|
Loading…
Reference in a new issue