···9798 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 ];
···9798 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
···21let inherit (stdenv.lib) optional optionals hasPrefix enableFeature; in
2223/* ToDo:
24- - more deps, inspiration: http://packages.ubuntu.com/raring/libav-tools
25 - maybe do some more splitting into outputs
26*/
27
···21let inherit (stdenv.lib) optional optionals hasPrefix enableFeature; in
2223/* ToDo:
24+ - more deps, inspiration: https://packages.ubuntu.com/raring/libav-tools
25 - maybe do some more splitting into outputs
26*/
27
···30 '';
3132 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 '';
3132 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
···2728 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 ];
···2728 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
···1920 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}
···1920 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 ];