treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A command line tool for deskewing scanned text documents";
|
||||
homepage = https://bitbucket.org/galfar/app-deskew/overview;
|
||||
homepage = "https://bitbucket.org/galfar/app-deskew/overview";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ryantm];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user