···97979898 meta = with stdenv.lib; {
9999 description = "To Do List / Time Tracker with Jira Integration.";
100100- homepage = http://super-productivity.com;
100100+ homepage = https://super-productivity.com;
101101 license = licenses.mit;
102102 platforms = [ "x86_64-linux" ];
103103 maintainers = with maintainers; [ offline ];
+1-1
pkgs/development/libraries/libav/default.nix
···2121let inherit (stdenv.lib) optional optionals hasPrefix enableFeature; in
22222323/* ToDo:
2424- - more deps, inspiration: http://packages.ubuntu.com/raring/libav-tools
2424+ - more deps, inspiration: https://packages.ubuntu.com/raring/libav-tools
2525 - maybe do some more splitting into outputs
2626*/
2727
···27272828 meta = with stdenv.lib; {
2929 description = "Official Go implementation of the Livepeer protocol";
3030- homepage = http://livepeer.org;
3030+ homepage = https://livepeer.org;
3131 license = licenses.mit;
3232 platforms = platforms.linux;
3333 maintainers = with maintainers; [ elitak ];
+1-1
pkgs/tools/networking/dhcpdump/default.nix
···19192020 meta = {
2121 description = "A tool for visualization of DHCP packets as recorded and output by tcpdump to analyze DHCP server responses";
2222- homepage = http://packages.ubuntu.com/ru/lucid/dhcpdump;
2222+ homepage = https://packages.ubuntu.com/ru/lucid/dhcpdump;
2323 platforms = stdenv.lib.platforms.linux;
2424 };
2525}
+1-1
pkgs/top-level/perl-packages.nix
···51055105 };
51065106 propagatedBuildInputs = [ EmailMIME EmailSender IOAll IOString OLEStorage_Lite ];
51075107 meta = with stdenv.lib; {
51085108- homepage = http://www.matijs.net/software/msgconv/;
51085108+ homepage = https://www.matijs.net/software/msgconv/;
51095109 description = "A .MSG to mbox converter";
51105110 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
51115111 maintainers = with maintainers; [ peterhoeg ];