treewide: http -> https

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