treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -23,7 +23,7 @@ mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Heap memory profiler for Linux";
|
||||
homepage = https://github.com/KDE/heaptrack;
|
||||
homepage = "https://github.com/KDE/heaptrack";
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user