forked from mirrors/nixpkgs
treewide: http -> https
This commit is contained in:
parent
394ef82451
commit
df8062c45b
|
@ -97,7 +97,7 @@ in stdenv.mkDerivation {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "To Do List / Time Tracker with Jira Integration.";
|
||||
homepage = http://super-productivity.com;
|
||||
homepage = https://super-productivity.com;
|
||||
license = licenses.mit;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ offline ];
|
||||
|
|
|
@ -21,7 +21,7 @@ assert faacSupport -> enableUnfree;
|
|||
let inherit (stdenv.lib) optional optionals hasPrefix enableFeature; in
|
||||
|
||||
/* ToDo:
|
||||
- more deps, inspiration: http://packages.ubuntu.com/raring/libav-tools
|
||||
- more deps, inspiration: https://packages.ubuntu.com/raring/libav-tools
|
||||
- maybe do some more splitting into outputs
|
||||
*/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
let
|
||||
baseName = "libdbusmenu-qt";
|
||||
v = "0.9.2";
|
||||
homepage = "http://launchpad.net/${baseName}";
|
||||
homepage = "https://launchpad.net/${baseName}";
|
||||
name = "${baseName}-${v}";
|
||||
in
|
||||
|
||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
|||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
cmakeFlags = "-DWITH_DOC=OFF";
|
||||
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Provides a Qt implementation of the DBusMenu spec";
|
||||
inherit homepage;
|
||||
|
|
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Vulkan Header files and API registry";
|
||||
homepage = "http://www.lunarg.com";
|
||||
homepage = https://www.lunarg.com;
|
||||
platforms = platforms.linux;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.ralith ];
|
||||
|
|
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "LunarG Vulkan loader";
|
||||
homepage = "http://www.lunarg.com";
|
||||
homepage = https://www.lunarg.com;
|
||||
platforms = platforms.linux;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.ralith ];
|
||||
|
|
|
@ -30,7 +30,7 @@ in stdenv.mkDerivation {
|
|||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://packages.ubuntu.com/source/zesty/kmod;
|
||||
homepage = https://packages.ubuntu.com/source/zesty/kmod;
|
||||
description = "Linux kernel module blacklists from Ubuntu";
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
|
@ -27,7 +27,7 @@ buildGoPackage rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Official Go implementation of the Livepeer protocol";
|
||||
homepage = http://livepeer.org;
|
||||
homepage = https://livepeer.org;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ elitak ];
|
||||
|
|
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "A tool for visualization of DHCP packets as recorded and output by tcpdump to analyze DHCP server responses";
|
||||
homepage = http://packages.ubuntu.com/ru/lucid/dhcpdump;
|
||||
homepage = https://packages.ubuntu.com/ru/lucid/dhcpdump;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -5105,7 +5105,7 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
propagatedBuildInputs = [ EmailMIME EmailSender IOAll IOString OLEStorage_Lite ];
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.matijs.net/software/msgconv/;
|
||||
homepage = https://www.matijs.net/software/msgconv/;
|
||||
description = "A .MSG to mbox converter";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
|
|
Loading…
Reference in a new issue