Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: update homepages to https where available #59535

Merged
merged 1 commit into from
Apr 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/applications/audio/bitwig-studio/bitwig-studio1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/lsp-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/jbrout/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/jpegoptim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/asciiquarium/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/kiwix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/navit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/browsers/opera/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/remote/anydesk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/office/ledger/2.6.3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/office/mendeley/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/science/electronics/librepcb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/science/misc/boinc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down
1 change: 0 additions & 1 deletion pkgs/data/fonts/ankacoder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ fetchzip rec {
platforms = platforms.all;
};
}

2 changes: 1 addition & 1 deletion pkgs/data/misc/ddccontrol-db/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/atril/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
4 changes: 2 additions & 2 deletions pkgs/desktops/mate/caja-extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
6 changes: 3 additions & 3 deletions pkgs/desktops/mate/caja/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/engrampa/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/eom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/mate-applets/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/mate-backgrounds/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/mate-calc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/mate-common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/mate-desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/mate-icon-theme-faenza/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/mate-icon-theme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/mate-media/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/mate-netbook/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/mate-polkit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/mate-power-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/mate-screensaver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/mate-system-monitor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/mate-terminal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/mate-themes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/mate-user-guide/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/mate-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/mate/pluma/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/xfce/applications/mousepad.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/xfce/applications/orage.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/xfce/applications/terminal.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/xfce/applications/xfce4-mixer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/xfce/applications/xfce4-screenshooter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading