1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

rt-tests: quote homepage url

This commit is contained in:
Daniel Poelzleithner 2022-05-20 09:39:47 +02:00
parent f66dda2bfa
commit adbfe6790f

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
'';
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";
platforms = platforms.linux;
maintainers = with maintainers; [ poelzi ];