Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2020-12-12 18:15:40 +00:00
committed by GitHub
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ GEM
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.13.1)
html-proofer (3.17.4)
html-proofer (3.18.0)
addressable (~> 2.3)
mercenary (~> 0.3)
nokogumbo (~> 2.0)
+2 -2
View File
@@ -37,10 +37,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1wjwr7c19dr7rai44ypqghbakgav91h9swg88cddn7rxf7a6vl3b";
sha256 = "1icjr9hg8gk1dsy9gnhffkamh4d8yfkmqa4kfzdpbnvr50qvfmwz";
type = "gem";
};
version = "3.17.4";
version = "3.18.0";
};
mercenary = {
groups = ["default"];
+1 -1
View File
@@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
homepage="http://www.tinc-vpn.org/";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ fpletz lassulus ];
maintainers = with maintainers; [ fpletz lassulus mic92 ];
};
}