nixos/tests/plasma5: fix test name

This commit is contained in:
Thomas Tuegel
2017-03-03 07:25:45 -06:00
parent 7755fcd543
commit dcee54c935

View File

@@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ...} :
{
name = "kde5";
name = "plasma5";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ ttuegel ];
};