treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Seven Segment Optical Character Recognition";
|
||||
homepage = https://github.com/auerswal/ssocr;
|
||||
homepage = "https://github.com/auerswal/ssocr";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.kroell ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user