treewide: update homepages to https where available

Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
This commit is contained in:
Matthew Bauer 2019-04-14 19:25:45 -04:00
parent bd50fc942b
commit 290a5d916e
169 changed files with 179 additions and 184 deletions

View file

@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
production, performance and DJing, with a focus on flexible
editing tools and a super-fast workflow.
'';
homepage = http://www.bitwig.com/;
homepage = https://www.bitwig.com/;
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ michalrus mrVanDalo ];

View file

@ -152,7 +152,7 @@ stdenv.mkDerivation rec {
- Delay Compensator Stereo - Verzögerungsausgleicher Stereo
- Delay Compensator x2 Stereo - Verzögerungsausgleicher x2 Stereo
'';
homepage = http://lsp-plug.in;
homepage = https://lsp-plug.in;
maintainers = with maintainers; [ magnetophon ];
license = licenses.gpl2;
platforms = platforms.linux;

View file

@ -34,7 +34,7 @@ in pythonPackages.buildPythonApplication rec {
propagatedBuildInputs = with pythonPackages; [ pillow lxml pyGtkGlade pyexiv2 fbida ];
meta = {
homepage = http://manatlan.com/jbrout/;
homepage = https://manatlan.com/jbrout/;
description = "Photo manager";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Optimize JPEG files";
homepage = http://www.kokkonen.net/tjko/projects.html ;
homepage = https://www.kokkonen.net/tjko/projects.html ;
license = licenses.gpl2;
maintainers = [ maintainers.aristid ];
platforms = platforms.all;

View file

@ -21,7 +21,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Enjoy the mysteries of the sea from the safety of your own terminal!";
homepage = https://robobunny.com/projects/asciiquarium/html;
homepage = https://robobunny.com/projects/asciiquarium/html/;
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = [ maintainers.utdemir ];

View file

@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
meta = {
description = "An offline reader for Web content";
homepage = http://kiwix.org;
homepage = https://kiwix.org;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ robbinch ];

View file

@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = http://www.navit-project.org;
homepage = https://www.navit-project.org;
description = "Car navigation system with routing engine using OSM maps";
license = licenses.gpl2;
maintainers = [ maintainers.genesis ];

View file

@ -117,7 +117,7 @@ in stdenv.mkDerivation {
'';
meta = {
homepage = http://www.opera.com;
homepage = https://www.opera.com;
description = "Web browser";
platforms = [ "x86_64-linux" ];
license = stdenv.lib.licenses.unfree;

View file

@ -72,7 +72,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
inherit description;
homepage = http://www.anydesk.com;
homepage = https://www.anydesk.com;
license = licenses.unfree;
platforms = platforms.linux;
maintainers = with maintainers; [ peterhoeg ];

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
dontPatchELF = true;
meta = {
homepage = http://ledger-cli.org/;
homepage = https://ledger-cli.org/;
description = "A double-entry accounting system with a command-line reporting interface";
license = "BSD";

View file

@ -134,7 +134,7 @@ stdenv.mkDerivation {
updateScript = import ./update.nix { inherit stdenv writeScript runtimeShell; };
meta = with stdenv.lib; {
homepage = http://www.mendeley.com;
homepage = https://www.mendeley.com;
description = "A reference manager and academic social network";
license = licenses.unfree;
platforms = [ "x86_64-linux" "i686-linux" ];

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A free EDA software to develop printed circuit boards";
homepage = http://librepcb.org/;
homepage = https://librepcb.org/;
maintainers = with maintainers; [ luz ];
license = licenses.gpl3;
platforms = platforms.linux;

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Free software for distributed and grid computing";
homepage = http://boinc.berkeley.edu/;
homepage = https://boinc.berkeley.edu/;
license = stdenv.lib.licenses.lgpl2Plus;
platforms = stdenv.lib.platforms.linux; # arbitrary choice
};

View file

@ -21,4 +21,3 @@ fetchzip rec {
platforms = platforms.all;
};
}

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Monitor database for DDCcontrol";
homepage = http://github.com/ddccontrol/ddccontrol-db;
homepage = https://github.com/ddccontrol/ddccontrol-db;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ stdenv.lib.maintainers.pakhfn ];

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A simple multi-page document viewer for the MATE desktop";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix;
};

View file

@ -29,12 +29,12 @@ stdenv.mkDerivation rec {
substituteInPlace $f --replace "/usr/bin/convert" "${imagemagick}/bin/convert"
done
'';
configureFlags = [ "--with-cajadir=$$out/lib/caja/extensions-2.0" ];
meta = with stdenv.lib; {
description = "Set of extensions for Caja file manager";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];

View file

@ -28,12 +28,12 @@ stdenv.mkDerivation rec {
patches = [
./caja-extension-dirs.patch
];
configureFlags = [ "--disable-update-mimedb" ];
meta = {
description = "File manager for the MATE desktop";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = with stdenv.lib.licenses; [ gpl2 lgpl2 ];
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.romildo ];

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Archive Manager for MATE";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.romildo ];

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = {
description = "An image viewing and cataloging program for the MATE desktop";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.romildo ];

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Applets for use with the MATE panel";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = with licenses; [ gpl2Plus lgpl2Plus ];
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Background images and data for MATE";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Calculator for the MATE desktop";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = [ licenses.gpl2Plus ];
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Common files for development of MATE packages";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.romildo ];

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Library with common API for various MATE modules";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Faenza icon theme from MATE";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.romildo ];

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Icon themes from MATE";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = stdenv.lib.licenses.lgpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.romildo ];

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Media tools for MATE";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = [ maintainers.romildo maintainers.chpatrick ];

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
Installing these utilities is recommended for netbooks and similar
devices with low resolution displays.
'';
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = with licenses; [ gpl3 lgpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Integrates polkit authentication for MATE desktop";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = [ licenses.gpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "The MATE Power Manager";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = [ maintainers.romildo maintainers.chpatrick ];

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Screen saver and locker for the MATE desktop";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = with licenses; [ gpl2Plus lgpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "System monitor for the MATE desktop";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = [ licenses.gpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "The MATE Terminal Emulator";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = licenses.gpl3;
platforms = platforms.unix;
};

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A set of themes from MATE";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = stdenv.lib.licenses.lgpl21;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.romildo ];

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "MATE User Guide";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = with licenses; [ gpl2Plus fdl12 ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Utilities for the MATE desktop";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = with licenses; [ gpl2Plus lgpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Powerful text editor for the MATE desktop";
homepage = http://mate-desktop.org;
homepage = https://mate-desktop.org;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.romildo ];

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = http://www.xfce.org/;
homepage = https://www.xfce.org/;
description = "A simple text editor for Xfce";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
xfce.xfce4-panel ];
meta = {
homepage = http://www.xfce.org/projects/;
homepage = https://www.xfce.org/projects/;
description = "A simple calendar application with reminders";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
buildInputs = [ intltool exo gtk vte libxfce4util ncurses dbus-glib libxfce4ui ];
meta = {
homepage = http://www.xfce.org/projects/terminal;
homepage = https://www.xfce.org/projects/terminal;
description = "A modern terminal emulator primarily for the Xfce desktop environment";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
passthru = { inherit gst_plugins; };
meta = {
homepage = http://www.xfce.org/projects/xfce4-mixer; # referenced but inactive
homepage = https://www.xfce.org/projects/xfce4-mixer; # referenced but inactive
description = "A volume control application for the Xfce desktop environment";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
];
meta = {
homepage = http://goodies.xfce.org/projects/applications/xfce4-screenshooter;
homepage = https://goodies.xfce.org/projects/applications/xfce4-screenshooter;
description = "Xfce screenshooter";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://www.xfce.org/projects/xfce4-volumed; # referenced but inactive
homepage = https://www.xfce.org/projects/xfce4-volumed; # referenced but inactive
description = "A volume keys control daemon for the Xfce desktop environment";
license = licenses.gpl3;
platforms = platforms.linux;

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ intltool gtk2 ];
meta = {
homepage = http://www.xfce.org/;
homepage = https://www.xfce.org/;
description = "Icons for Xfce";
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.eelco ];

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
name = "${p_name}-${ver_maj}.${ver_min}";
meta = with stdenv.lib; {
homepage = http://www.xfce.org/;
homepage = https://www.xfce.org/;
description = "Themes for Xfce";
license = licenses.gpl3;
platforms = platforms.linux;

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
buildInputs = [ intltool glib libxfce4util gtk libxfce4ui ];
meta = with stdenv.lib; {
homepage = http://www.xfce.org/;
homepage = https://www.xfce.org/;
description = "Xfce menu support library";
license = licenses.gpl2Plus;
platforms = platforms.linux;

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
configureFlags = stdenv.lib.optional withGtk3 "--enable-gtk3";
meta = {
homepage = http://www.xfce.org/;
homepage = https://www.xfce.org/;
description = "GTK+ theme engine for Xfce";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;

View file

@ -33,10 +33,9 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = http://www.xfce.org/;
homepage = https://www.xfce.org/;
description = "Basic GUI library for Xfce";
license = licenses.lgpl2Plus;
platforms = platforms.linux;
};
}

View file

@ -18,10 +18,9 @@ stdenv.mkDerivation rec {
buildInputs = [ glib intltool ];
meta = {
homepage = http://www.xfce.org/;
homepage = https://www.xfce.org/;
description = "Basic utility non-GUI functions for Xfce";
license = "bsd";
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
];
meta = {
homepage = http://www.xfce.org/;
homepage = https://www.xfce.org/;
description = "Basic GUI library for Xfce";
license = stdenv.lib.licenses.lgpl2Plus;
platforms = stdenv.lib.platforms.linux;

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
homepage = http://goodies.xfce.org/projects/thunar-plugins/thunar-volman;
homepage = https://goodies.xfce.org/projects/thunar-plugins/thunar-volman;
description = "Thunar extension for automatic management of removable drives and media";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = http://www.xfce.org/projects/xfce4-panel;
homepage = https://www.xfce.org/projects/xfce4-panel;
description = "Xfce panel";
license = licenses.gpl2Plus;
platforms = platforms.linux;

View file

@ -35,11 +35,10 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://goodies.xfce.org/projects/applications/xfce4-power-manager;
homepage = https://goodies.xfce.org/projects/applications/xfce4-power-manager;
description = "A power manager for the Xfce Desktop Environment";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.eelco ];
};
}

View file

@ -35,11 +35,10 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-xsession-prefix=$(out)" ];
meta = with stdenv.lib; {
homepage = http://www.xfce.org/projects/xfce4-session;
homepage = https://www.xfce.org/projects/xfce4-session;
description = "Session manager for Xfce";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.eelco ];
};
}

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = http://www.xfce.org/projects/xfce4-settings;
homepage = https://www.xfce.org/projects/xfce4-settings;
description = "Settings manager for Xfce";
license = licenses.gpl2Plus;
platforms = platforms.linux;

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = http://www.xfce.org/projects/xfdesktop;
homepage = https://www.xfce.org/projects/xfdesktop;
description = "Xfce desktop manager";
license = licenses.gpl2Plus;
platforms = platforms.linux;

View file

@ -22,11 +22,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = http://www.xfce.org/projects/xfwm4;
homepage = https://www.xfce.org/projects/xfwm4;
description = "Window manager for Xfce";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.eelco ];
};
}

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
parallelism is fixed at program startup time, typically with a single
thread of execution per processor.
'';
homepage = http://upc.lbl.gov/;
homepage = https://upc.lbl.gov/;
license = licenses.mit;
platforms = with platforms; [ linux ];
maintainers = with maintainers; [ zimbatm ];

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
inference with Variational inference (ADVI) and penalized maximum
likelihood estimation with Optimization (L-BFGS).
'';
homepage = http://mc-stan.org/interfaces/cmdstan.html;
homepage = https://mc-stan.org/interfaces/cmdstan.html;
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.all;
};

View file

@ -107,7 +107,7 @@
base binary bytestring containers ghc-prim ghci-ghcjs
template-haskell-ghcjs
];
homepage = "http://github.com/ghcjs";
homepage = "https://github.com/ghcjs";
license = stdenv.lib.licenses.mit;
}) {};

