treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "System-wide profiler for Linux";
|
||||
homepage = https://wiki.gnome.org/Apps/Sysprof;
|
||||
homepage = "https://wiki.gnome.org/Apps/Sysprof";
|
||||
longDescription = ''
|
||||
Sysprof is a sampling CPU profiler for Linux that uses the perf_event_open
|
||||
system call to profile the entire system, not just a single
|
||||
|
||||
Reference in New Issue
Block a user