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
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

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