View file

@ -107,7 +107,7 @@
base binary bytestring containers ghc-prim ghci-ghcjs
template-haskell-ghcjs
];
homepage = "http://github.com/ghcjs";
homepage = "https://github.com/ghcjs";
license = stdenv.lib.licenses.mit;
}) {};

View file

@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
converter -applet [AppletAID] [MyApplet] [myPackage] [PackageAID] [Version]
For more details, please refer to the documentation by Oracle
'';
homepage = http://www.oracle.com/technetwork/java/embedded/javacard/overview/index.html;
homepage = https://www.oracle.com/technetwork/java/embedded/javacard/overview/index.html;
license = stdenv.lib.licenses.unfree;
maintainers = [ stdenv.lib.maintainers.ekleog ];
platforms = [ "i686-linux" "x86_64-linux" ];

View file

@ -37,7 +37,7 @@ in stdenv.mkDerivation rec {
It is developed by a team at JetBrains although it is an OSS language
and has external contributors.
'';
homepage = http://kotlinlang.org/;
homepage = https://kotlinlang.org/;
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers;
[ nequissimus ];

View file

@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
inherit enableParallelBuilding;
meta = with stdenv.lib; {
homepage = http://mono-project.com/;
homepage = https://mono-project.com/;
description = "Cross platform, open source .NET development framework";
platforms = with platforms; darwin ++ linux;
maintainers = with maintainers; [ thoughtpolice obadz vrthra ];

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
Moscow ML is a light-weight implementation of Standard ML (SML), a strict
functional language used in teaching and research.
'';
homepage = http://mosml.org/;
homepage = https://mosml.org/;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ vaibhavsagar ];

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Python interpreter written in Java";
homepage = http://jython.org/;
homepage = https://jython.org/;
license = stdenv.lib.licenses.psfl;
platforms = jre.meta.platforms;
};

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "prefix=$(out)" ];
meta = with stdenv.lib; {
homepage = http://mujs.com/;
homepage = https://mujs.com/;
description = "A lightweight, embeddable Javascript interpreter";
platforms = platforms.unix;
maintainers = with maintainers; [ pSub ];

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A utility library to help manage common tasks with OpenAL applications";
homepage = http://kcat.strangesoft.net/alure.html;
homepage = https://kcat.strangesoft.net/alure.html;
license = licenses.mit;
platforms = platforms.linux;
};

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = {
description = "The network analysis package";
homepage = http://igraph.org/;
homepage = https://igraph.org/;
license = lib.licenses.gpl2;
maintainers = [ lib.maintainers.MostAwesomeDude ];
};

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation {
libnova libjpeg gsl ];
meta = {
homepage = http://www.indilib.org/;
homepage = https://www.indilib.org/;
license = stdenv.lib.licenses.lgpl2Plus;
description = "Implementaion of the INDI protocol for POSIX operating systems";
platforms = stdenv.lib.platforms.unix;

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = http://www.jflex.de/;
homepage = https://www.jflex.de/;
description = "Lexical analyzer generator for Java, written in Java";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.unix;

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://lasso.entrouvert.org/;
homepage = https://lasso.entrouvert.org/;
description = "Liberty Alliance Single Sign-On library";
license = licenses.gpl2Plus;
platforms = platforms.linux;

View file

@ -14,10 +14,9 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Library of Assorted Spiffy Things";
homepage = http://www.eterm.org;
homepage = https://www.eterm.org;
license = licenses.bsd2;
maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.unix;
};
}

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
homepage = http://libestr.adiscon.com/;
homepage = https://libestr.adiscon.com/;
description = "Some essentials for string handling";
license = licenses.lgpl21;
platforms = platforms.all;

