treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Library used to query system info and statistics";
|
||||
homepage = https://github.com/lxqt/libsysstat;
|
||||
homepage = "https://github.com/lxqt/libsysstat";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = with platforms; unix;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
|
||||
Reference in New Issue
Block a user