treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -28,7 +28,7 @@ perlPackages.buildPerlPackage {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A sentence based license detector";
|
||||
homepage = http://ninka.turingmachine.org/;
|
||||
homepage = "http://ninka.turingmachine.org/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.vrthra ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user