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