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 tool for reverse engineering Android apk files";
|
||||
homepage = https://ibotpeaches.github.io/Apktool/;
|
||||
homepage = "https://ibotpeaches.github.io/Apktool/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ offline ];
|
||||
platforms = with platforms; unix;
|
||||
|
||||
Reference in New Issue
Block a user