summary refs log tree commit diff
path: root/nixos/tests/plasma5.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-03-03 07:25:45 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-03-03 07:25:45 -0600
commitdcee54c935f893566085471e786aaeecbde75d11 (patch)
tree7f90a7237126824c62ebd74c2b421dcbb9bb2c02 /nixos/tests/plasma5.nix
parent7755fcd5439093e37d028a44ef809fb0421dc3c5 (diff)
downloadnixpkgs-dcee54c935f893566085471e786aaeecbde75d11.tar
nixpkgs-dcee54c935f893566085471e786aaeecbde75d11.tar.gz
nixpkgs-dcee54c935f893566085471e786aaeecbde75d11.tar.bz2
nixpkgs-dcee54c935f893566085471e786aaeecbde75d11.tar.lz
nixpkgs-dcee54c935f893566085471e786aaeecbde75d11.tar.xz
nixpkgs-dcee54c935f893566085471e786aaeecbde75d11.tar.zst
nixpkgs-dcee54c935f893566085471e786aaeecbde75d11.zip
nixos/tests/plasma5: fix test name
Diffstat (limited to 'nixos/tests/plasma5.nix')
-rw-r--r--nixos/tests/plasma5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/plasma5.nix b/nixos/tests/plasma5.nix
index 3dd5121607a..ca787e9c7b9 100644
--- a/nixos/tests/plasma5.nix
+++ b/nixos/tests/plasma5.nix
@@ -1,7 +1,7 @@
 import ./make-test.nix ({ pkgs, ...} :
 
 {
-  name = "kde5";
+  name = "plasma5";
   meta = with pkgs.stdenv.lib.maintainers; {
     maintainers = [ ttuegel ];
   };