forked from mirrors/nixpkgs
Treewide: fix some permanent redirects on homepages
(#153213) Issue #60004
This commit is contained in:
parent
0bed14f8e7
commit
944a2dc835
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "A DSP tonewheel organ emulator";
|
||||
homepage = "http://setbfree.org";
|
||||
homepage = "https://setbfree.org";
|
||||
license = licenses.gpl2;
|
||||
platforms = [ "x86_64-linux" "i686-linux" ]; # fails on ARM and Darwin
|
||||
maintainers = [ maintainers.goibhniu ];
|
||||
|
|
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Allows to analyze samples of musical instruments, and to combine them (morphing) to construct hybrid sounds";
|
||||
homepage = "http://spectmorph.org";
|
||||
homepage = "https://spectmorph.org";
|
||||
license = licenses.gpl3;
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
maintainers = [ maintainers.magnetophon ];
|
||||
|
|
|
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Real-time earthquake map of Japan";
|
||||
homepage = "http://jquake.net";
|
||||
homepage = "https://jquake.net";
|
||||
downloadPage = "https://jquake.net/?down";
|
||||
changelog = "https://jquake.net/?docu";
|
||||
maintainers = with maintainers; [ nessdoor ];
|
||||
|
|
|
@ -99,7 +99,7 @@ stdenv.mkDerivation {
|
|||
dontPatchELF = true;
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.viber.com";
|
||||
homepage = "https://www.viber.com";
|
||||
description = "An instant messaging and Voice over IP (VoIP) app";
|
||||
license = lib.licenses.unfree;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
|
|
@ -93,7 +93,7 @@ mkDerivation rec {
|
|||
preferLocalBuild = true;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://www.teamviewer.com";
|
||||
homepage = "https://www.teamviewer.com";
|
||||
license = licenses.unfree;
|
||||
description = "Desktop sharing application, providing remote support and online meetings";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
|
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
|||
planning, requirements gathering, presentation of information, etc.
|
||||
'';
|
||||
|
||||
homepage = "http://strlen.com/treesheets/";
|
||||
homepage = "https://strlen.com/treesheets/";
|
||||
maintainers = with maintainers; [ obadz avery ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.zlib;
|
||||
|
|
|
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
description = "A tool for a smooth, stress-free SVN to Git migration";
|
||||
longDescription = "Create writable Git mirror of a local or remote Subversion repository and use both Subversion and Git as long as you like. You may also do a fast one-time import from Subversion to Git.";
|
||||
homepage = "http://subgit.com";
|
||||
homepage = "https://subgit.com";
|
||||
license = lib.licenses.unfree;
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
|
|
@ -106,7 +106,7 @@ let
|
|||
meta = with lib; {
|
||||
description = "A version control system intended to be a compelling replacement for CVS in the open source community";
|
||||
license = licenses.asl20;
|
||||
homepage = "http://subversion.apache.org/";
|
||||
homepage = "https://subversion.apache.org/";
|
||||
maintainers = with maintainers; [ eelco lovek323 ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
|
|
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
|||
appear as they should when starting applications.
|
||||
- Chainable Keygrabber, usability for everyone.
|
||||
'';
|
||||
homepage = "https://www.pekwm.org/";
|
||||
homepage = "https://www.pekwm.se/";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = [ maintainers.AndersonTorres ];
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://apr.apache.org/";
|
||||
homepage = "https://apr.apache.org/";
|
||||
description = "A companion library to APR, the Apache Portable Runtime";
|
||||
maintainers = [ maintainers.eelco ];
|
||||
platforms = platforms.unix;
|
||||
|
|
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Speech codec designed for communications quality speech at low data rates";
|
||||
homepage = "http://www.rowetel.com/blog/?page_id=452";
|
||||
homepage = "https://www.rowetel.com/codec2.html";
|
||||
license = licenses.lgpl21Only;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ markuskowa ];
|
||||
|
|
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "SyncML client sdk by Funambol project";
|
||||
homepage = "http://www.funambol.com";
|
||||
homepage = "https://www.funambol.com";
|
||||
license = licenses.agpl3;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
|
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "http://commons.apache.org/proper/commons-bcel/";
|
||||
homepage = "https://commons.apache.org/proper/commons-bcel/";
|
||||
description = "Gives users a convenient way to analyze, create, and manipulate (binary) Java class files";
|
||||
maintainers = with lib.maintainers; [ copumpkin ];
|
||||
license = lib.licenses.asl20;
|
||||
|
|
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "Interface to scripting languages, including JSR-223";
|
||||
homepage = "http://commons.apache.org/proper/commons-bsf/";
|
||||
homepage = "https://commons.apache.org/proper/commons-bsf/";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
|
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "http://commons.apache.org/proper/commons-compress";
|
||||
homepage = "https://commons.apache.org/proper/commons-compress";
|
||||
description = "Allows manipulation of ar, cpio, Unix dump, tar, zip, gzip, XZ, Pack200, bzip2, 7z, arj, lzma, snappy, DEFLATE and Z files";
|
||||
maintainers = with lib.maintainers; [ copumpkin ];
|
||||
license = lib.licenses.asl20;
|
||||
|
|
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "http://commons.apache.org/proper/commons-fileupload";
|
||||
homepage = "https://commons.apache.org/proper/commons-fileupload";
|
||||
description = "Makes it easy to add robust, high-performance, file upload capability to your servlets and web applications";
|
||||
maintainers = with lib.maintainers; [ copumpkin ];
|
||||
license = lib.licenses.asl20;
|
||||
|
|
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "http://commons.apache.org/proper/commons-io";
|
||||
homepage = "https://commons.apache.org/proper/commons-io";
|
||||
description = "A library of utilities to assist with developing IO functionality";
|
||||
maintainers = with lib.maintainers; [ copumpkin ];
|
||||
license = lib.licenses.asl20;
|
||||
|
|
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "http://commons.apache.org/proper/commons-lang";
|
||||
homepage = "https://commons.apache.org/proper/commons-lang";
|
||||
description = "Provides additional methods to manipulate standard Java library classes";
|
||||
maintainers = with lib.maintainers; [ copumpkin ];
|
||||
license = lib.licenses.asl20;
|
||||
|
|
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "Wrapper around a variety of logging API implementations";
|
||||
homepage = "http://commons.apache.org/proper/commons-logging";
|
||||
homepage = "https://commons.apache.org/proper/commons-logging";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
|
|
@ -5,14 +5,14 @@ stdenv.mkDerivation rec {
|
|||
version = "2.1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://libcello.org/static/libCello-${version}.tar.gz";
|
||||
url = "https://libcello.org/static/libCello-${version}.tar.gz";
|
||||
sha256 = "0a1b2x5ni07vd9ridnl7zv7h2s32070wsphjy94qr066b99gdb29";
|
||||
};
|
||||
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://libcello.org/";
|
||||
homepage = "https://libcello.org/";
|
||||
description = "Higher level programming in C";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.MostAwesomeDude ];
|
||||
|
|
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
bad data from getting to the icecast server.
|
||||
'';
|
||||
|
||||
homepage = "http://www.icecast.org";
|
||||
homepage = "https://www.icecast.org";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = with lib.maintainers; [ jcumming ];
|
||||
platforms = with lib.platforms; unix;
|
||||
|
|
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
description = "preCICE stands for Precise Code Interaction Coupling Environment";
|
||||
license = with lib.licenses; [ gpl3 ];
|
||||
homepage = "https://www.precice.org/";
|
||||
homepage = "https://precice.org/";
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ Scriptkiddi ];
|
||||
};
|
||||
|
|
|
@ -68,7 +68,7 @@ mkDerivation (args // {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.qt.io";
|
||||
homepage = "https://www.qt.io";
|
||||
description = "A cross-platform application framework for C++";
|
||||
license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ];
|
||||
maintainers = with maintainers; [ qknight ttuegel periklis bkchr ];
|
||||
|
|
|
@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
|
|||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://web.maths.unsw.edu.au/~davidharvey/code/zn_poly/";
|
||||
homepage = "https://web.maths.unsw.edu.au/~davidharvey/code/zn_poly/";
|
||||
description = "Polynomial arithmetic over Z/nZ";
|
||||
license = with licenses; [ gpl3 ];
|
||||
maintainers = teams.sage.members;
|
||||
|
|
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Library for scalable cross-language services";
|
||||
homepage = "http://thrift.apache.org/";
|
||||
homepage = "https://thrift.apache.org/";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
|
|
|
@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Library for scalable cross-language services";
|
||||
homepage = "http://thrift.apache.org/";
|
||||
homepage = "https://thrift.apache.org/";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
|
|
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Lightweight multi-platform CPU emulator library";
|
||||
homepage = "http://www.unicorn-engine.org";
|
||||
homepage = "https://www.unicorn-engine.org";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ thoughtpolice luc65r ];
|
||||
|
|
|
@ -95,8 +95,8 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ cmake nasm ] ++ lib.optional numaSupport numactl;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Library for encoding h.265/HEVC video streams";
|
||||
homepage = "http://x265.org";
|
||||
description = "Library for encoding H.265/HEVC video streams";
|
||||
homepage = "https://www.x265.org/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ codyopel ];
|
||||
platforms = platforms.all;
|
||||
|
|
|
@ -32,7 +32,7 @@ in stdenv.mkDerivation rec {
|
|||
enableParallelBuilding = false;
|
||||
|
||||
meta = {
|
||||
homepage = "http://xalan.apache.org/";
|
||||
homepage = "https://xalan.apache.org/";
|
||||
description = "A XSLT processor for transforming XML documents";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
|
|
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ xalanc xercesc openssl ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://santuario.apache.org/";
|
||||
homepage = "https://santuario.apache.org/";
|
||||
description = "C++ Implementation of W3C security standards for XML";
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.unix;
|
||||
|
|
|
@ -20,7 +20,7 @@ buildDunePackage rec {
|
|||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://www-verimag.imag.fr/lustre-v6.html";
|
||||
homepage = "https://www-verimag.imag.fr/lustre-v6.html";
|
||||
description = "Lustre V6 compiler";
|
||||
license = lib.licenses.cecill21;
|
||||
maintainers = [ lib.maintainers.delta ];
|
||||
|
|
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
installPhase = "DESTDIR=$out make install";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://piqi.org";
|
||||
homepage = "https://piqi.org";
|
||||
description = "Universal schema language and a collection of tools built around it. These are the ocaml bindings";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.maurer ];
|
||||
|
|
|
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://piqi.org";
|
||||
homepage = "https://piqi.org";
|
||||
description = "Universal schema language and a collection of tools built around it";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.maurer ];
|
||||
|
|
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "A code generator for executing Python snippets in source files";
|
||||
homepage = "http://nedbatchelder.com/code/cog";
|
||||
homepage = "https://nedbatchelder.com/code/cog";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lovek323 ];
|
||||
};
|
||||
|
|
|
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "Code coverage measurement for python";
|
||||
homepage = "http://nedbatchelder.com/code/coverage/";
|
||||
homepage = "https://coverage.readthedocs.io/";
|
||||
license = lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "A DNS toolkit for Python";
|
||||
homepage = "http://www.dnspython.org";
|
||||
homepage = "https://www.dnspython.org";
|
||||
license = with licenses; [ isc ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://github.com/vi3k6i5/flashtext";
|
||||
homepage = "https://github.com/vi3k6i5/flashtext";
|
||||
description = "Python package to replace keywords in sentences or extract keywords from sentences";
|
||||
maintainers = with maintainers; [ aanderse ];
|
||||
license = with licenses; [ mit ];
|
||||
|
|
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "MathJax resources as a Jupyter Server Extension";
|
||||
homepage = "http://jupyter.org";
|
||||
homepage = "https://jupyter.org";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ jonringer ];
|
||||
};
|
||||
|
|
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Jupyterlab syntax coloring theme for pygments";
|
||||
homepage = "https://github.com/jupyterlab/jupyterlab-pygments/";
|
||||
homepage = "https://github.com/jupyterlab/jupyterlab_pygments";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jonringer ];
|
||||
};
|
||||
|
|
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "A unified interface to many cloud providers";
|
||||
homepage = "http://incubator.apache.org/libcloud/";
|
||||
homepage = "https://libcloud.apache.org/";
|
||||
license = licenses.asl20;
|
||||
};
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Python API for communicating with the memcached distributed memory object cache daemon";
|
||||
homepage = "http://www.tummy.com/Community/software/python-memcached/";
|
||||
homepage = "https://github.com/linsomniac/python-memcached";
|
||||
license = licenses.psfl;
|
||||
};
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Open Neural Network Exchange";
|
||||
homepage = "http://onnx.ai";
|
||||
homepage = "https://onnx.ai";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ acairncross ];
|
||||
};
|
||||
|
|
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://qpid.apache.org/";
|
||||
homepage = "https://qpid.apache.org/";
|
||||
description = "Python client implementation and AMQP conformance tests for Apache Qpid";
|
||||
license = licenses.asl20;
|
||||
};
|
||||
|
|
|
@ -56,7 +56,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Simple and extensible IRC bot";
|
||||
homepage = "http://sopel.chat";
|
||||
homepage = "https://sopel.chat";
|
||||
license = licenses.efl20;
|
||||
maintainers = with maintainers; [ mog ];
|
||||
};
|
||||
|
|
|
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Automatic SQL injection and database takeover tool";
|
||||
homepage = "http://sqlmap.org";
|
||||
homepage = "https://sqlmap.org";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ bennofs ];
|
||||
};
|
||||
|
|
|
@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
|
|||
''; # */
|
||||
|
||||
meta = {
|
||||
homepage = "http://ant.apache.org/";
|
||||
homepage = "https://ant.apache.org/";
|
||||
description = "A Java-based build tool";
|
||||
|
||||
longDescription = ''
|
||||
|
|
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Build automation tool (used primarily for Java projects)";
|
||||
homepage = "http://maven.apache.org/";
|
||||
homepage = "https://maven.apache.org/";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ cko ];
|
||||
|
|
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://schemaspy.org";
|
||||
homepage = "https://schemaspy.org";
|
||||
description = "Document your database simply and easily";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jraygauthier ];
|
||||
|
|
|
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
|||
setupHook = ./setup-hook.sh;
|
||||
|
||||
meta = {
|
||||
homepage = "http://industriousone.com/premake";
|
||||
homepage = "https://premake.github.io/";
|
||||
description = "A simple build configuration and project generation tool using lua";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.unix;
|
||||
|
|
|
@ -51,7 +51,7 @@ stdenv.mkDerivation {
|
|||
meta = with lib; {
|
||||
description = "An entertaining free (freeware and free software) and open source cross-platform 3D real-time strategy (RTS) game";
|
||||
license = licenses.gpl3;
|
||||
homepage = "http://megaglest.org/";
|
||||
homepage = "https://megaglest.org/";
|
||||
maintainers = [ maintainers.matejc ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
|
@ -124,7 +124,7 @@ stdenv.mkDerivation rec {
|
|||
technologies, combined with the unit design system, allows for a wide
|
||||
variety of possible units and tactics.
|
||||
'';
|
||||
homepage = "http://wz2100.net";
|
||||
homepage = "https://wz2100.net";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ astsmtl fgaz ];
|
||||
platforms = platforms.all;
|
||||
|
|
|
@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
|
|||
Balls who live in the beautiful World of Goo don't know that they are in a
|
||||
game, or that they are extremely delicious.
|
||||
'';
|
||||
homepage = "http://worldofgoo.com";
|
||||
homepage = "https://worldofgoo.com";
|
||||
license = licenses.unfree;
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ jcumming maxeaubrey ];
|
||||
|
|
|
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
|||
X-Moto is a challenging 2D motocross platform game, where physics plays an all important role in the gameplay.
|
||||
You need to control your bike to its limits, if you want to have a chance to finish the most difficult challenges.
|
||||
'';
|
||||
homepage = "http://xmoto.tuxfamily.org";
|
||||
homepage = "https://xmoto.tuxfamily.org";
|
||||
maintainers = with maintainers; [ raskin pSub ];
|
||||
platforms = platforms.all;
|
||||
license = licenses.gpl2Plus;
|
||||
|
|
|
@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://www.openprinting.org/driver/Postscript-Lexmark/";
|
||||
homepage = "https://www.openprinting.org/driver/Postscript-Lexmark/";
|
||||
description = "Lexmark Postscript Drivers";
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
|
@ -58,7 +58,7 @@ in stdenv.mkDerivation {
|
|||
description = "A Super Nintendo Entertainment System Emulator";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = [ lib.maintainers.sander ];
|
||||
homepage = "http://www.zsnes.com";
|
||||
homepage = "https://www.zsnes.com";
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ let
|
|||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://qpid.apache.org";
|
||||
homepage = "https://qpid.apache.org";
|
||||
repositories.git = "git://git.apache.org/qpid.git";
|
||||
repositories.svn = "http://svn.apache.org/repos/asf/qpid";
|
||||
description = "An AMQP message broker and a C++ messaging API";
|
||||
|
|
|
@ -34,7 +34,7 @@ perlPackages.buildPerlPackage rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "http://spamassassin.apache.org/";
|
||||
homepage = "https://spamassassin.apache.org/";
|
||||
description = "Open-Source Spam Filter";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.unix;
|
||||
|
|
|
@ -30,8 +30,8 @@ stdenv.mkDerivation {
|
|||
license = lib.licenses.asl20;
|
||||
maintainers = [lib.maintainers.raskin];
|
||||
platforms = lib.platforms.linux;
|
||||
homepage = "http://jena.apache.org";
|
||||
downloadPage = "http://archive.apache.org/dist/jena/binaries/";
|
||||
homepage = "https://jena.apache.org";
|
||||
downloadPage = "https://archive.apache.org/dist/jena/binaries/";
|
||||
updateWalker = true;
|
||||
downloadURLRegexp = "apache-jena-.*[.]tar[.]gz\$";
|
||||
};
|
||||
|
|
|
@ -35,8 +35,8 @@ stdenv.mkDerivation {
|
|||
license = lib.licenses.asl20;
|
||||
maintainers = [lib.maintainers.raskin];
|
||||
platforms = lib.platforms.linux;
|
||||
homepage = "http://jena.apache.org";
|
||||
downloadPage = "http://archive.apache.org/dist/jena/binaries/";
|
||||
homepage = "https://jena.apache.org";
|
||||
downloadPage = "https://archive.apache.org/dist/jena/binaries/";
|
||||
downloadURLRegexp = "apache-jena-fuseki-.*[.]tar[.]gz\$";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -117,7 +117,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://cassandra.apache.org/";
|
||||
homepage = "https://cassandra.apache.org/";
|
||||
description = "A massively scalable open source NoSQL database";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.asl20;
|
||||
|
|
|
@ -31,7 +31,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.radicale.org/2.x.nix";
|
||||
homepage = "https://radicale.org/v2.html";
|
||||
description = "CalDAV CardDAV server";
|
||||
longDescription = ''
|
||||
The Radicale Project is a complete CalDAV (calendar) and CardDAV
|
||||
|
|
|
@ -33,7 +33,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.radicale.org/3.0.html";
|
||||
homepage = "https://radicale.org/v3.html";
|
||||
description = "CalDAV and CardDAV server";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
|
|
|
@ -60,7 +60,7 @@ stdenv.mkDerivation {
|
|||
|
||||
meta = with lib; {
|
||||
description = "High performance open source ZFS backup with mbuffer and ssh support";
|
||||
homepage = "http://www.znapzend.org";
|
||||
homepage = "https://www.znapzend.org";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ otwieracz ];
|
||||
platforms = platforms.all;
|
||||
|
|
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "Cellphone tool";
|
||||
homepage = "http://www.gnokii.org";
|
||||
homepage = "https://www.gnokii.org";
|
||||
maintainers = [ lib.maintainers.raskin ];
|
||||
platforms = lib.platforms.linux;
|
||||
broken = true; # 2018-04-10
|
||||
|
|
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Make recommendations for increased performance and stability of MariaDB/MySQL";
|
||||
homepage = "https://mysqltuner.com/";
|
||||
homepage = "https://github.com/major/MySQLTuner-perl";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ peterhoeg shamilton ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue