rt-tests: quote homepage url
This commit is contained in:
parent
f66dda2bfa
commit
adbfe6790f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;
|
homepage = "https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git";
|
||||||
description = "Suite of real-time tests - cyclictest, hwlatdetect, pip_stress, pi_stress, pmqtest, ptsematest, rt-migrate-test, sendme, signaltest, sigwaittest, svsematest";
|
description = "Suite of real-time tests - cyclictest, hwlatdetect, pip_stress, pi_stress, pmqtest, ptsematest, rt-migrate-test, sendme, signaltest, sigwaittest, svsematest";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ poelzi ];
|
maintainers = with maintainers; [ poelzi ];
|
||||||
|
|
Loading…
Reference in a new issue