Merge remote-tracking branch 'NixOS/master' into staging

This commit is contained in:
Matthew Bauer
2019-01-27 00:01:13 -05:00
403 changed files with 4759 additions and 3164 deletions
@@ -18,6 +18,5 @@ stdenv.mkDerivation rec {
description = "The Intelligent Transport Layer";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
};
}
+1 -1
View File
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
description = "The Intelligent Transport Layer";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ wkennington fpletz ];
maintainers = with maintainers; [ fpletz ];
};
}