View file

@ -36,7 +36,7 @@ assert postgresSupport -> postgresql != null;
meta = with stdenv.lib; {
description = "Database access library";
homepage = http://www.gnome-db.org/;
homepage = https://www.gnome-db.org/;
license = [ licenses.lgpl2 licenses.gpl2 ];
maintainers = gnome3.maintainers;
platforms = platforms.linux;

View file

@ -31,7 +31,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "C++ bindings for libgda";
homepage = http://www.gnome-db.org/;
homepage = https://www.gnome-db.org/;
license = licenses.lgpl21Plus;
maintainers = gnome3.maintainers;
platforms = platforms.linux;

View file

@ -30,7 +30,7 @@ in stdenv.mkDerivation rec {
++ lib.optionals monoSupport [ mono gtk-sharp-2_0 ];
meta = {
homepage = http://gtkpod.sourceforge.net/;
homepage = https://gtkpod.sourceforge.net/;
description = "Library used by gtkpod to access the contents of an ipod";
license = "LGPL";
platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux;

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ libraw1394 ];
meta = with stdenv.lib; {
homepage = http://www.linux1394.org;
homepage = https://www.linux1394.org;
license = licenses.lgpl21Plus;
platforms = platforms.linux;
};

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--enable-regexp" ];
meta = with stdenv.lib; {
homepage = http://www.liblognorm.com/;
homepage = https://www.liblognorm.com/;
description = "Help to make sense out of syslog data, or, actually, any event data that is present in text form";
license = licenses.lgpl21;
platforms = platforms.all;

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = [ "-fpermissive"/*gcc7*/ ];
meta = with stdenv.lib; {
homepage = http://libmemcached.org;
homepage = https://libmemcached.org;
description = "Open source C/C++ client library and tools for the memcached server";
license = licenses.bsd3;
platforms = platforms.linux ++ platforms.darwin;

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Library to send/receive data according to the Modbus protocol";
homepage = http://libmodbus.org/;
homepage = https://libmodbus.org/;
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with stdenv.lib; {
homepage = http://www.five-ten-sg.com/libpst/;
homepage = https://www.five-ten-sg.com/libpst/;
description = "A library to read PST (MS Outlook Personal Folders) files";
license = licenses.gpl2;
maintainers = [maintainers.tohl];

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gnutls zlib ];
meta = with stdenv.lib; {
homepage = http://www.librelp.com/;
homepage = https://www.librelp.com/;
description = "A reliable logging library";
license = licenses.gpl2;
platforms = platforms.linux;

View file

@ -24,7 +24,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Library of exchange-correlation functionals for density-functional theory";
homepage = http://octopus-code.org/wiki/Libxc;
homepage = https://octopus-code.org/wiki/Libxc;
license = licenses.lgpl3;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ markuskowa ];

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A library to handle keyboard descriptions";
homepage = http://xkbcommon.org;
homepage = https://xkbcommon.org;
license = licenses.mit;
maintainers = with maintainers; [ garbas ttuegel ];
platforms = with platforms; unix;

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
control repository. An installation of mm-common is not required for
building tarball releases, unless configured to use maintainer-mode.
'';
homepage = http://www.gtkmm.org;
homepage = https://www.gtkmm.org;
license = licenses.gpl2Plus;
maintainers = gnome3.maintainers;
platforms = platforms.linux;

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
];
meta = with stdenv.lib; {
homepage = http://motif.ics.com;
homepage = https://motif.ics.com;
description = "Unix standard widget-toolkit and window-manager";
platforms = with platforms; linux ++ darwin;
license = with licenses; [ lgpl21 ];

View file

@ -12,10 +12,9 @@ stdenv.mkDerivation rec {
meta = {
description = "C++ implementation of the OpenTracing API";
homepage = http://opentracing.io;
homepage = https://opentracing.io;
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [ rob ];
};
}

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A PDF Evolution Library";
license = licenses.gpl3;
homepage = http://apfel.mi.infn.it/;
homepage = https://apfel.mi.infn.it/;
platforms = platforms.unix;
maintainers = with maintainers; [ veprbl ];
};

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = {
description = "High quality system independent, portable, open source libm implementation";
homepage = http://www.openlibm.org/;
homepage = https://www.openlibm.org/;
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.ttuegel ];
platforms = stdenv.lib.platforms.all;

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
inherit (topkg) buildPhase installPhase;
meta = {
homepage = http://erratique.ch/software/astring;
homepage = https://erratique.ch/software/astring;
description = "Alternative String module for OCaml";
longDescription = ''
Astring exposes an alternative String module for OCaml. This module tries

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Basic OS interaction for OCaml";
homepage = http://erratique.ch/software/bos;
homepage = https://erratique.ch/software/bos;
license = stdenv.lib.licenses.isc;
maintainers = [ stdenv.lib.maintainers.vbgl ];
inherit (ocaml.meta) platforms;

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
inherit (topkg) buildPhase installPhase;
meta = with stdenv.lib; {
homepage = http://erratique.ch/software/cmdliner;
homepage = https://erratique.ch/software/cmdliner;
description = "An OCaml module for the declarative definition of command line interfaces";
license = licenses.bsd3;
platforms = ocaml.meta.platforms or [];

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation {
inherit (topkg) buildPhase installPhase;
meta = {
homepage = http://erratique.ch/software/fmt;
homepage = https://erratique.ch/software/fmt;
license = stdenv.lib.licenses.isc;
description = "OCaml Format pretty-printer combinators";
inherit (ocaml.meta) platforms;

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation {
meta = {
description = "An OCaml module for handling file system paths with POSIX and Windows conventions";
homepage = http://erratique.ch/software/fpath;
homepage = https://erratique.ch/software/fpath;
license = stdenv.lib.licenses.isc;
maintainers = [ stdenv.lib.maintainers.vbgl ];
inherit (ocaml.meta) platforms;

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = {
description = "An OCaml non-blocking streaming codec to decode and encode the JSON data format";
homepage = http://erratique.ch/software/jsonm;
homepage = https://erratique.ch/software/jsonm;
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ vbgl ];
platforms = ocaml.meta.platforms or [];

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation {
meta = {
description = "Monotonic wall-clock time for OCaml";
homepage = http://erratique.ch/software/mtime;
homepage = https://erratique.ch/software/mtime;
inherit (ocaml.meta) platforms;
maintainers = [ maintainers.vbgl ];
license = licenses.bsd3;

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
inherit (topkg) installPhase;
meta = {
homepage = http://erratique.ch/software/ptime;
homepage = https://erratique.ch/software/ptime;
description = "POSIX time for OCaml";
longDescription = ''
Ptime has platform independent POSIX time support in pure OCaml.

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation {
inherit (topkg) buildPhase installPhase;
meta = with stdenv.lib; {
homepage = http://erratique.ch/software/react;
homepage = https://erratique.ch/software/react;
description = "Applicative events and signals for OCaml";
license = licenses.bsd3;
platforms = ocaml.meta.platforms or [];

Some files were not shown because too many files have changed in this diff Show more