treewide: http -> https

+10 -10
+1 -1
pkgs/applications/networking/super-productivity/default.nix
··· 97 97 98 98 meta = with stdenv.lib; { 99 99 description = "To Do List / Time Tracker with Jira Integration."; 100 - homepage = http://super-productivity.com; 100 + homepage = https://super-productivity.com; 101 101 license = licenses.mit; 102 102 platforms = [ "x86_64-linux" ]; 103 103 maintainers = with maintainers; [ offline ];
+1 -1
pkgs/development/libraries/libav/default.nix
··· 21 21 let inherit (stdenv.lib) optional optionals hasPrefix enableFeature; in 22 22 23 23 /* ToDo: 24 - - more deps, inspiration: http://packages.ubuntu.com/raring/libav-tools 24 + - more deps, inspiration: https://packages.ubuntu.com/raring/libav-tools 25 25 - maybe do some more splitting into outputs 26 26 */ 27 27
+2 -2
pkgs/development/libraries/libdbusmenu-qt/default.nix
··· 3 3 let 4 4 baseName = "libdbusmenu-qt"; 5 5 v = "0.9.2"; 6 - homepage = "http://launchpad.net/${baseName}"; 6 + homepage = "https://launchpad.net/${baseName}"; 7 7 name = "${baseName}-${v}"; 8 8 in 9 9 ··· 19 19 nativeBuildInputs = [ cmake ]; 20 20 21 21 cmakeFlags = "-DWITH_DOC=OFF"; 22 - 22 + 23 23 meta = with stdenv.lib; { 24 24 description = "Provides a Qt implementation of the DBusMenu spec"; 25 25 inherit homepage;
+1 -1
pkgs/development/libraries/vulkan-headers/default.nix
··· 14 14 15 15 meta = with stdenv.lib; { 16 16 description = "Vulkan Header files and API registry"; 17 - homepage = "http://www.lunarg.com"; 17 + homepage = https://www.lunarg.com; 18 18 platforms = platforms.linux; 19 19 license = licenses.asl20; 20 20 maintainers = [ maintainers.ralith ];
+1 -1
pkgs/development/tools/vulkan-validation-layers/default.nix
··· 20 20 21 21 meta = with stdenv.lib; { 22 22 description = "LunarG Vulkan loader"; 23 - homepage = "http://www.lunarg.com"; 23 + homepage = https://www.lunarg.com; 24 24 platforms = platforms.linux; 25 25 license = licenses.asl20; 26 26 maintainers = [ maintainers.ralith ];
+1 -1
pkgs/os-specific/linux/kmod-blacklist-ubuntu/default.nix
··· 30 30 ''; 31 31 32 32 meta = with stdenv.lib; { 33 - homepage = http://packages.ubuntu.com/source/zesty/kmod; 33 + homepage = https://packages.ubuntu.com/source/zesty/kmod; 34 34 description = "Linux kernel module blacklists from Ubuntu"; 35 35 platforms = platforms.linux; 36 36 };
+1 -1
pkgs/servers/livepeer/default.nix
··· 27 27 28 28 meta = with stdenv.lib; { 29 29 description = "Official Go implementation of the Livepeer protocol"; 30 - homepage = http://livepeer.org; 30 + homepage = https://livepeer.org; 31 31 license = licenses.mit; 32 32 platforms = platforms.linux; 33 33 maintainers = with maintainers; [ elitak ];
+1 -1
pkgs/tools/networking/dhcpdump/default.nix
··· 19 19 20 20 meta = { 21 21 description = "A tool for visualization of DHCP packets as recorded and output by tcpdump to analyze DHCP server responses"; 22 - homepage = http://packages.ubuntu.com/ru/lucid/dhcpdump; 22 + homepage = https://packages.ubuntu.com/ru/lucid/dhcpdump; 23 23 platforms = stdenv.lib.platforms.linux; 24 24 }; 25 25 }
+1 -1
pkgs/top-level/perl-packages.nix
··· 5105 5105 }; 5106 5106 propagatedBuildInputs = [ EmailMIME EmailSender IOAll IOString OLEStorage_Lite ]; 5107 5107 meta = with stdenv.lib; { 5108 - homepage = http://www.matijs.net/software/msgconv/; 5108 + homepage = https://www.matijs.net/software/msgconv/; 5109 5109 description = "A .MSG to mbox converter"; 5110 5110 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5111 5111 maintainers = with maintainers; [ peterhoeg ];