treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -132,7 +132,7 @@ let
|
||||
disallowedReferences = [ openjdk11-bootstrap ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://openjdk.java.net/;
|
||||
homepage = "http://openjdk.java.net/";
|
||||
license = licenses.gpl2;
|
||||
description = "The open-source Java Development Kit";
|
||||
maintainers = with maintainers; [ edwtjo ];
|
||||
|
||||
Reference in New Issue
Block a user