0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/tests/kde5: fix test name

(cherry picked from commit d7d74a1922)
This commit is contained in:
Thomas Tuegel 2016-09-20 14:53:36 -05:00
parent 17404a8da4
commit d917fb8fff
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 = "sddm";
name = "kde5";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ ttuegel ];
};