treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
longDescription = ''
|
||||
A multi-platform GUI application to browse and search through long or complex log files. It is designed with programmers and system administrators in mind. glogg can be seen as a graphical, interactive combination of grep and less.
|
||||
'';
|
||||
homepage = https://glogg.bonnefon.org/;
|
||||
homepage = "https://glogg.bonnefon.org/";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ c0bw3b ];
|
||||
|
||||
Reference in New Issue
Block a user