treewide: quote urls according to rfc 0045 (#145260)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
xaverdh
2021-11-10 11:37:56 +01:00
committed by GitHub
co-authored by Sandro
parent 585b69bbf3
commit 03a257e5a3
46 changed files with 141 additions and 141 deletions
@@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Unpack and repack android backups";
homepage = https://github.com/bluec0re/android-backup-tools;
homepage = "https://github.com/bluec0re/android-backup-tools";
license = licenses.asl20;
maintainers = with maintainers; [ dotlambda ];
};