forked from mirrors/nixpkgs
treewide: fix homepages with permanent redirect to https
This commit is contained in:
parent
88d7e0ff33
commit
9a58b51e6a
9 changed files with 9 additions and 9 deletions
pkgs
applications
networking/instant-messengers/blink
video/kodi/addons/future
window-managers/ion-3
data
servers/gobetween
tools/text
top-level
|
@ -59,7 +59,7 @@ mkDerivationWith python2Packages.buildPythonApplication rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://icanblink.com/";
|
||||
homepage = "https://icanblink.com/";
|
||||
description = "A state of the art, easy to use SIP client for Voice, Video and IM";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl3;
|
||||
|
|
|
@ -18,7 +18,7 @@ buildKodiAddon rec {
|
|||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://python-future.org";
|
||||
homepage = "https://python-future.org";
|
||||
description = "The missing compatibility layer between Python 2 and Python 3";
|
||||
license = licenses.mit;
|
||||
maintainers = teams.kodi.members;
|
||||
|
|
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Tiling tabbed window manager designed with keyboard users in mind";
|
||||
homepage = "http://modeemi.fi/~tuomov/ion";
|
||||
homepage = "https://modeemi.fi/~tuomov/ion";
|
||||
platforms = with platforms; linux;
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ ];
|
||||
|
|
|
@ -14,7 +14,7 @@ in fetchzip {
|
|||
|
||||
meta = with lib; {
|
||||
description = "A two-element sans-serif typeface, created by Małgorzata Budyta";
|
||||
homepage = "http://jmn.pl/en/kurier-i-iwona/";
|
||||
homepage = "https://jmn.pl/en/kurier-i-iwona/";
|
||||
# "[...] GUST Font License (GFL), which is a free license, legally
|
||||
# equivalent to the LaTeX Project Public # License (LPPL), version 1.3c or
|
||||
# later." - GUST website
|
||||
|
|
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
Freepats is a project to create a free and open set of instrument
|
||||
patches, in any format, that can be used with softsynths.
|
||||
'';
|
||||
homepage = "http://freepats.zenvoid.org/";
|
||||
homepage = "https://freepats.zenvoid.org/";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
|
|
|
@ -32,7 +32,7 @@ buildGoModule rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Modern & minimalistic load balancer for the Сloud era";
|
||||
homepage = "http://gobetween.io";
|
||||
homepage = "https://gobetween.io";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ tomberek ];
|
||||
};
|
||||
|
|
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.fourmilab.ch/webtools/qprint/";
|
||||
homepage = "https://www.fourmilab.ch/webtools/qprint/";
|
||||
license = lib.licenses.publicDomain;
|
||||
description = "Encode and decode Quoted-Printable files";
|
||||
maintainers = [ lib.maintainers.tv ];
|
||||
|
|
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
description = "A validating XML parser written in C";
|
||||
homepage = "http://www.cogsci.ed.ac.uk/~richard/rxp.html";
|
||||
homepage = "https://www.cogsci.ed.ac.uk/~richard/rxp.html";
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -793,7 +793,7 @@ let
|
|||
rm $out/bin/wxchordpro # Wx not supported on darwin
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://www.chordpro.org";
|
||||
homepage = "https://www.chordpro.org";
|
||||
description = "A lyrics and chords formatting program";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue