treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Source code search and cross reference engine";
|
||||
homepage = https://opengrok.github.io/OpenGrok/;
|
||||
homepage = "https://opengrok.github.io/OpenGrok/";
|
||||
license = licenses.cddl;
|
||||
maintainers = [ maintainers.lethalman ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user